Tudo que Kimoszin postou
-
Biologia
Claro que sim, Religião?
-
[DUVIDA] Cavebot - Rope - Shovel
Tu selecionou algum item (index)?
- [C#] HUD SYSTEM
-
[DUVIDA] Cavebot - Rope - Shovel
Vocês estão fazendo errado pessoal Aqui está um exemplo:
-
[TibiaAPI] Attacker Simples
Tem que adaptar, só te mostrei o simples.
-
[TibiaAPI] Attacker Simples
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
-
facebook off?
Vai saber cara.
-
[TibiaAPI] Attacker Simples
Oque você quer fazer? Ele só ataca o primeiro e não ataca os outros?
-
facebook off?
Google Chrome é diferente de Google.
-
facebook off?
Tava assim porque tu tinha que reinstalar o google. Pergunta pro cara ali que ele sabe .
- Script quero sabe como faço monstros novos
-
DenkoRPG - Fase Final
Muleque doido assim só o Augusto
-
[Resolvido]Tempo de regeneracão!
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.
- Épico
-
facebook off?
Ensina ai pra nois como é que se reinstala uma página da net.
-
[Resolvido] Website par LINUX
Acho que ele não está conseguindo definir o local com config.lua.
-
[Resolvido]Tempo de regeneracão!
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
-
ITEMS INICIAS ?
Edite em: \mods\firstitems.xml.
-
Adeus
Eu fiquei feliz com o Adeus ):
-
Adeus
Fiquei feliz por alguns segundos...
-
[Resolvido] Script thrower torre atacar
Duvida Sanada, Tópico Movido.
- BOT 9.60
-
[Resolvido] Script thrower torre atacar
\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"/>
-
[Pedido] Bank System por comando.
<?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>
- [Resolvido] [PEDIDO SCRIPT] efeito no corpo do player ao ser morto