5250+ Equip Item Problem

05/10/2010 17:27 ranny2#1
When I go to equip an item it shows that it is equiped but doesn't show on the actual player that it is equiped. :/
I'm sending the right packets. Just wondering if anyone has had this problem before or might know what is going on or what i could be doing wrong xD....
05/10/2010 17:33 MonstersAbroad#2
Not many people are with 5250+ so you wont get ALOT of help but have you maded sure equiping items is coded in right ?

GIVE ME YOUR SOURCE PLEASE :$
wish I Atually Had Your Source
05/10/2010 17:38 ranny2#3
Quote:
Originally Posted by MonstersAbroad View Post
Not many people are with 5250+ so you wont get ALOT of help but have you maded sure equiping items is coded in right ?
I sure have.
I'm thinking maybe there's a packet when the player logs in which enables the equip to show on your player?
05/10/2010 17:43 MonstersAbroad#4
Check through a 5165 source ? I am sure that there isnt but you never know

P.S:
I would post it for you but I dont use newestcoserver anymore :(
and how long did it take you to get you to login with 5200+ ?
05/10/2010 17:50 ranny2#5
Quote:
Originally Posted by MonstersAbroad View Post
and how long did it take you to get you to login with 5200+ ?
Not long just updated the packet encryption, packet structures and added a quick fix to bypass the new password encryption. :)
05/10/2010 19:14 -impulse-#6
Quote:
Originally Posted by ranny2 View Post
When I go to equip an item it shows that it is equiped but doesn't show on the actual player that it is equiped. :/
I'm sending the right packets. Just wondering if anyone has had this problem before or might know what is going on or what i could be doing wrong xD....
Probably, you need to send which equipment needs to be shown like there are 2 equipments now(the normal and the alternative one). Look up for a packet that does that, it's probably a 10010 packet(or 1010? not sure if it changed again on 5250+)
05/10/2010 19:40 ranny2#7
Quote:
Originally Posted by -impulse- View Post
Probably, you need to send which equipment needs to be shown like there are 2 equipments now(the normal and the alternative one). Look up for a packet that does that, it's probably a 10010 packet(or 1010? not sure if it changed again on 5250+)
Thanks man i'll give it a go
05/10/2010 20:30 pro4never#8
Quote:
Originally Posted by ranny2 View Post
I sure have.
I'm thinking maybe there's a packet when the player logs in which enables the equip to show on your player?
Yupp you have to send what i think was a spawn packet? I had a problem for a while back in 5095 where gears were not showing on login. i just had to update character equipment dictionary and re-spawn the character and it would work (it was a messy fix but it worked) So I'd assume it has to do with the spawn character packet but I could be wrong.

Good luck with the new source, looks like you're doing good with it.
05/11/2010 07:54 ~Yuki~#9
could u pleas stop posting the same as the guy over you?

I hate to see you always posting,even if it got said already...

#Repoted
05/11/2010 09:33 Korvacs#10
Quote:
Originally Posted by ~Yuki~ View Post
could u pleas stop posting the same as the guy over you?

I hate to see you always posting,even if it got said already...

#Repoted
He was going into further detail about an issue, theres no problem with that.
05/13/2010 00:45 DowJohn#11
hmmm is really patch 5250 ?
for free thats?
or for money ?
05/13/2010 00:47 .Summer#12
is not a released, he have self patched it up :)
05/18/2010 02:24 ranny2#13
Update: Found the problem. After equiping a helm, armor, lefthand item, righthand item or garment you have to send the Item Usage Packet with the UID's of all these items
05/18/2010 04:54 CØĐ£Ř||Mã©hÍñє#14
Quote:
Originally Posted by ranny2 View Post
Update: Found the problem. After equiping a helm, armor, lefthand item, righthand item or garment you have to send the Item Usage Packet with the UID's of all these items
greate goodluck then;)