nutella1 |
Wysłany: Wto 21:28, 15 Sie 2006 Temat postu: |
|
Siema Robie Skrypt Na Manarune Zaczynamy:
Najpierw tworzymy nowy dokument (NOTATNIK) a w nim:
Cytuj:
-- Mana rune modifed by Palar --
function onUse(cid, item, frompos, item2, topos)
if item.itemid == 2276 and item.type > 1 then
doPlayerAddMana(cid,10000000)
doChangeTypeItem(item.uid,item.type-1)
doSendMagicEffect(topos,12)
doPlayerSay(cid,"Superrr...",1)
else
doRemoveItem(item.uid,1)
end
return 1
end
Nastepnie Dajemy Zapis Jako I Zapisujemy w data/action/script/manarune.lua
Potem Jak Chcemy To Miec u "Dark Rodo" dajemy data/npc/scripts/runes Otwiramy i dopisujemy:
Cytuje:
elseif msgcontains(msg, 'manarune') then
buy(cid,2276,100,1)
ZAPISZ!!!!
I to na tyle bedzie tu jeszcze w 3 i troche poradnikow naRx |
|