Ir para conteúdo

Kimoszin

Héroi
  • Registro em

  • Última visita

Tudo que Kimoszin postou

  1. Deu algum erro no distro? O arquivo .xml está certinho?
  2. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Muleque doido assim só o Augusto
  3. Cara, o script que tu passou, é assim o [2362] = {8, "Crunch."}, [iD_DO_ITEM] = {QUANTO_QUE_VAI_ENCHER, MESSAGE} Então os foods, só vão regenerar conforme o vocations.xml.
  4. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    old né? .-.
  5. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Ensina ai pra nois como é que se reinstala uma página da net.
  6. Acho que ele não está conseguindo definir o local com config.lua.
  7. Você tem certeza disso? Faça um favor, poste o script que se encontra em: \data\actions\scripts\foods.lua ou \data\actions\scripts\other\food.lua
  8. Kimoszin postou uma resposta no tópico em Suporte Tibia OTServer
    Edite em: \mods\firstitems.xml.
  9. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Eu fiquei feliz com o Adeus ):
  10. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Fiquei feliz por alguns segundos...
  11. Duvida Sanada, Tópico Movido.
  12. Kimoszin postou uma resposta no tópico em Outros Bots
    O XenoBot é pago amigo.
  13. \data\monster\magicthrower.xml <?xml version="1.0" encoding="UTF-8"?> <monster name="Magicthrower" nameDescription="a magicthrower" race="undead" experience="0" speed="0" manacost="0"> <health now="9950" max="9950"/> <look typeex="1560"/> <targetchange interval="5000" chance="20"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="0"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="0"/> <flag canpushcreatures="1"/> <flag targetdistance="1"/> <flag staticattack="90"/> <flag runonhealth="100"/> <flag hidehealth="1"/> </flags> <attacks> <attack name="melee" interval="2000" skill="1" attack="1"/> <attack name="poison" interval="1000" chance="100" range="7" min="-50" max="-100"> <attribute key="shootEffect" value="energy"/> <attribute key="areaEffect" value="yellowspark"/> </attack> </attacks> <defenses armor="1" defense="1"/> <immunities> <immunity physical="1"/> <immunity energy="1"/> <immunity fire="1"/> <immunity poison="1"/> <immunity ice="1"/> <immunity holy="1"/> <immunity death="1"/> <immunity lifedrain="1"/> <immunity manadrain="1"/> <immunity paralyze="1"/> <immunity drunk="1"/> <immunity outfit="1"/> <immunity invisible="1"/> </immunities> </monster> \data\monster\monsters.xml <monster name="Magicthrower" file="magicthrower.xml"/>
  14. <?xml version="1.0" encoding="UTF-8"?> <mod name="Bank System" version="1.0" author="Kimoszin" contact="tibiaking.com" enabled="yes"> <talkaction words="!balance; !deposit; !withdraw" event="buffer"><![CDATA[ if (words == "!balance") then return doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você tem "..getPlayerBalance(cid).." gold coins.") end if (words == "!deposit" and isNumber(param)) then return doPlayerDepositMoney(cid, param) and doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você depositou "..param.." gold coins.") end if (words == "!deposit" and param == "all") then return (getPlayerMoney(cid) > 0) and doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você depositou "..getPlayerMoney(cid).." gold coins.") and doPlayerDepositAllMoney(cid) end if (words == "!withdraw" and isNumber(param)) then return (getPlayerBalance(cid) > 0) and doPlayerWithdrawMoney(cid, tonumber(param)) and doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você retirou "..param.." gold coins.") end if (words == "!withdraw" and param == "all") then return (getPlayerBalance(cid) > 0) and doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você retirou "..getPlayerBalance(cid).." gold coins.") and doPlayerWithdrawAllMoney(cid) end ]]></talkaction> </mod>
  15. Ficou muito bom, acho que vai ajudar muitos iniciantes que querem começar nessa ótima opção que é o Linux.
  16. Poderia passar o link do War System?
  17. Amigo, o tempo de regeneração é dado pela vocation e não pela food.
  18. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Quantos anos você tem Vampira?
  19. No site diz: Pode experimentar gratuitamente durante até cinco dias.
  20. Kimoszin postou uma resposta no tópico em Recursos e ferramentas de Design
    Tópico Movido.
  21. Tópico movido para seção correta, mais atenção na próxima.
  22. Kimoszin postou uma resposta no tópico em iBot
    Eu acho uma besteira essa lei, acho que se podemos criar algo que nos ajuda a jogar, acho que está certo. Temos esse "dom", acho que não poderia ser proibido. Afinal, estamos jogando e dando dinheiro para a empresa. # Eu recusaria um viado de graça.
  23. I do not quite understand, your problem is that the bot when changing floor?
  24. Dim n = "Rotworm" For Each monster As Creature In c.BattleList.GetCreatures If (monster.IsVisible And (monster.Name.ToLower = n.ToLower) And p.TargetId = 0) Then monster.Attack() End If Next

Informação Importante

Confirmação de Termo