aRO: death's not counted, PMs, Kyrie lvl

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
doughnuts
Human
Human
Posts: 27
Joined: 25 Mar 2010, 23:03
Noob?: No

aRO: death's not counted, PMs, Kyrie lvl

#1 Post by doughnuts »

I found few bugs of SVN.

Death bug
Even if kore dies, it doesn't count it and exp report shows no death.

Chat bug
I'm playing in aRO, arabic charset is default. Stable version can show private messages by setting chatLangCode 0 and ServerEncoding Western but not SVN. Example PM messages:

Code: Select all

[Apr 30 19:18:58 2010][PM] (From: xx) : 
[Apr 30 19:28:55 2010][PM] (From: xxxxxx) : 
[Apr 30 19:28:58 2010][PM] (From: xxxxxx) : 
Skill bug
minor bug, just realised it. Kyrie Eleison level shows as 65535. It was level 8 in the game.

Hope that report helps.

Scarya
Moderators
Moderators
Posts: 136
Joined: 26 May 2008, 12:25
Noob?: No

Re: SVN bugs [death, chat, skill]

#2 Post by Scarya »

doughnuts wrote:Skill bug
minor bug, just realised it. Kyrie Eleison level shows as 65535. It was level 8 in the game.
That's normal as kore doesn't know which level has been casted.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far, the universe is winning.

Richard Cook

Wiki

Lotus
Human
Human
Posts: 32
Joined: 26 Jan 2010, 12:07
Noob?: No

Re: SVN bugs [death, chat, skill]

#3 Post by Lotus »

doughnuts wrote: Death bug
Even if kore dies, it doesn't count it and exp report shows no death.
It does show death log, but not always, or better to say the last time I checked my bot failed to register most of the death counts.
And worse, I don't know the reason why it fails to count.

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

Re: SVN bugs [death, chat, skill]

#4 Post by Technology »

doughnuts wrote:Chat bug
I'm playing in aRO, arabic charset is default. Stable version can show private messages by setting chatLangCode 0 and ServerEncoding Western but not SVN. Example PM messages:

Code: Select all

[Apr 30 19:18:58 2010][PM] (From: xx) : 
[Apr 30 19:28:55 2010][PM] (From: xxxxxx) : 
[Apr 30 19:28:58 2010][PM] (From: xxxxxx) : 
Looks a lot like the chat bug we solved before, record packet 0097 for us. (what ST do you use btw?)
Also, aRO needs its own serverType.
doughnuts wrote:Skill bug
minor bug, just realised it. Kyrie Eleison level shows as 65535. It was level 8 in the game.
yea, this is actually -1 but its interpreted by kore as unsigned so...
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!

Locked