Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Safe exori ?
#1
what is the command for safe exori with 3 monsters arround me ? i have tried this one but it doesnt work
" 2000 {Safe Spellcast} Self.Mana>=200 Self.Attacking==01 Creatures.Beside>=3 Creatures.PlayersOnScreen==01 Self.Say(exori) "
#2
I think there needs to be more "safe exori" you can change this in Tibia, use use a normal macro exori.
#3
The command syntax is wrong. Check the wiki.

http://wiki.bmega.net/doku.php?id=macros_commands
#4
yea just give me the right command , i'm pretty sure it's quite easy if you did something similar to it before ?
#5
All command has an open and close parentheses at the end.

Self.Mana()>=200
#6
2000 {Exori} Self.Mana>=200 Self.Attacking==01 Creatures.Beside>=4 Creatures.PlayersOnScreen==01 Self.Say(exori)



Reput pls Big GrinD
Noowy Script's.



Selling Scripts , for more info write me on :


* Skype "Czarniutki6"
* E-Mail "[email protected]
* GG (Polish) : 41772155
#7
i will test it and if it works i'll rep you up Wink !
#8
it doesn't work my friend ;/ ?
#9
(11-11-2013, 02:17 PM)Noowy Wrote: 2000 {Exori} Self.Mana>=200 Self.Attacking==01 Creatures.Beside>=4 Creatures.PlayersOnScreen==01 Self.Say(exori)



Reput pls Big GrinD

Command syntax wrong!

Test:
[macro]2000 {Safe Spellcast} Self.Mana()>=200 Self.Attacking()==01 Creatures.Beside()>=3 Creatures.PlayersOnScreen()<=01 Self.Say(exori)[/macro]
#10
doesn't work as well !
#11
[macro]2000 {Safe Spellcast} Self.Mana()>=200 Self.Attacking()==1 Creatures.Beside()>=3 Creatures.PlayersOnScreen()<=1 Self.Say(exori)[/macro]

This way is correct.

When you are hunting, click the debug option in macro editor and post here the contents of the debug.
#12
My Macro work good. I copy that macro from my script.
Noowy Script's.



Selling Scripts , for more info write me on :


* Skype "Czarniutki6"
* E-Mail "[email protected]
* GG (Polish) : 41772155
#13
(11-11-2013, 06:59 PM)Dexter Wrote: [macro]2000 {Safe Spellcast} Self.Mana()>=200 Self.Attacking()==1 Creatures.Beside()>=3 Creatures.PlayersOnScreen()<=1 Self.Say(exori)[/macro]

This way is correct.

When you are hunting, click the debug option in macro editor and post here the contents of the debug.

content of the debug is :
Start-Of-Macro

Self.Mana returned 139
[False] Self.Mana>=200
[@] Exit of macro

End-Of-Macro

and this when i had 3 creatures on me with enough mana required

Start-Of-Macro

Self.Mana() returned 240
[True] Self.Mana()>=200

Self.Attacking() returned 0
[False] Self.Attacking()==1
[@] Exit of macro

End-Of-Macro

EDIT : FINALLY FIXED !
The right command is as follows :

2000 {Safe Spellcast} Self.Mana>=150 Self.Attacking Creatures.Beside>=3 Creatures.PlayersOnScreen=01 Self.Say(exori)
#14
Glad it's working well, it still has commands with wrong syntax.
#15
(11-12-2013, 10:27 AM)Dexter Wrote: Glad it's working well, it still has commands with wrong syntax.

regarding this , the bot takes a while before he realizes there are 3 creatures around him to use exori , is there any other macro i could use so i can go to my spawn without getting stuck between monsters on my way ? because usually i get stuck and after an hour i came to realize the bot has stopped and tibia is closed.
#16
I've using this macro for area attack:

[macro]2000 {AutoAreaAttack} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=4 Self.Mana()>=150 Self.Say(exori) Exit()[/macro]


Forum Jump:


Users browsing this thread: 1 Guest(s)