hi i would appreciate it if someone could provide me with a macro which will character select every 1minute [60 s ] and log back ingame immediately..
not relog**** only go to charselect and back in --- no time wasted in whole relogin and server recognises crap
i m trying to use it against hackshield
need to test char select thing now so please help me
PLease Help Me with This-charselect-relog-charselect
Moderator: Moderators
-
- Noob
- Posts: 17
- Joined: 13 Apr 2009, 03:51
- Noob?: No
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
-
- Noob
- Posts: 17
- Joined: 13 Apr 2009, 03:51
- Noob?: No
Re: PLease Help Me with This-charselect-relog-charselect
on typing charselect in console/ Through Macro it says please check list of commands ....looking forward to your reply....
iv seen a bot which relogs in less than a sec after dc.... and that is charselect -relog.... so please it works i hv seen a person with it... but he will not reveal it.
on typing charselect in console/ Through Macro it says please check list of commands check documentation ....looking forward to your reply....
iv seen a bot which relogs in less than a sec after dc.... and that is charselect -relog.... so please it works i hv seen a person with it... but he will not reveal it.
on typing charselect in console/ Through Macro it says please check list of commands check documentation ....looking forward to your reply....
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: PLease Help Me with This-charselect-relog-charselect
Use latest version from svn.
-
- Noob
- Posts: 17
- Joined: 13 Apr 2009, 03:51
- Noob?: No
Re: PLease Help Me with This-charselect-relog-charselect
eternalharvest i m unable to make a macro as i dont hv any knowledge about it
can u please write me a macro
i just want it to char select and relog on the same character back immediately every 2 minutes
please i would really be grateful for it.
can u please write me a macro
i just want it to char select and relog on the same character back immediately every 2 minutes
please i would really be grateful for it.
-
- Noob
- Posts: 17
- Joined: 13 Apr 2009, 03:51
- Noob?: No
Re: PLease Help Me with This-charselect-relog-charselect
automacro Login {
hook in_game
call {
pause 7
pause 1
do charselect
}
}
this works to a certain extent fails when i m fighting monsters can u loop it so that after 2 minutes it tries non stop till it char selects ??
is there no way to use char select in normal config without macro...
just like restart as that is much more reliable than macro --which fails at times when mass botting
hook in_game
call {
pause 7
pause 1
do charselect
}
}
this works to a certain extent fails when i m fighting monsters can u loop it so that after 2 minutes it tries non stop till it char selects ??
is there no way to use char select in normal config without macro...
just like restart as that is much more reliable than macro --which fails at times when mass botting
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: PLease Help Me with This-charselect-relog-charselect
It's reliable in the same way as with official Ragnarok Online client. Wiki page mentions that issue. There isn't any reliability difference by using charselect from macro or any other means (manually, doCommand, your own plugin).
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes