All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.
Moderator: Moderators
aeronhyuwell
Plain Yogurt
Posts: 50 Joined: 30 Jun 2013, 06:41
Noob?: No
#1
Post
by aeronhyuwell » 01 Apr 2014, 15:15
Bot Checker.png
Code: Select all
[LedamRO]
ip 72.46.151.37
port 6900
version 26
master_version 1
serverType kRO_RagexeRE_2012_04_10a
serverEncoding Western
charBlockSize 132
addTableFolders pserver;translated;translated/kRO_english;kRO
recvpackets recvpackets.txt
Code: Select all
Username: berryfarmer
Password: 12345678Berry
can you give me automacro for this ? or ReactonNPCuab .
some times it's 2 digit number or 3 digit number .
You do not have the required permissions to view the files attached to this post.
4epT
Developers
Posts: 627 Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)
#2
Post
by 4epT » 01 Apr 2014, 17:37
enough unto simple macro:
Code: Select all
automacro antiBotChecker {
console /Security code: \[(\d+)\]/
exclusive 1
call {
pause 5
log do talk num $.lastMatch1
}
}
I have not tested!
aeronhyuwell
Plain Yogurt
Posts: 50 Joined: 30 Jun 2013, 06:41
Noob?: No
#3
Post
by aeronhyuwell » 15 Apr 2014, 01:43
how can i do , i want to login my bot every 30 minutes like example : 01:01 start fast type event and 01:31 again .
every 30 minutes is fast typing event .
Code: Select all
automacro start {
location prontera 155 157
timeout 5
delay 2
call {
pause 1
do talk 0
pause 1
}
}
automacro antibot {
console /Fast-Type Event: (.{28})/
delay 2
exclusive 1
call {
do talk text $.lastMatch1
pause 5
}
}
automacro EventOver {
console /Fast-Type Event: There is no Event right now./
delay 2
call {
do c @time
}
}
#Server time (normal time): Thursday, March 20 2014 02:50:41.
automacro time {
console /Server time.*2014 \d+:0?(\d+):\d+./
delay 2
call {
$relog = @eval((31 - $.lastMatch1)*30) <--------i think this is wrong . help me sir
do relog $relog
}
}
4epT
Developers
Posts: 627 Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)
#4
Post
by 4epT » 15 Apr 2014, 02:08
dude, I know who you are
you a bad man
read the manual and think for yourself
aeronhyuwell
Plain Yogurt
Posts: 50 Joined: 30 Jun 2013, 06:41
Noob?: No
#5
Post
by aeronhyuwell » 15 Apr 2014, 11:17
pls sir , i dont know what is need to read .
01 minute and 31 minutes always start the event .
snichi
Noob
Posts: 9 Joined: 30 May 2014, 23:54
Noob?: Yes
#6
Post
by snichi » 21 Jul 2014, 10:55
Any macro that we can use on this one?