Character problems

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

Moderator: Moderators

Message
Author
absyntheca
Noob
Noob
Posts: 8
Joined: 16 Jun 2017, 21:00
Noob?: Yes

Character problems

#1 Post by absyntheca »

Hi everyone, so i have a problem with my bot when i want go to the character selection.
This indicates that one does not know on a map that does not exist.

Image

I'm going to see some topic that would come from charblocksize but i've tried all.
I put my config to see if you can fix the worries. Thank you in advance (P.S i'm sure of my informations u can found this below)

[Figaro Online]
ip 37.59.52.33
port 6900
version 55
master_version 31
serverType kRO_RagexeRE_2014_10_22b
serverEncoding Western
charBlocksize 147
addTableFolders kRO/RagexeRE_2014_10_22b;translated;translated/kRO_english;kRO
recvpackets FIGARO2.txt

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Character problems

#2 Post by Mortimal »

charBlocksize 147 is incorrect
Please use pin function for uploading your file contents!

absyntheca
Noob
Noob
Posts: 8
Joined: 16 Jun 2017, 21:00
Noob?: Yes

Re: Character problems

#3 Post by absyntheca »

yeah i know but i've tried all tell me wich one for u is good

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Character problems

#4 Post by Mortimal »

Please use pin function for uploading your file contents!

absyntheca
Noob
Noob
Posts: 8
Joined: 16 Jun 2017, 21:00
Noob?: Yes

Re: Character problems

#5 Post by absyntheca »

i've already tried all of them

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Character problems

#6 Post by Mortimal »

152
Please use pin function for uploading your file contents!

absyntheca
Noob
Noob
Posts: 8
Joined: 16 Jun 2017, 21:00
Noob?: Yes

Re: Character problems

#7 Post by absyntheca »

same with 152 :/

Image


In your opinion there is only the charblocksize that could be the problem ?

c4c1n6kr3m1
The Way Of Human
The Way Of Human
Posts: 150
Joined: 24 Mar 2012, 04:13
Noob?: Yes

Re: Character problems

#8 Post by c4c1n6kr3m1 »

i'm not play ps , but i'll tell you this

i learn from this forum somewhere how to count charblocksize accurate and easy
but you need to sniff the packet

create 2 char on your id
snif than analyze, start counting from first name and stop before another char name
and that's your exact charblocksize

but may be your promblem not the charblocksize only
ps may change the packet structure

let say odin international with charblocksize 145
we have this on source code

Code: Select all

return 'a4 V9 v V2 v14 Z24 C8 v Z16 V x4 x4 x4 C' if $_ == 145;
and kore read as

Code: Select all

($cID,$exp,$zeny,$jobExp,$jobLevel, $opt1, $opt2, $option, $stance, $manner, $statpt,
$hp,$maxHp,$sp,$maxSp, $walkspeed, $jobId,$hairstyle, $weapon, $level, $skillpt,$headLow, $shield,$headTop,$headMid,$hairColor,$clothesColor,$name,$str,$agi,$vit,$int,$dex,$luk,$slot, $rename, $unknown, $mapname, $deleteDate) .... blablablabla(this is not complete)
may be your ps change the normal structure, the slot with stat or others

you need to figure it out yourself

absyntheca
Noob
Noob
Posts: 8
Joined: 16 Jun 2017, 21:00
Noob?: Yes

Re: Character problems

#9 Post by absyntheca »

Thank you for your answer, you use what software to sniff the packet?

c4c1n6kr3m1
The Way Of Human
The Way Of Human
Posts: 150
Joined: 24 Mar 2012, 04:13
Noob?: Yes

Re: Character problems

#10 Post by c4c1n6kr3m1 »

normally wpe, but lots of antivirus will give warning

or you can try smartsniff or socketsnif from nirsoft

Post Reply