forked from MagicBane/Server
Equipment slot refactor started.
This commit is contained in:
@@ -139,20 +139,6 @@ public class MBServerStatics {
|
||||
public static final int STAT_CON_ID = 0xB15DC77E;
|
||||
public static final int STAT_DEX_ID = 0xE07B3336;
|
||||
public static final int STAT_INT_ID = 0xFF665EC3;
|
||||
public static final int SLOT_UNEQUIPPED = 0;
|
||||
public static final int SLOT_MAINHAND = 1;
|
||||
public static final int SLOT_OFFHAND = 2;
|
||||
public static final int SLOT_HELMET = 3;
|
||||
public static final int SLOT_CHEST = 4;
|
||||
public static final int SLOT_ARMS = 5;
|
||||
public static final int SLOT_GLOVES = 6;
|
||||
public static final int SLOT_RING1 = 7;
|
||||
public static final int SLOT_RING2 = 8;
|
||||
public static final int SLOT_NECKLACE = 9;
|
||||
public static final int SLOT_LEGGINGS = 10;
|
||||
public static final int SLOT_FEET = 11;
|
||||
public static final int SLOT_HAIRSTYLE = 18; // 17 & 18? Weird.
|
||||
public static final int SLOT_BEARDSTYLE = 17; // 17 & 18? Weird.
|
||||
/*
|
||||
* Group Formation Names
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user