Defozo |
Wysłany: Wto 12:22, 16 Sty 2007 Temat postu: [7.6][action] Diamenty (gemy) |
|
Diamenty (Gemy)
Świeży skrypt! ponieważ przed chwilą go zrobiłem ;]
Chodzi o to że jak klikniemy na diament to on zmieni kolor, dzięki temu możemy dobrać diamenty do domku
diamenty1.lua
Kod: | function onUse(cid, item, frompos, item2, topos)
if doRemoveItem(item.uid,1) then
doPlayerAddItem(cid,2154,1)
end
end
|
diamenty2.lua
Kod: | function onUse(cid, item, frompos, item2, topos)
if doRemoveItem(item.uid,1) then
doPlayerAddItem(cid,2153,1)
end
end
|
diamenty3.lua
Kod: | function onUse(cid, item, frompos, item2, topos)
if doRemoveItem(item.uid,1) then
doPlayerAddItem(cid,2158,1)
end
end
|
Actions.xml
Kod: | <action itemid="2158" script="diamenty1.lua" />
<action itemid="2154" script="diamenty2.lua" />
<action itemid="2153" script="diamenty3.lua" /> |
Na moim ots-ie się to bardzo przydaje ;]
Polecam! |
|