View Single Post
  #21  
Old 07-14-2012, 05:02 AM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

From what I can tell, the server is coded to allow 101 items the be stored on the extended cursor at any given time.

It has a total range of 8001 to 8999 and will reiterate any items found here down to the active range of 8001 to 8101.

I'm having issues verifying whether or not there are extended bag slots on the client due to the server renumbering my entries to the 8001 ~ 8101 range
and not sending my original slot numbers to the client.


I've noticed some system packet commands. Is there one in particular that will allow me to send 'item->to_slot' type commands? Or should I look at
writing a custom script that will do this?


Thanks!
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote