Ir para conteúdo

Kimoszin

Héroi
  • Registro em

  • Última visita

Tudo que Kimoszin postou

  1. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Claro que sim, Religião?
  2. Tu selecionou algum item (index)?
  3. Kimoszin postou uma resposta no tópico em Recursos Avançados
    Tem sim, http://code.google.com/p/tibiaapi/source/browse/branches/tibiaapi-current/trunk/tibiaapi/Objects/Screen.cs
  4. Vocês estão fazendo errado pessoal Aqui está um exemplo:
  5. Tem que adaptar, só te mostrei o simples.
  6. ListBox1 é onde fica o nomes das criatuas. Private Sub timerAttack_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles timerAttack.Tick For Each monsterName As String In ListBox1.Items For Each cr As Creature In c.BattleList.GetCreatures If (p.TargetId = 0 And cr.Name.ToLower() = monsterName.ToString().ToLower()) Then cr.Attack() End If Next Next End Sub
  7. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Vai saber cara.
  8. Oque você quer fazer? Ele só ataca o primeiro e não ataca os outros?
  9. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Google Chrome é diferente de Google.
  10. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Tava assim porque tu tinha que reinstalar o google. Pergunta pro cara ali que ele sabe .
  11. Deu algum erro no distro? O arquivo .xml está certinho?
  12. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Muleque doido assim só o Augusto
  13. 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.
  14. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    old né? .-.
  15. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Ensina ai pra nois como é que se reinstala uma página da net.
  16. Acho que ele não está conseguindo definir o local com config.lua.
  17. 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
  18. Kimoszin postou uma resposta no tópico em Suporte Tibia OTServer
    Edite em: \mods\firstitems.xml.
  19. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Eu fiquei feliz com o Adeus ):
  20. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Fiquei feliz por alguns segundos...
  21. Duvida Sanada, Tópico Movido.
  22. Kimoszin postou uma resposta no tópico em Outros Bots
    O XenoBot é pago amigo.
  23. \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"/>
  24. <?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>

Informação Importante

Confirmação de Termo