Need help about anti gm

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

lastern
Noob
Noob
Posts: 11
Joined: 20 Mar 2013, 08:35
Noob?: Yes

Need help about anti gm

#1 Post by lastern »

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?
Image
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Need help about anti gm

#2 Post by Raider »

Try something like these macros, they will probably heal themselves.
http://ro.ebi-world.com/2009/09/how-to-not-get-banned/
lastern
Noob
Noob
Posts: 11
Joined: 20 Mar 2013, 08:35
Noob?: Yes

Re: Need help about anti gm

#3 Post by lastern »

thanks i wish it will work or i'll get banned again :D

edit: Its not working :/ sending errors
Image
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Need help about anti gm

#4 Post by Raider »

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.
lastern
Noob
Noob
Posts: 11
Joined: 20 Mar 2013, 08:35
Noob?: Yes

Re: Need help about anti gm

#5 Post by lastern »

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?
Image
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Need help about anti gm

#6 Post by Raider »

lastern 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?
Yes, that's true
lastern
Noob
Noob
Posts: 11
Joined: 20 Mar 2013, 08:35
Noob?: Yes

Re: Need help about anti gm

#7 Post by lastern »

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"

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.
}
Image
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Need help about anti gm

#8 Post by Raider »

macros.txt file in the CONTROL folder.
lastern
Noob
Noob
Posts: 11
Joined: 20 Mar 2013, 08:35
Noob?: Yes

Re: Need help about anti gm

#9 Post by lastern »

Raider wrote:macros.txt file in the CONTROL folder.
it is inside it :/
Image
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Need help about anti gm

#10 Post by Raider »

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.
}
}