Ir para conteúdo

Nanibil

Membro
  • Registro em

  • Última visita

  1. Nanibil postou uma resposta no tópico em Suporte OTServer Derivados
    this is the spell script local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_GROUNDSHAKER) combat:setParameter(COMBAT_PARAM_BLOCKARMOR, true) combat:setParameter(COMBAT_PARAM_USECHARGES, true) combat:setArea(createCombatArea(AREA_CIRCLE3X3)) function onGetFormulaValues(player, skill, attack, factor) local min = (player:getLevel() / 5) + (skill * attack * 0.04) + 10 local max = (player:getLevel() / 5) + (skill * attack * 0.08) + 18 return -min, -max end combat:setCallback(CALLBACK_PARAM_SKILLVALUE, "onGetFormulaValues") local function castSpell(creatureId, variant, amount) local creature = Creature(creatureId) if creature then combat:execute(creature, variant) if amount > 1 then addEvent(castSpell, 500, creatureId, variant, amount - 1) end end end function onCastSpell(creature, variant) local creatureId = creature:getId() addEvent(castSpell, 0, creatureId, variant, 3) return true end
  2. i download it but i dont know how to open it... i open the forgottenserver.exe but it isnt work.. plzz help me to open it... no need for online just open it.. im new at this things plzz help me guys
  3. Nanibil postou uma resposta no tópico em Suporte Tibia OTServer
    guys i got server of Alissonfgb this one. and now i open the ot and everything on the wolrd is saveing but the player not... even is location when i realog i go back to where i start.... and my start Eq back.... but the levels is save.. and skills. what should i do to fix it..? how can i fix the player save?

Informação Importante

Confirmação de Termo