Posts: 71
Threads: 2
Joined: Sep 2010
Reputation:
0
08-29-2013, 11:20 AM
(This post was last modified: 08-29-2013, 11:20 AM by Rudek1212.)
Does anyone know how to check Creature ID??
There is macro Creature.Follow(ID) but how can i check this id??
I need bot to follow my second char but it's impossible (i think) to check this char ID.
Hope I helped.
Rudek
Posts: 230
Threads: 10
Joined: Dec 2012
Reputation:
0
Try to press alt+F8 and Look at Him.
Posts: 3,907
Threads: 340
Joined: Feb 2012
Reputation:
0
You can gather creature IDs using the following macros:
Creature.ByName(Name): returns a ID of the first creature with the given name;
Creature.Attacking() / Creature.Target(): returns a ID of the attacking creature (0 if not attacking);
Creature.Self(): returns ID of self creature.
You actually can attack a creature with the macro
Creature.Attack(ID), however I do not recommend to mimic Killer / Trainer features, because those features contains a lot more tests that the actual macros do.
Posts: 71
Threads: 2
Joined: Sep 2010
Reputation:
0
But is there any way to follow PLAYER by name but not permanently ?
When i use macro which checks if is attacking and if not follow creature by id It follows it all the time even if I turn this macro (all macros) off. Can you add macro command which marks player green (follow), not follow like cavebot?
Hope I helped.
Rudek
Posts: 775
Threads: 27
Joined: Dec 2012
Reputation:
0
Just press "Esc" in your keyboard or "Stop" button in Tibia. It will stop macro's follow.
Of course, if you have a macro in a loop, and you don't pause it, it will start to follow again.
Easiest way is to press CTRL + SHIFT, click on "Pause Advanced Tools" and then press ESC.