Alfons II
Stały Gość
Dołączył: 17 Lis 2005
Posty: 59
Przeczytał: 0 tematów
Ostrzeżeń: 1/10
Skąd: KRAKÓW !!!
|
Wather Boots by me :)
Chodzimy po wodzie poprostu tak jak mana fluid jemy tylko na wode spod brzegu
Wchodzimy w actions\scripts i tworzymy plik o nazwie sbo.lua i wpisujemy
function onUse(cid, item, frompos, item2, topos)
if item2.itemid == 601 or item2.itemid == 602 or item2.itemid == 603 or item2.itemid == 729 or item2.itemid == 679 or item2.itemid == 677 or item2.itemid == 691 or item2.itemid == 689 or item2.itemid == 730 or item2.itemid == 731 or item2.itemid == 732 or item2.itemid == 733 or item2.itemid == 734 or item2.itemid == 735 or item2.itemid == 736 or item2.itemid == 737 or item2.itemid == 738 or item2.itemid == 739 or item2.itemid == 740 then
doTeleportThing(cid,topos)
doSendMagicEffect(topos,1)
doSendMagicEffect(frompos,1)
doPlayerSendTextMessage(cid,24,"Dzieki ze uzywasz mojich botow")
else
doSendMagicEffect(frompos,2)
doPlayerSendCancel(cid,"Boty mozesz uzywac tylko na wodzie.")
end
return 1
end
Nastepnie actions.XML i dopisujemy:
<action itemid="3184" script="sbo.lua" allowfaruse="1" />
Post został pochwalony 0 razy
|