When im logging in my bot this happens
i haven't tried anything yet , it's because i don't know how to fix it
Some say's its the recvpacket , err but i dont know how to do it .
Note : Im Using The Latest Openkore
Server.txt
[BGMRO]
ip 198.23.243.160
port 6900
private 1
master_version 18
version 25
serverType kRO_RagexeRE_2010_11_24a
serverEncoding Western
charBlockSize 112
addTableFolders pserver/KoreRO;eA;kRO/RagexeRE_2010_07_14a;translated/kRO_english;kRO
[BGMRO]
ip 198.23.243.160
port 6900
private 1
master_version 18
version 25
serverType kRO_RagexeRE_2010_07_14a
serverEncoding Western
charBlockSize 112
addTableFolders translated/kRO_english;kRO
i want the bot to fcp only me my name , this is my previous macro about umm 1 to 2 years ago
automacro keyword {
console /\[dist=(.*)\] (.*) \((\d+)\): (.*)(spirit|kaupe|kaite|kaahi|Flag)(.*)$/
call spiritin
priority 0
}
macro spiritin {
$di = $.lastMatch1
$n = $.lastMatch2
$b = $.lastMatch3
$skill = $.lastMatch5
$job = @eval ($::players{$::playersID[$b]}->{jobID})
$guild = @eval (exists $::players{$::playersID[$b]}->{guild} ? $::players{$::playersID[$b]}->{guild}{name} : 'null')
if ($name = "Diabolic") goto skill
:skill
do sp 479 "$n"
goto finish
if ($name = "Chloe Sullivan") goto skill
:skill
do sp 479 "$n"
goto finish
if ($name = "Sam Witwer") goto skill
:skill
do sp 479 "$n"
goto finish
if ($name = "October 9, 1996") goto skill
:skill
do sp 479 "$n"
goto finish
if ($name = "GB") goto skill
:skill
do sp 479 "$n"
goto finish
if ($name = "Lifetime") goto skill
:skill
do sp 479 "$n"
goto finish
if ($name = "Ares") goto skill
:skill
do sp 479 "$n"
goto finish