Defozo
Quara Predator Scout
Dołączył: 15 Sty 2007
Posty: 94
Przeczytał: 0 tematów
Ostrzeżeń: 0/5 Skąd: Gdzieś :)
|
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!
Post został pochwalony 0 razy
|
|