Need Help: Macro Tele Skill

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
glennlevi
Plain Yogurt
Plain Yogurt
Posts: 58
Joined: 19 May 2011, 00:40
Noob?: Yes

Need Help: Macro Tele Skill

#1 Post by glennlevi »

This is my macro for using teleport skill when warp command fails (when you damage a player or when you get damaged):

Code: Select all

automacro canttele {
console /You cannot use @warp/
timeout 2

call {
do ss 26
pause 0.5
do send 1B 01 1A 00 52 61 6E 64 6F 6D 00 00 00 00 00 00 00 00 00 00
}
}
The problem is, openkore crashes at times. I suspect it has something to do with the send packet command. I've checked and rechecked that the packets are the right ones. Probably it crashes when the packet is sent more than 1 time.

My question is, can a macro hook into openkore's teleport function, such that the bot will use teleport skill then select the corresponding area to warp in (in game its just plain pressing enter cuz lvl 1 teleport has only 1 warp selection). Kore works fine with "teleportAuto_useSkill" is set to 1, but crashes with my macro.