Defozo
Quara Predator Scout

Dołączył: 15 Sty 2007
Posty: 94
Przeczytał: 0 tematów
Ostrzeżeń: 0/5 Skąd: Gdzieś :)
|
Wysłany: Pon 18:10, 15 Sty 2007 Temat postu: [7.6][action] Machete |
|
|
System Machete
Mianowicie o to skrypt dzięki któremu nasze machete będzie działać! będzie ścinać kwiaty!
machete.lua
Kod: | function onUse(cid, item, frompos, item2, topos)
if item2.itemid == 2782 then
doTransformItem(item2.uid,2781)
doDecayItem(item2.uid)
elseif item2.itemid == 3985 then
doTransformItem(item2.uid,3984)
doDecayItem(item2.uid)
else
return 0
end
return 1
end |
do actions.xml
Kod: | <action itemid="2420" script="machete.lua" /> |
Post został pochwalony 0 razy
|
|