Page 1 of 1

Packet 0x11

Posted: Mon Aug 27, 2007 10:08 pm
by coltain
I decided to change core from 096 to 097

I use ML client without any patch (just some custom things)

when I`m using 096 this packet 0x11 works perfectly (sends resists, luck, weapon dmg etc)

when I`m using 097 it doesn`t work. I see that it hooks, but i don`t see any resuts (0 are visible in status window(str,hp works fine but the other things not)

where is te problem, am i using to old client? are there any restrictions to this packet that i`m not aware of...?

Posted: Mon Aug 27, 2007 11:11 pm
by OldnGrey
Puzzling.
I am happily packethooking the status gump on 097rc5.

I wonder if your uopacket.cfg is:

Code: Select all

Packet 0x11
{
  Length variable
  SendFunction sendStats:HandleSendStats
}
A few times I've noticed some different ways of configuring the cfg file.

Apart from that, mine looks the same as Muad's original down to the point where I start adding in my own shard stuff.

Posted: Mon Aug 27, 2007 11:23 pm
by coltain
entry in uopacket.cfg looks the same, and as i said i never had a problems with that

yesterday i transfered my shard to 097 and this problem occured

i only moved links for skills form skills.cfg to attributes.cfg

only interference in scipts was adding use vitals, guilsd etc..

all i workin fine except this...

Posted: Tue Aug 28, 2007 10:14 pm
by coltain
ok, solved it

just rewrited it by my own way