BGMRO | Disconnected From Server Map

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

ajdee
Human
Human
Posts: 28
Joined: 22 May 2013, 07:42
Noob?: Yes

BGMRO | Disconnected From Server Map

#1 Post by ajdee »

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

Re: BGMRO | Disconnected From Server Map

#2 Post by Raider »

Code: Select all

[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
ajdee
Human
Human
Posts: 28
Joined: 22 May 2013, 07:42
Noob?: Yes

Re: BGMRO | Disconnected From Server Map

#3 Post by ajdee »

Thankyou sir raider , my problem is now my fcp bot keeps on fcping my char it wont stop here's my config that i got from googling

partySkill Full Chemical Protection {
lvl 5
sp > 100
notPartyOnly 1
notWhileSitting 0
disabled 0
target_whenStatusInactive Cp Helm, Cp Weapon, Cp Shield, Cp Armor
target Ares
inInventory Glistening Coat > 1
isSelfSkill 0
}
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: BGMRO | Disconnected From Server Map

#4 Post by Raider »

You want to FCP yourself or your slave/ guild, party member?
ajdee
Human
Human
Posts: 28
Joined: 22 May 2013, 07:42
Noob?: Yes

Re: BGMRO | Disconnected From Server Map

#5 Post by ajdee »

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


:finish
release spiritin2
stop

}


And on the top is from googling .
PepsiCoke
Human
Human
Posts: 46
Joined: 21 Apr 2012, 22:41
Noob?: Yes

Re: BGMRO | Disconnected From Server Map

#6 Post by PepsiCoke »

partySkill Full Chemical Protection {
lvl 5
notPartyOnly 1
target_distance 1
target_timeout
target_whenStatusInactive Synthesized Shield, Alchemical Protection, Synthetic Armor, Biochemical Helm
sp < 10%
target Ares, Lifetime
}

partySkill Full Chemical Protection {
lvl 5
notPartyOnly 1
target_distance 1
notWhileSitting 0
disabled 0
target_whenStatusInactive Synthesized Shield, Alchemical Protection, Synthetic Armor, Biochemical Helm
target_isGuild "name or ur guild"
inInventory Glistening Coat > 1
isSelfSkill 0
}
ajdee
Human
Human
Posts: 28
Joined: 22 May 2013, 07:42
Noob?: Yes

Re: BGMRO | Disconnected From Server Map

#7 Post by ajdee »

PepsiCoke wrote:partySkill Full Chemical Protection {
lvl 5
notPartyOnly 1
target_distance 1
target_timeout
target_whenStatusInactive Synthesized Shield, Alchemical Protection, Synthetic Armor, Biochemical Helm
sp < 10%
target Ares, Lifetime
}

partySkill Full Chemical Protection {
lvl 5
notPartyOnly 1
target_distance 1
notWhileSitting 0
disabled 0
target_whenStatusInactive Synthesized Shield, Alchemical Protection, Synthetic Armor, Biochemical Helm
target_isGuild "name or ur guild"
inInventory Glistening Coat > 1
isSelfSkill 0
}
sir this is not working its like the previous it's keep on FCPing non stop :O
PepsiCoke
Human
Human
Posts: 46
Joined: 21 Apr 2012, 22:41
Noob?: Yes

Re: BGMRO | Disconnected From Server Map

#8 Post by PepsiCoke »

ajdee wrote:
PepsiCoke wrote:partySkill Full Chemical Protection {
lvl 5
notPartyOnly 1
target_distance 1
target_timeout
target_whenStatusInactive Synthesized Shield, Alchemical Protection, Synthetic Armor, Biochemical Helm
sp < 10%
target Ares, Lifetime
}

partySkill Full Chemical Protection {
lvl 5
notPartyOnly 1
target_distance 1
notWhileSitting 0
disabled 0
target_whenStatusInactive Synthesized Shield, Alchemical Protection, Synthetic Armor, Biochemical Helm
target_isGuild "name or ur guild"
inInventory Glistening Coat > 1
isSelfSkill 0
}
sir this is not working its like the previous it's keep on FCPing non stop :O
how about try to check the status name of the FCP in the console menu of your bot.. maybe BGMRO using different name for this one..

anyway thanks for fixing PrismRO ^_^
ajdee
Human
Human
Posts: 28
Joined: 22 May 2013, 07:42
Noob?: Yes

Re: BGMRO | Disconnected From Server Map

#9 Post by ajdee »

it is working , but it keeps on fcping my char . it won't stop unless i cloak / hide / warp out .