Posts: 67
Threads: 17
Joined: Apr 2013
Reputation:
0
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) "
Posts: 1,617
Threads: 15
Joined: Dec 2011
Reputation:
0
I think there needs to be more "safe exori" you can change this in Tibia, use use a normal macro exori.
Posts: 67
Threads: 17
Joined: Apr 2013
Reputation:
0
yea just give me the right command , i'm pretty sure it's quite easy if you did something similar to it before ?
Posts: 2,912
Threads: 79
Joined: Jan 2012
Reputation:
0
All command has an open and close parentheses at the end.
Self.Mana()>=200
Posts: 67
Threads: 17
Joined: Apr 2013
Reputation:
0
it doesn't work my friend ;/ ?
Posts: 2,912
Threads: 79
Joined: Jan 2012
Reputation:
0
[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.
Posts: 376
Threads: 47
Joined: Jul 2012
Reputation:
0
11-11-2013, 07:34 PM
(This post was last modified: 11-11-2013, 07:34 PM by Noowy.)
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
Posts: 2,912
Threads: 79
Joined: Jan 2012
Reputation:
0
Glad it's working well, it still has commands with wrong syntax.
Posts: 2,912
Threads: 79
Joined: Jan 2012
Reputation:
0
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]