Urgent help please :)

09/24/2011 01:02 diedwarrior#1
Hey there, thank you for trying to help me, anyways heres my problem :)
When i check other people gears, their level doesnt show, im not sure if this bug already existed or i made it happen, since i added many stuff to the source
Hints about the source: 5520 one, Eragons/Trinitys one.
Anyways heres a pic.
[Only registered and activated users can see links. Click Here To Register...]
Oh, and please dont troll me and please, dont comment useless/hurting stuff, such as LEECHER, FAIL, YOU SUCK AT C#, since i already said i took the source and edited it.
Thank you.
09/24/2011 09:30 pro4never#2
You need to update the spawn entity packet.

The offset for level (for players) is different from monsters. you'll see something along the lines of if(EntityFlag == Monster) or w/e. Basically the idea is that if it's a monster its level is written to one offset, if it's a player you write to to a different offset.
09/25/2011 20:48 diedwarrior#3
Mhm thank you very much, sorry my internet had problems so i couldnt answer fast, anyways thank you, you can close this now i fixed it :)
09/25/2011 21:10 alaa410#4
Quote:
Originally Posted by pro4never View Post
You need to update the spawn entity packet.

The offset for level (for players) is different from monsters. you'll see something along the lines of if(EntityFlag == Monster) or w/e. Basically the idea is that if it's a monster its level is written to one offset, if it's a player you write to to a different offset.
i need this
update the spawn entity packet.