View Single Post
  #6  
Old 02-24-2013, 10:02 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Currently, the Emu uses a Titanium-based slot assignment with some workarounds for newer, pre-RoF slots.

There is client-specific code that translates incoming and out-going slots to their appropriate values.

Looking at the code translators in ..\Server\common\patches\<client>.cpp will give you an idea of what the client's actual slot values are, but, you
still need to use the Emu values when coding for quests and such.


Edit: All of this will be moot once the new inventory system is implemented (don't ask...) The new system will likely use a structure-based schema
rather than the current single-value map system.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote