Page 2 of 5

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

Posted: 08 Apr 2014, 12:41
by aeronhyuwell
PepsiCoke wrote:
aeronhyuwell wrote: use this

Code: Select all

automacro antibot {
   console  /Gold Room Warper:.*([0-9,a-z]{8})/
   delay 2
   exclusive 1
   call {
      do talk text $.lastMatch1
   }
}
nothings happen... my bot didnt response with this one

hey im player of forbidden ro and here's my macro :) ill share to you :)

Code: Select all

automacro start {
	location not ordeal_2-1
	timeout 35
	delay 2
	call {
		do c @warp prontera 157 198
pause 1
do talk @npc(163 211)
pause 1
do c @warp prontera 134 153
pause 1
do talk @npc(134 153)
	}
}

automacro antibot {
   console  /Gold Room Warper:.*([0-9,a-z]{8})/
   delay 2
   exclusive 1
   call {
      do talk text $.lastMatch1
   }
}

automacro Storage {
location ordeal_2-1
inventory "Gold" >= 29500
exclusive 1
timeout 1
call {
do c @storage
pause 1
do storage add Gold
pause 2
do storage close
pause 2
	}
}

automacro Jail {
location sec_pri
exclusive 1
timeout 2
call {
do c @storeall
pause 1
do quit
}
}
alisin mo yung ibang .PL mo . tira mo lang yung MACRO.PL and CMDONLOGIN.PL :) nagbobot ako jan e :)

Re: [bypass Antibot] - Enter the colored symbols

Posted: 08 Apr 2014, 17:39
by 4epT
put in config.txt

Code: Select all

reactOnNPC talk text #1~1 {
	type text
	delay 2
	msg_0 /Please Enter the Code to access the gold room:/
	msg_1 / (\S+)/
}

Re: [bypass Antibot] - Enter the colored symbols

Posted: 08 Apr 2014, 21:17
by PepsiCoke
@4ept
i put that one but there's an error that occur. It was able to answer the antibot correctly but it does not stop on reactingNPC.


@aero can you share to me also your config. so i know if there's lapses between the reactonnpc.

Re: [bypass Antibot] - Enter the colored symbols

Posted: 09 Apr 2014, 03:04
by 4epT
download last version

Re: [bypass Antibot] - Enter the colored symbols

Posted: 09 Apr 2014, 03:28
by PepsiCoke
4epT wrote:download last version
latest version of?

Re: [bypass Antibot] - Enter the colored symbols

Posted: 09 Apr 2014, 03:43
by 4epT
:shock: Click the following link :shock:

Re: [bypass Antibot] - Enter the colored symbols

Posted: 09 Apr 2014, 04:02
by PepsiCoke
4epT wrote::shock: Click the following link :shock:
done sir. but same result as the above picture that i have posted. it keep on spamming the reactOnNPC talk text after it correctly answered the code. :(

here's there result.

Re: [bypass Antibot] - Enter the colored symbols

Posted: 09 Apr 2014, 06:30
by 4epT
download last reactOnNPC.pl or delete options "delay 2"

Re: [bypass Antibot] - Enter the colored symbols

Posted: 09 Apr 2014, 06:39
by PepsiCoke
Thank you sir for your effort to help me. Thanks for the codes. it works now. it just that i made something wrong with the locations because im using bot organizer. xD

Re: [bypass Antibot] - Enter the colored symbols

Posted: 15 Apr 2014, 08:07
by PepsiCoke
How about this one sir? can you make the macro?

Image