Ir para conteúdo

osiann

Membro
  • Registro em

  • Última visita

  1. tibia client bug i make store.xml and pput <?xml version="1.0" encoding="UTF-8"?> <store> <category name="Others" icons="Music_Box.png" description="Buy items direct for your character."> <offer name="Music Box" price="40" icons="Music_Box.png" description="It may have some charming effects when played to certain creatures, but disappears in the process." message="Thank you for your purchase!" script="items.lua" /> </category> </store> and i go open cliente - go storecoin and crash client can help me ?
  2. osiann postou uma resposta no tópico em Suporte Tibia OTServer
    i need too
  3. [23:23:39.305] [Error - CreatureScript Interface] [23:23:39.305] local slotPos = {CONST_SLOT_NECKLACE, CONST_SLOT_FEET, CONST_SLOT_RING} [23:23:39.305] [23:23:39.305] function onStatsChange(cid, attacker, type, combat, value) [23:23:39.305] local reflectPercent = 0 [23:23:39.305] local dmg = value [23:23:39.305] local playerPos = getCreaturePosition(cid) [23:23:39.305] local attackerPos = getCreaturePosition(attacker) [23:23:39.305] for i = 1, #slotPos do [23:23:39.305] if getPlayerSlotItem(cid, slotPos).uid > 1 then [23:23:39.305] if getItemReflectPercent(getPlayerSlotItem(cid, slotPos).uid) then [23:23:39.305] reflectPercent = reflectPercent + getItemReflectPercent(getPlayerSlotItem(cid, slotPos).uid) [23:23:39.305] end [23:23:39.305] end [23:23:39.305] end [23:23:39.305] [23:23:39.305] if reflectPercent > 0 then [23:23:39.305] dmg = math.ceil(-value*((100-reflectPercent)/100)) [23:23:39.305] if (dmg < 0) then [23:23:39.305] doCreatureAddHealth(cid, dmg) [23:23:39.305] doSendAnimatedText(playerPos, -dmg, COLOR_RED) [23:23:39.305] doSendMagicEffect(playerPos, 0) [23:23:39.305] else [23:23:39.305] doSendMagicEffect(playerPos, 3) [23:23:39.305] end [23:23:39.305] dmg = math.ceil(-value*(reflectPercent/100)) [23:23:39.305] if (dmg < 0) then [23:23:39.305] doCreatureAddHealth(attacker, dmg) [23:23:39.306] doSendAnimatedText(attackerPos, -dmg, COLOR_RED) [23:23:39.306] doSendDistanceShoot(playerPos, attackerPos, CONST_ANI_SMALLHOLY) [23:23:39.306] end [23:23:39.306] else [23:23:39.306] return true [23:23:39.306] end [23:23:39.306] end:onStatsChange [23:23:39.306] Description: [23:23:39.306] (luaGetThingPosition) Thing not found

Informação Importante

Confirmação de Termo