pentos
Dołączył: 16 Mar 2006
Posty: 21
Przeczytał: 0 tematów
Ostrzeżeń: 1/5
|
Wysłany: Czw 17:36, 16 Mar 2006 Temat postu: trupy |
|
|
Przedstawiam wam skrycik jak zrobić żeby ożywić np. mumie z sarkofagu
data/actions/scripts/trumna.lua:
Cytuj:
function onUse(cid, item, frompos, item2, topos)
pos = getPlayerPosition(cid)
if getTilePzInfo(topos) == 0 then
if getTilePzInfo(pos) == 0 then
if item.itemid == 1417 then
doSummonCreature("mummy", pos)
doSendMagicEffect(topos,12)
doPlayerSay(cid,"O zesz kurde spierniczac!",1)
else
doPlayerSendCancel(cid,"You cannot use that.")
end
else
doPlayerSendCancel(cid,"You Cannot use this coffin while you are in a Protect Zone.")
end
else
doPlayerSendCancel(cid,"You cannot use this coffin on a protect zone.")
end
return 1
end
legenda:
żułty-id trumny
czerwony-nazwa potwora
niebieski-to player mówi po ożywieniu potwora
data/action/actions.xml:
Cytuj:
<action itemid="1417" script="trumna.lua" />
Legenda:
czerwony- id waszej trumny ktury wpisaliście w trumna.lua
Post został pochwalony 0 razy
|
|