What's new

problem z aolem

Rikimaru

Active User
Joined
Sep 26, 2008
Messages
85
Reaction score
3
witam!
mam problem, ot?? gdy osoby kupuj? AOL poprzez komedie, lub u Frodo, to on nie dzia?a, tzn osoby traca rzeczy i backpack.
Prosz? o pomoc
 

Placek

Blue Waffle
Joined
Sep 30, 2008
Messages
6,793
Reaction score
672
Age
8
Odp: problem z aolem

W \data\items\items.xml masz cos takiego?
PHP:
    </item>
    <item id="2173" article="an" name="amulet of loss">
        <attribute key="weight" value="420" />
        <attribute key="slotType" value="necklace" />
        <attribute key="charges" value="1" />
        <attribute key="preventDrop" value="1" />
    </item>
 

Rikimaru

Active User
Joined
Sep 26, 2008
Messages
85
Reaction score
3
Odp: problem z aolem

tak, tylko ze to jest pod 8.1, a miedzy 8.1 a 8,5 jest roznica skryptow probowalem to i nie dziala nadal.
 

Rikimaru

Active User
Joined
Sep 26, 2008
Messages
85
Reaction score
3
Odp: problem z aolem

~~~~~~~~~~~~~~refresh~~~~~~~~~~~~~~
 

Rikimaru

Active User
Joined
Sep 26, 2008
Messages
85
Reaction score
3
Odp: problem z aolem

~~~~~~~~~~~~~~refresh~~~~~~~~~~~~~~
 

dominikms1

Senior User
Joined
Feb 6, 2010
Messages
696
Reaction score
66
Odp: problem z aolem

PHP:
function onPrepareDeath(cid, list)
item = getPlayerSlotItem(cid, 2)
if item.itemid == 2173 then
doCreatureSetDropLoot(cid, false)
doRemoveItem(item.uid, 1)
return true
end
return true
end

Kolejny raz pisze ten skrypt, tego jest do?? sporo na tym forum.
 
Top