![]() |
How to use exori and exori gran in a certain number of monsters atacking me? - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: How to use exori and exori gran in a certain number of monsters atacking me? (/thread-14524.html) |
How to use exori and exori gran in a certain number of monsters atacking me? - wisapolito - 04-03-2014 hi guys i want to know if some one can help me or explain me how to make my character do exori or exori gran in a certain number of creatures thanks a lot i will give rep points ![]() RE: How to use exori and exori gran in a certain number of monsters atacking me? - mr. Kris - 04-03-2014 You must create macro. And put some variable (how many monsters, any players on screen, which spell). Than You have safety exori/exori gran maker. RE: How to use exori and exori gran in a certain number of monsters atacking me? - erleo - 04-03-2014 Exori Quote:500 {Exori} Criaturas:=3 Wait:=1 VarMult(Wait, 12) Creatures.PlayersOnScreen()>=2 [sp] Time:=0 Exit() {sp} VarAdd(Time, 1) Creatures.Beside()>=!Criaturas! !Time!>=!Wait! Self.Say(exori) Exit() Exori Gran Quote:500 {Exori gran} Criaturas:=4 Wait:=1 VarMult(Wait, 12) Creatures.PlayersOnScreen()>=2 [sp] Time:=0 Exit() {sp} VarAdd(Time, 1) Creatures.Beside()>=!Criaturas! !Time!>=!Wait! Self.Say(exori gran) Exit() RE: How to use exori and exori gran in a certain number of monsters atacking me? - damiansnk - 04-03-2014 4000 {Safe Spellcast} Self.Mana>=115 Self.Attacking==01 Creatures.Beside>=3 Self.Say(exori) 4000 {Safe Spellcast} Self.Mana>=115 Self.Attacking==01 Creatures.Beside>=4 Self.Say(exori gran) RE: How to use exori and exori gran in a certain number of monsters atacking me? - mr. Kris - 04-03-2014 (04-03-2014, 01:05 PM)damiansnk Wrote: 4000 {Safe Spellcast} Self.Mana>=115 Self.Attacking==01 Creatures.Beside>=3 Self.Say(exori) and get PK on other players RE: How to use exori and exori gran in a certain number of monsters atacking me? - erleo - 04-04-2014 (04-03-2014, 06:09 PM)mr. Kris Wrote:(04-03-2014, 01:05 PM)damiansnk Wrote: 4000 {Safe Spellcast} Self.Mana>=115 Self.Attacking==01 Creatures.Beside>=3 Self.Say(exori) With my macro no. RE: How to use exori and exori gran in a certain number of monsters atacking me? - wisapolito - 04-05-2014 lol how can i get pk or skulled if i was in dove mode...... RE: How to use exori and exori gran in a certain number of monsters atacking me? - erleo - 04-05-2014 (04-05-2014, 03:30 PM)wisapolito Wrote: lol how can i get pk or skulled if i was in dove mode...... Use my macro, is 100% safe RE: How to use exori and exori gran in a certain number of monsters atacking me? - mr. Kris - 04-05-2014 (04-05-2014, 03:30 PM)wisapolito Wrote: lol how can i get pk or skulled if i was in dove mode...... forgot about a new Tibia ![]() I sold my acc on RL Tibia when they add new PVP, now i play on Shadowcores so i told that Sorry about my mistake |