
Nie tylko o Tibii i OTS...

Robienie potworka runą:
w actions/scripts dodajemy monsterrune.lua
function onUse(cid, item, frompos, item2, topos)
pos = getPlayerPosition(cid)
if item.itemid == IDruny then
doSummonCreature("NAZWA POTWORKA", pos)
doSendMagicEffect(topos,13)
doPlayerSay(cid," XXXX ",16) --TU CO MASZ POWIEDZIEĆ PO UŻYCIU RUNY (można usunąc ta linijke)
else
doPlayerSendCancel(cid, "Nie mozesz zrobic klona w plecaku")
end
return 1
endOstatnio edytowany przez nemnes (2010-07-23 14:51:31)
Offline