
Solutions
-
dragonfight's post in (Resolvido)Podem me ajudar nesse script? was marked as the answerfunction onUse(cid, item) if (getCreatureSkullType(cid) == SKULL_RED or getCreatureSkullType(cid) == SKULL_BLACK) and (getTilePzInfo(getCreaturePosition(cid)) == TRUE) then doRemoveItem(item.uid, 1) return doCreatureSetSkullType(cid, SKULL_NONE) and true end return doPlayerSendCancel(cid, "Você não pode usar este item") and true end
-
dragonfight's post in (Resolvido)Como eu Dexo uma Spell Premium ou Seja Vip was marked as the answervai em spells.xml
era prem="0" fikou prem="1"
antes <instant name="nome da spell" words="nome da spell" needtarget="1" direction="1" lvl="250" maglv="70" mana="10000" soul="0" exhaustion="1500" prem="0" enabled="1" event="script" value="nome da spell.lua"> depois <instant name="nome da spell" words="nome da spell" needtarget="1" direction="1" lvl="250" maglv="70" mana="10000" soul="0" exhaustion="1500" prem="1" enabled="1" event="script" value="nome da spell.lua">