Need help about anti gm
Moderator: Moderators
-
- Noob
- Posts: 11
- Joined: 20 Mar 2013, 08:35
- Noob?: Yes
Need help about anti gm
Hi guyz in standardRO gms teleport u as a monster and bot attacks them untill they ban you also your attacks miss everytime is there a way to setup disconnect after 4 miss? or 3 sec miss?

-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Need help about anti gm
Try something like these macros, they will probably heal themselves.
http://ro.ebi-world.com/2009/09/how-to-not-get-banned/
http://ro.ebi-world.com/2009/09/how-to-not-get-banned/
-
- Noob
- Posts: 11
- Joined: 20 Mar 2013, 08:35
- Noob?: Yes
Re: Need help about anti gm
thanks i wish it will work or i'll get banned again 
edit: Its not working :/ sending errors

edit: Its not working :/ sending errors

-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Need help about anti gm
What exactly does not work? Setting up the automacros?
Remember you need the macro plugin installed and a macros.txt
Btw, I don't know if the automacros fix the problem you are describing.
Remember you need the macro plugin installed and a macros.txt
Btw, I don't know if the automacros fix the problem you are describing.
-
- Noob
- Posts: 11
- Joined: 20 Mar 2013, 08:35
- Noob?: Yes
Re: Need help about anti gm
Ohh well i've installed plugin but i didnt knew that i have to install macros.txt
edit: i saw that macros.txt setup at wiki but i dont understand clearly i've to put only the script inside?
edit: i saw that macros.txt setup at wiki but i dont understand clearly i've to put only the script inside?

-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Need help about anti gm
Yes, that's truelastern wrote:Ohh well i've installed plugin but i didnt knew that i have to install macros.txt
edit: i saw that macros.txt setup at wiki but i dont understand clearly i've to put only the script inside?
-
- Noob
- Posts: 11
- Joined: 20 Mar 2013, 08:35
- Noob?: Yes
Re: Need help about anti gm
Ok so i've created new txt file which named macros and just put in this:
Any thing i have add? like something config?
Edit: I've launched openkore and had console error "Cannot load control file macros.txt"
Any thing i have add? like something config?
Edit: I've launched openkore and had console error "Cannot load control file macros.txt"
Code: Select all
automacro support {
spell Impositio Manus,Kyrie Eleison,Assumptio,Heal
call thx
timeout 320 #dont thank every 2 seconds
run-once 1
}
macro thx {
do e thx #use the /thx emo.
pause 2 #2 seconds pause and then
do e thx #use the /thx emo.
release support
}
automacro HealOnMon {
console /Heal on Monster/
call {
do play C:\WINDOWS\Media\tada.wav #This sound will be played you can choose other sounds but they must be .wav!
pause 1
}
}
automacro gmnear {
console /perfectly hidden/
call {
do play C:\WINDOWS\Media\tada.wav #This sound will be played you can choose other sounds but they must be .wav!
log maybe a GM appeard, you should stop your bot to play and play manual for awhile.
}

-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Need help about anti gm
macros.txt file in the CONTROL folder.
-
- Noob
- Posts: 11
- Joined: 20 Mar 2013, 08:35
- Noob?: Yes
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Need help about anti gm
You forgot one } at the end.
Code: Select all
automacro gmnear {
console /perfectly hidden/
call {
do play C:\WINDOWS\Media\tada.wav #This sound will be played you can choose other sounds but they must be .wav!
log maybe a GM appeard, you should stop your bot to play and play manual for awhile.
}
}