todo-knk / runuo

Automatically exported from code.google.com/p/runuo
0 stars 0 forks source link

Status Packet changes (0x11) - Clients >7.0.30.0 #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The publish 81 from OSI released a new client version (7.0.30.0) which has some 
minor changes of the Status Packet. It has 30 new bytes to the end of the 
packet that display LRC, LMC and other 13 infos to the status bar

The packet documentation is:
byte    ID (11) (Classic Client ONLY!!!)
word    Packet Size
dword    Serial
char[30]    Name
word    Hit Points
word    Maximum Hit Points
byte    Allow Name Change (0x01 = yes, 0x00 = no)
byte    Supported Features (0x02 = T2A attributes, 0x03 = Renaissance 
attributes, 0x04 = AOS attributes, 0x05 = ML attributes, 0x06 = 7.0.30.0 
extended status)
byte    Gender
word    Strength
word    Dexterity
word    Intelligence
word    Stamina
word    Maximum Stamina
word    Mana
word    Maximum Mana
dword    Gold
word    Armor Rating (Physical Resistance since AOS)
word    Weight
word    Maximum Weight (ML attribute)
byte    Race (0x01 = Human, 0x02 = Elf, 0x03 = Gargoyle) (ML attribute)
word    Stat Cap (T2A attribute)
byte    Followers (Renaissance attribute)
byte    Maximum Followers (Renaissance attribute)
word    Fire Resistance (AOS attribute)
word    Cold Resistance (AOS attribute)
word    Poison Resistance (AOS attribute)
word    Energy Resistance (AOS attribute)
word    Luck (AOS attribute)
word    Minimum Weapon Damage (AOS attribute)
word    Maximum Weapon Damage (AOS attribute)
dword    Tithing Points (AOS attribute)
word    physical res cap
word    fire res cap
word    cold res cap
word    poison res cap
word    energy res cap
word    defense chance increase
word    defense chance increase cap
word    hit chance increase
word    swing speed increase
word    weapon damage increase
word    lower reagent cost
word    spell damage increase
word    faster cast recovery
word    faster casting
word    lower mana cost

Original issue reported on code.google.com by felipe.t...@gmail.com on 12 Apr 2013 at 3:32

GoogleCodeExporter commented 8 years ago

Original comment by eos@runuo.com on 2 Jun 2013 at 1:29