mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-09 11:16:36 +00:00
Updated Inventory Slots (markdown)
+22
-27
@@ -28,36 +28,31 @@
|
|||||||
* slotPowerSource = 21
|
* slotPowerSource = 21
|
||||||
* slotAmmo = 22
|
* slotAmmo = 22
|
||||||
|
|
||||||
### Inventory Slots
|
### General slots (personal)
|
||||||
|
|
||||||
NOTE: Numbering for personal inventory goes top to bottom, then left to right
|
* slotGeneral1 = 23
|
||||||
|
* slotGeneral2 = 24
|
||||||
|
* slotGeneral3 = 25
|
||||||
|
* slotGeneral4 = 26
|
||||||
|
* slotGeneral5 = 27
|
||||||
|
* slotGeneral6 = 28
|
||||||
|
* slotGeneral7 = 29
|
||||||
|
* slotGeneral8 = 30
|
||||||
|
* slotGeneral9 = 31
|
||||||
|
* slotGeneral10 = 32
|
||||||
|
|
||||||
It's the opposite for inside bags: left to right, then top to bottom
|
Bag slots in general inventory are:
|
||||||
|
|
||||||
Example:
|
* slotGeneral1 : 251 -> 260
|
||||||
|
* slotGeneral2 : 261 -> 270
|
||||||
inventory:containers:
|
* slotGeneral3 : 271 -> 280
|
||||||
|
* slotGeneral4 : 281 -> 290
|
||||||
* 1 51 2
|
* slotGeneral5 : 291 -> 300
|
||||||
* 2 63 4
|
* slotGeneral6 : 301 -> 310
|
||||||
* 3 75 6
|
* slotGeneral7 : 311 -> 320
|
||||||
* 4 87 8
|
* slotGeneral8 : 321 -> 330
|
||||||
* 9 10
|
* slotGeneral9 : 331 -> 340
|
||||||
|
* slotGeneral10 : 341 -> 350
|
||||||
### Personal Inventory
|
|
||||||
|
|
||||||
Personal inventory slots 22 through 29.
|
|
||||||
|
|
||||||
Bags in personal inventory are:
|
|
||||||
|
|
||||||
* 22: 251->260
|
|
||||||
* 23: 261->270
|
|
||||||
* 24: 271->280
|
|
||||||
* 25: 281->290
|
|
||||||
* 26: 291->300
|
|
||||||
* 27: 301->310
|
|
||||||
* 28: 311->320
|
|
||||||
* 29: 321->330
|
|
||||||
|
|
||||||
### Cursor
|
### Cursor
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user