Hello guys,
Please forgive my ignorance, i have looked for this topic but couldn't find if it has been discussed yet.
I am looking for a macro to get disconnected if GM teleports you somewhere in map. Because as you know GM's decide weather a player is bot or not by teleporting user in map and looking for some reaction.
So if somehow bot could disconnect if teleported, no problem wont occur.
Do you have any idea if there has been such issue before or is it possible to apply this on OpenKore?
Thank you for your interest
A macro for disconnecting while GM teleport you inmap
Moderator: Moderators
-
- Noob
- Posts: 2
- Joined: 17 Sep 2012, 16:13
- Noob?: Yes
-
- Human
- Posts: 29
- Joined: 13 Jul 2012, 06:32
- Noob?: Yes
Re: A macro for disconnecting while GM teleport you inmap
ok there are many ways to do that ,, First im gonna assume ur on a private server so lets say ur botting in field kh_dun01 and ur saved @ prontera .. so this should work
automacro saver {
location not kh_dun01 | prontera ## u can put the map names here
call {
do relog 3000 ## uc an change the value to whatever u need t to be ( units are in seconds)
}
}
this should work ,, but plz let me know if theres a problem ,,,
Note ,, this will trigger even if u manually try to be on someother map than the ones specified ,,,,
and if ur on an official server where u do not warp using the @warp commands ,,, (maybe npc),, it should work ..
but if ur bot is walking to the desired map ,,, then it has to remade in a different way ,,
automacro saver {
location not kh_dun01 | prontera ## u can put the map names here
call {
do relog 3000 ## uc an change the value to whatever u need t to be ( units are in seconds)
}
}
this should work ,, but plz let me know if theres a problem ,,,
Note ,, this will trigger even if u manually try to be on someother map than the ones specified ,,,,
and if ur on an official server where u do not warp using the @warp commands ,,, (maybe npc),, it should work ..
but if ur bot is walking to the desired map ,,, then it has to remade in a different way ,,