atributes Point problem.

01/20/2013 09:16 LordGragen.#1
hey guys a i need help here and any kind of help will be good.

so here is the thing, let say i am level 1 and i just use a command to level up 140, after i use the command my attributes point numbers are getting messy take a look

[Only registered and activated users can see links. Click Here To Register...]

but when i logoff login everything is back to normal it will show the orginal points i have, so basicly its just giving random numbers

and giving out random hp/mana [Only registered and activated users can see links. Click Here To Register...] but there not real, if you log off and login they change to normal amount,

what you think is the problem, i will try to see if ican do something until i get aswer
01/20/2013 18:05 pro4never#2
The packet responsible for updating your stats window is using incorrect offsets it sounds like. Update the packet to the correct structure and it should solve the problem.

The HeroInfo packet is what is used when you first log into the game to populate your stats and character info but there's a separate packet now used to update those stats while in game and that's where things are going wrong (aka why it shows proper when you first log in)
01/20/2013 23:07 LordGragen.#3
so the problem can come from
update.cs right?
01/20/2013 23:21 _DreadNought_#4
Did you not listen to a word I told you before you made this thread?

I told you it's your UpdatePacket
01/20/2013 23:50 LordGragen.#5
Quote:
Originally Posted by _DreadNought_ View Post
Did you not listen to a word I told you before you made this thread?

I told you it's your UpdatePacket

this threat was made before i told you about this XD
01/22/2013 01:43 LordGragen.#6
#request close,

thank you both for helping me out, i think i found the problem and i will work on it asap,

and i will tell what was the problem so if anyone else have this they can fix it.

the problem is Append
01/22/2013 02:30 Spirited#7
thread*
I keep noticing that you say "threat" instead of "thread"

Threat (n.): a declaration of an intention or determination to inflict punishment, injury, etc., in retaliation for, or conditionally upon, some action or course; menace: He confessed under the threat of imprisonment.
01/22/2013 03:19 JohnHeatz#8
#Closed as requested