• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Understanding Item HEX Code

Newbie Spellweaver
Joined
Aug 9, 2008
Messages
6
Reaction score
0
Re: [Guide] Understanding Item HEX Code

Hello! I want to ask you how i can add items in character inventory emptyslot not to weapon place?

Thank You
 

cMu

Elite Diviner
Joined
Jan 8, 2017
Messages
427
Reaction score
133
Hello, how about if the Item has 3 Digits, Like 7 314 or Apocalypse Helm.
$this->item_type = hexdec(substr($item, 18, 2)); // Item Type
$this->item_type = $this->item_type / 16;
 
Back
Top