pm BUG, unable to receive ppl pm message

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

smilox
Noob
Noob
Posts: 1
Joined: 30 Nov 2009, 18:36
Noob?: Yes

Re: [Request]pm BUG, unable to receive ppl pm message

#31 Post by smilox »

MVP wrote:Try change to this value ,
'0097' => ['private_message', 'v Z28 Z*', [qw(len privMsgUser privMsg)]],
i think problem solved

Work for me

Tks, U are My Hero, xD :D
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: [Solved]pm BUG, unable to receive ppl pm message

#32 Post by Technology »

kLabMouse wrote:Not Only that packet Changed. :?
I think only this packet changed, from other sources i've seen that this 4 bytes are a flag that determine to show the message on top of your head or not.

i believe this is the actual structure:

Code: Select all

'0097' => ['private_message', 'v Z24 V Z*', [qw(len privMsgUser flag privMsg)]], # -1
(implemented in: kRO_RagexeRE_2009_11_04a)

official servers that use this packet:
- kRO
- bRO
- tRO
- iRO
- mRO
- pRO


NOT in: rRO, idRO

What about other official servers? (fRO, inRO, jRO, twRO, vRO, cRO, aRO, ...)
Help to complete the list of servers that do or do not use this renewed packet please...

EDIT:
added in their own serverType (ex. ST: pRO)
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!
midnytblu
Developers
Developers
Posts: 90
Joined: 14 Apr 2008, 09:37
Noob?: No
Location: prt_fild08 134 362

Re: pm BUG, unable to receive ppl pm message

#33 Post by midnytblu »

pRO
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: pm BUG, unable to receive ppl pm message

#34 Post by Technology »

kRO and eA users with the pm bug should use this ST and up: kRO_RagexeRE_2009_11_04a
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!
survivorsavior
Human
Human
Posts: 29
Joined: 31 Dec 2009, 12:56
Noob?: No

Re: pm BUG, unable to receive ppl pm message

#35 Post by survivorsavior »

Link: RâpturèRO
[RâpturèRO]
ip 208(dot)100(dot)34(dot)120
port 6900
master_version 20
version 23
serverType kRO_RagexeRE_2009_11_03a
private 1
serverEncoding Western
charBlockSize 112
recvpackets recvpackets-RâpturèRO.txt

recvpackets-RâpturèRO.txt
recvpackets-RâpturèRO.txt
OpenKore Version:
SVN Snapshot Thu Dec 31 18:01:53 UTC 2009 r7043
from: http://openkore.collectskin.com/openkore_ready.zip


Bug: Received PM messages are empty, although there is supposed to be contents.
Unaffected: Party/Guild/Public Messages.

Initially suspected CharBlockSize, changed CharBlockSize 108 to CharBlockSize 112 to fix some other errors, but PM bug persists.

Attempts made:
changing,
-'0097' => ['private_message', 'v Z24 Z*', [qw(len privMsgUser privMsg)]],
to,
'0097' => ['private_message', 'v Z28 Z*', [qw(len privMsgUser privMsg)]],
still fails to recognize PM's (blank)

WPE extracts:

PM'ed "hi"
packet extract result:

Code: Select all

96 00 1F 00 54 61 69 6B 6F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 68 69 00 
PM'ed "bye"
packet extract result:

Code: Select all

96 00 20 00 54 61 69 6B 6F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 62 79 65 00 
I noticed that there is alot of "servertype 1~22.PM" at INDEX:src\Network\Receive\
but there aren't any to support servertype kRO_RagexeRE_2009_11_03a
Any idea whether i mistakenly input some entries or this PM bug currently needs different approach for different servers?
You do not have the required permissions to view the files attached to this post.
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: pm BUG, unable to receive ppl pm message

#36 Post by Technology »

Technology wrote:kRO and eA users with the pm bug should use this ST and up: kRO_RagexeRE_2009_11_04a
I mean, people that play on a server that runs eAthena or the kRO servers. (most private servers run eAthena)
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!
survivorsavior
Human
Human
Posts: 29
Joined: 31 Dec 2009, 12:56
Noob?: No

Re: pm BUG, unable to receive ppl pm message

#37 Post by survivorsavior »

Thanks Technology, wasn't aware of that 1 alphabet difference between,
kRO_RagexeRE_2009_11_04a and kRO_RagexeRE_2009_11_03a.

Using search function in openkore forum on "kRO_RagexeRE_2009_11_04a" did not return any information. Had to use google to find "kRO_RagexeRE_2009_11_04a" regarding your previous post on helping self state and potion using guide.

Btw, SVN snapshot at http://openkore.collectskin.com/ is not updated to support the new servertypes, had to download and update via SVN tortoise itself.

Thanks again Technology !
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: pm BUG, unable to receive ppl pm message

#38 Post by Technology »

hmm, i checked the svn snapshot and it seems to have it, your snapshot was probably taken before it was added, its only been added recently.
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!
somerandomnwb
Noob
Noob
Posts: 2
Joined: 06 Jan 2010, 20:21
Noob?: Yes

Re: pm BUG, unable to receive ppl pm message

#39 Post by somerandomnwb »

mmmm.. nvm
Last edited by somerandomnwb on 09 Jan 2010, 05:24, edited 1 time in total.
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: pm BUG, unable to receive ppl pm message

#40 Post by Technology »

Technology wrote:kRO and eA users with the pm bug should use this ST and up: kRO_RagexeRE_2009_11_04a
Can you believe this? How many times does one have to repeat it?
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!