Runa jak temat wskazuje to Yalahair Addon. Ta runa daje ci FULL Addon Yalahair :) Wejdz w: data\actions\scripts\nazwa.lua ------------------------------------ I wpisz tam to: ====================================================================== Code:
local itemup = 2275 -- The ID of the item that will give you EXP function onUse(cid, item, frompos, item2, topos) if item.itemid == itemup then doPlayerAddOutfit(cid,324,3) doPlayerAddOutfit(cid,325,3) local playerpos = getCreaturePosition(cid) doRemoveItem(item.uid,5785) doSendMagicEffect(playerpos, 12) doCreatureSay(cid, "Gratulacie! Teraz jestes posiadaczem Yalaharian outfit full!", TALKTYPE_ORANGE_1) end return 1 end ====================================================================== W miejscu 2275 (na samej gorze) wpisz ID przedmiotu lub runy. W miejscu 5785 (siodma linijka) wpisz ID przedmiotu lub runy. ====================================================================== Nastêpnie dodaj do: ---------------------------- data\actions\actions.xml ====================================================================== Code: <action itemid="2275" script="nazwa.lua" /> ======================================================================
|