[5017] Item Packet Subtype for Special Effects

05/07/2011 17:02 |NeoX#1
Heya,

I would need both Enum and Packet for Reborn Effects like:

Shield
AddHP
...

Thanks for reading
05/08/2011 00:39 CptSky#2
200 for Poison Blade... It's 200 to 203. And for the offset in the MsgItemInfo, it's depend of the client, so try you'll find it easily.
05/08/2011 02:59 .Kinshi#3
Code:
        public enum ItemEffect : byte
        {
            None = 0,
            Poison = 200,
            HP = 201,
            MP = 202,
            Shield = 203,
        }
05/08/2011 06:03 |NeoX#4
Quote:
Originally Posted by .Kinshi View Post
Code:
        public enum ItemEffect : byte
        {
            None = 0,
            Poison = 200,
            HP = 201,
            MP = 202,
            Shield = 203,
        }
This was posted already. The acctual packet would have helped more, but its okay not too hard to figure out the offset.
05/08/2011 06:18 Spirited42#5
Quote:
Originally Posted by |NeoX View Post
This was posted already. The acctual packet would have helped more, but its okay not too hard to figure out the offset.
Isn't it just an offset in the item packet (1008)?
05/08/2011 11:04 Korvacs#6
Quote:
Originally Posted by Spirited View Post
Isn't it just an offset in the item packet (1008)?
Correct its always been that way.
05/08/2011 15:14 |NeoX#7
what did i just said?
05/08/2011 20:38 Spirited42#8
Quote:
Originally Posted by |NeoX View Post
what did i just said?
Idk. We answered your question. It's just an offset. Play around with the packet with a command and break point of something. It's not that big of a packet so it should be easy.
05/08/2011 23:05 |NeoX#9
Quote:
Originally Posted by |NeoX View Post
This was posted already. The acctual packet would have helped more, but its okay not too hard to figure out the offset.
lame.. i have to quote myselfe
05/09/2011 06:10 Spirited42#10
Quote:
Originally Posted by |NeoX View Post
lame.. i have to quote myselfe
I know, I was just making sure you knew which packet it was. ._.
05/09/2011 11:51 |NeoX#11
okee my bad was too blind to see you just wanted to help. Apologizes