Alfons II
Stały Gość
Dołączył: 17 Lis 2005
Posty: 59
Przeczytał: 0 tematów
Ostrzeżeń: 1/10
Skąd: KRAKÓW !!!
|
Blood Herb ->cocaina przemiana
w actions/script
robimy plik cocaina.lua i wlkejamy to
function onUse(cid, item, frompos, item2, topos)
if item.itemid == 3669 and item.type == 100 then
doRemoveItem(item.uid,item.type)
doPlayerAddItem(cid,3541,1)
doPlayerSendTextMessage(cid,22,"Zmieniles Mak na Coce")
elseif item.itemid == 3669 and item.type < 1 then
doPlayerSendTextMessage(cid,22,"You have to got 100 gp's to change for platinum coin")
end
end
a w action.xml dodajemy
action itemid="3669" script="cocaina.lua" />
i teraz jak zbierzemy 100 blood herb to naciskamy use i dosatjemy 1 dzialke cocainy Wink
Post został pochwalony 0 razy
|