Ir para conteúdo
  • Cadastre-se

Gustavo Ntos

Membro
  • Total de itens

    309
  • Registro em

  • Última visita

  • Dias Ganhos

    2

Tudo que Gustavo Ntos postou

  1. Source são as paradas que fazem o .exe que liga o servidor... procura no tk que tem post encinando.!
  2. Ja resolvi se quiser posso te ajudar se tiver a sources so seu servidor.
  3. Faz uma imagem exata 100% quadrada e tem que ter um dimenção exata que divide por 32 ex: 64x64 === Ao recortar dara 4 pisos de 32x32
  4. Sei não faz qualquer tamanho dps corta em 32x32 com varios pisos e junta
  5. data/items/items.xml acho que o vip é o bills bills armor bills legs bills boots
  6. Depois que mudei do tfs 0.3.6 para o 0.4 essa spell esta dando uma bugada local CONDICAO_POISON = createConditionObject(CONDITION_POISON) setConditionParam(CONDICAO_POISON, CONDITION_PARAM_TICKINVERVAL, 10000) addDamageCondition(CONDICAO_POISON, 10, 2000, -1) function onCastSpell(cid, var) if not isCreature(cid) then return true end local pet = getPlayerPet(cid) local find_area = getFirstCreaturePosOnDirection(pet, 1) local level = getPlayerLevel(cid) local jutsuDmg = 6 local skill_factor = math.ceil((jutsuSkill_factor(c
  7. Voce quer um npc que compra vial ? <?xml version="1.0" encoding="UTF-8"?> <npc name="Npc trader" script="default.lua" walkinterval="2000"> <health now="100" max="100"/> <look type="10"/> <parameters> <parameter key="module_shop" value="1"/> <parameter key="message_greet" value="Olá, |PLAYERNAME|! Eu compro algumas items. Diga {Trade}."/> <parameter key="shop_sellable" value=" NOME,ID,VALOR; NOME,ID,VALOR "/> </parameters> </npc>
  8. <globalevent name="ReflectQuest" interval="3" event="script" value="reflect quest/Reflectquest.lua"/>
  9. Esqueçi de por um end ARRUMADO: local text = "[PokeMagic] Voce foi teleportado!" local textt = "Poke Magic sempre inovando!" local pos = {x=2510, y=2233, z=14} local item = 13431 local ite = 13432 local it = 13433 local qtd = 1 function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerItemCount(cid, item) >= qtd and getPlayerItemCount(cid, ite) >= qtd and getPlayerItemCount(cid, it) >= qtd then doTeleportThing(cid, pos) doRemoveItem(item, qtd) doPlayerSendTextMessage(cid, 25, text) doPlayerSendTextMessage(cid, 25, textt) else doPlayerSendTextMessage(cid,
  10. Caso der erro: local text = "[PokeMagic] Voce foi teleportado!" local textt = "Poke Magic sempre inovando!" local pos = {x=2510, y=2233, z=14} local item = 13431 local qtd = 1 function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerItemCount(cid, item) >= qtd then doTeleportThing(cid, pos) doRemoveItem(item, qtd) doPlayerSendTextMessage(cid, 25, text) doPlayerSendTextMessage(cid, 25, textt) else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Voce nao tem os items vaza daqui desgraça") return true end
  11. local text = "[PokeMagic] Voce foi teleportado!" local textt = "Poke Magic sempre inovando!" local pos = {x=2510, y=2233, z=14} local item = 13431 local qtd = 1 function onUse(cid, item, frompos, item2, topos) if getPlayerItemCount(cid, item) >= qtd then doTeleportThing(cid, pos) doRemoveItem(item, qtd) doPlayerSendTextMessage(cid, 25, text) doPlayerSendTextMessage(cid, 25, textt) else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Voce nao tem os items vaza daqui desgraça") return true end
  12. o Item usado... Ex: <action itemid="11391" event="script" value="x.lua"/> Ele ira remover o item 11391 ao usar...
  13. Abre todos local text = "[PokeMagic] Voce foi teleportado!" local textt = "Poke Magic sempre inovando!" local pos = {x=2510, y=2233, z=14} function onUse(cid, item, frompos, item2, topos) doTeleportThing(cid, pos) doRemoveItem(item.uid, 1) doPlayerSendTextMessage(cid, 25, text) doPlayerSendTextMessage(cid, 25, textt) return true end
  14. Qual jeito mais facil de colocar para cada skill de fishing almente 20 de attack speed? Tipo to com 2000 de atk speed a skill fishing almenta + 1 e fico com 1980 e assim vai ....
  15. Mas não é igual nas Spells certo? vo ver dps como faz.
  16. Alguem tem ou poder fazer um mod ou module que mostra as Spell da vocação? TFS 0.4 com Opcodes.
  17. Muda esse parede nao combina com dbz
  18. Voce adicionou todos creaturescripts certinho? manda o topico desse sistema ou poste-o completo
  19. function getItemExp(item) if item.itemid > 0 then return getItemAttribute(item.uid, "exp") or 0 end return false end function getItemLevel(item) if item.itemid > 0 then return getItemAttribute(item.uid, "level") or 0 end return false end function doItemAddExp(item) if item.itemid > 0 then return doItemSetAttribute(item.uid, "exp", getItemExp(item) + 1) end return false end function doItemAddLevel(item, count) if item.itemid > 0 and tonumber(count) then return doItemSetAttribute(item.uid, "level", getItemLevel(i
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo