Level offest 109

02/24/2013 23:54 |xabi|#1
hey guys, since the spawn packet changed and i have updated my spawn packet but there is a problem with Spawn level. i am sure that Level offest is 109 but it appears in game char lvl is 1 and i checked my source that haven't any other offest with same value 109. so what might the problem be ?
02/25/2013 00:55 pro4never#2
HeroInformation controls your own character
SpawnEntity controls OTHER characters/monsters

If one changes then chances are the other one changed as well and needs to be updated.
02/25/2013 01:48 shadowman123#3
The Level Is Updated Through Update packet 10017 And SpawnPakcets but since you see that ur character level is 1 instead of 140 so its isnt Spawn packet issue except if they see ur level is 1 too ... and last part is Character Info packet 1005 which is sent when player login

Note : CharacterInfo offsets Havent Changed
02/25/2013 02:34 -Shunsui-#4
Double check that you aren't using offset 109 from the spawn packet for something else, lol happened to me, took me a while after loggin the spawn packet from TQ over 6 times.

Offset 109, value 1 before the update is used to send the spawn packet to a player whom is viewing your equipment, so just double check.

So when your viewing someone's gear u send the spawn packet setting offset 109 to 1.
02/25/2013 03:33 |xabi|#5
thanks guys i will try i won't let it go :D
02/25/2013 17:50 abdallah3010#6
the same problem faces me.
02/25/2013 17:58 |xabi|#7
thanks again guys you gave me the push :D
[Only registered and activated users can see links. Click Here To Register...]
i solve it there becuase i found this code array[0x6d] = 1; in observe Equipment after deleting it , the spawn lvl worked well, but my question is what array[0x6d] = 1; refers to it for old spawn -5700. and what hell will happend if i delete this code.
02/25/2013 21:42 -Shunsui-#8
Quote:
Originally Posted by |xabi| View Post
thanks again guys you gave me the push :D
[Only registered and activated users can see links. Click Here To Register...]
i solve it there becuase i found this code array[0x6d] = 1; in observe Equipment after deleting it , the spawn lvl worked well, but my question is what array[0x6d] = 1; refers to it for old spawn -5700. and what hell will happend if i delete this code.
Did you even read what i said?
02/26/2013 00:05 |xabi|#9
Quote:
Originally Posted by -Shunsui- View Post
Did you even read what i said?
thanks :)
#request close