
vallic
Membro
-
Registro em
-
Última visita
Histórico de Curtidas
-
vallic deu reputação a SlowK em [Show Off] BeastxHunteré 8.6, amigo.
-
vallic deu reputação a Saymon Kopolsky em [Show Off] BeastxHunterTentando trabalhar com uma "nature" diferente.
-
vallic deu reputação a Saymon Kopolsky em [Show Off] BeastxHunter
-
vallic deu reputação a Saymon Kopolsky em [Show Off] BeastxHunter90% do mapa completo, finalmente vou terminar essa poar
Continuação hunt beholder..
-
vallic deu reputação a lordzetros em [AJUDA] NPC.luaTeste com este:
function onSay(cid, words, param, channel) local func = doCreateMonster if(words:sub(2, 2) == "n") then func = doCreateNpc end local pid, t = cid, string.explode(param, ",") if(t[2]) then pid = getPlayerByNameWildcard(t[2]) if(not pid) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player " .. t[2] .. " not found.") return true end end local position, effect = getCreaturePosition(pid), CONST_ME_MAGIC_RED errors(false) local ret = func(t[1], position) errors(true) if(tonumber(ret) == nil) then effect = CONST_ME_POFF doPlayerSendDefaultCancel(cid, (not ret and RETURNVALUE_NOTPOSSIBLE or RETURNVALUE_NOTENOUGHROOM)) end doSendMagicEffect(position, effect) return true end
-
vallic deu reputação a KotZletY em [HELP] SPELL QUE PARA SER USADA PRECISA DE UM ITEM@Demonio007 script da spell:
spells.xml:
<instant name="Spell" words="spell" lvl="1" mana="1" prem="0" exhaustion="10" enabled="1" needtarget="1" event="script" value="arquivo.lua"> <vocation id="1"/> </instant>