Ir para conteúdo

Gantz

Membro
  • Registro em

  • Última visita

  1. Gantz postou uma resposta no tópico em Suporte Tibia OTServer
    posta tajukagebunshi.xml e Raion.xml da pasta monster
  2. Gantz postou uma resposta no tópico em Suporte Tibia OTServer
    posta o script .... pode ser duas coisas .... ou no script não esta usando a função doConviceCreature, depois de criar o kage bushin .... Ou no xml no Kage bushin ta colocado que ele não pode ser convencido.
  3. Gaant reagiu a uma resposta no tópico: (Resolvido)[Ajuda] Velocidade da bike
  4. troca MESSAGE_EVENT_ADVANCE por MESSAGE_INFO_DESCR
  5. Gantz postou uma resposta no tópico em Suporte Tibia OTServer
    function onStatsChange(cid, attacker, type, combat, value) if(getPlayerSlotItem(cid, 3).itemid == 12685) then dmg = math.ceil(value*(30/100)) doCreatureAddHealth(cid, dmg) end return TRUE end
  6. Wlucas reagiu a uma resposta no tópico: (Resolvido)[Ajuda] Velocidade da bike
  7. local condition = createConditionObject(CONDITION_HASTE) setConditionParam(condition, CONDITION_PARAM_TICKS, 20000) setConditionFormula(condition, 1.7, -36, 1.7, -36) function onSay(cid, words, param) doRemoveCondition(cid, CONDITION_HASTE) local pos = getThingPos(cid) if(param == '') then doSendMagicEffect(pos, 12) doAddCondition(cid, condition) return true end local t = string.explode(param, '"') if(t[2]) then doCreatureSay(cid, "Correr: ".. t[2], 20, false, 0, pos) doSendMagicEffect(pos, 12) doAddCondition(cid, condition) end return true end
  8. Gantz postou uma resposta no tópico em Formação de Equipe
    - Nome: Miller - Idade: 20 - Função: Scripter / Programador / Spell Maker - Trabalhos: To com preguiça - Experiência: Muito tempo - Formas de contato: Whats (18) 981349991 - Skype [email protected]
  9. versão do ot
  10. Reds reagiu a uma resposta no tópico: [ATS] Spirit Hunter
  11. Gantz postou uma resposta no tópico em Suporte & Pedidos
    oi pessoal, o projeto ainda esta em andamento, algumas imagens bugaram no post, mais assim q tiver um tempo eu ajeito. estou mapeando sozinho, então pode ser q demore um pouco, até eu encontrar alguém para me ajudar.
  12. Gantz postou uma resposta no tópico em Formação de Equipe
    Boa tarde Pessoal, Segue o link do meu projeto: [ATS] Spirit Hunter O servidor esta bem adiantado pessoal, mais venho precisando de mappers, preciso urgente para desenvolver pelo menos as cidades e hunts iniciais, eu também sou mapper posso ajudar, mas preciso de mais gente. Por favor quem tiver com tempo disponivel me adc no skype ou no whatsapp, e responda este tópico, estou precisando muito !! Obrigado pela atenção !!
  13. function onSay(cid, words, param, channel) local t = string.explode(param, ",") local gm = getCreatureName(cid) local ips = {} for _, pid in ipairs(getPlayersOnline()) do if not isInArray(ips, getPlayerIp(pid)) then local accId = getPlayerAccount(pid) if(getNotationsCount(accId) < 1) then doPlayerAddItem(pid, t[1], 1) doPlayerSendTextMessage(pid, MESSAGE_INFO_DESCR, "Everyone have been rewarded a "..getItemNameById(t[1]).." by "..gm.." for the reason: "..tostring(t[2])..".") doSendMagicEffect(getCreaturePosition(pid), CONST_ME_GIFT_WRAPS) table.insert(ips, getPlayerIp(pid)) end end end return true end
  14. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_EFFECT, 31) setCombatParam(combat, COMBAT_PARAM_USECHARGES, 1) function onGetPlayerMinMaxValues(cid, skill, attack, factor) local min = skill * attack / 17 + getPlayerLevel(cid) / 5 + 1 local max = skill * attack / 9 + getPlayerLevel(cid) / 5 + 6 return -min, -max end setCombatCallback(combat, CALLBACK_PARAM_SKILLVALUE, "onGetPlayerMinMaxValues") function onCastSpell(cid, var) if getCreatureHealth(cid) > (0.3 * getCreatureMaxHealth(cid)) then doCombat(cid, combat, var) doCreatureAddHealth(cid, -(0.3 * getCreatureMaxHealth(cid))) else doPlayerSendCancel(cid, "Not enough health to perform this spell.") end return true end
  15. oi Tony, gatinho :3
  16. sim, mais o script ainda sera necessário, me avise quando estiver adicionado o evento que farei o script.
  17. http://otland.net/threads/creatureevent-onspawn-cid.134039/
  18. adiciona a função onSpawn no teu servidor, q da pra fazer.

Informação Importante

Confirmação de Termo