Package org.rspeer.game.gameval
Class DBTableId.Action
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.Action
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.Action.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BOSS_KILLintegerstatic intCOL_BOSS_KILL_CATEGORYintegerstatic intCOL_BOSS_KILL_EXTRAS(integer, integer)static intCOL_CHILD_ACTIONintegerstatic intCOL_CHOP_LOGSintegerstatic intCOL_COLLECTION_GENERICintegerstatic intCOL_CREATE_ITEMintegerstatic intCOL_CUSTOM_TRACKINGintegerstatic intCOL_DISPLAY_DESC(string, string)static intCOL_DISPLAY_GRAPHICintegerstatic intCOL_DISPLAY_OBJECTintegerstatic intCOL_DISPLAY_SHOW_DERIVED_DESCintegerstatic intCOL_EQUIP_ITEMintegerstatic intCOL_HUNTER(integer, integer)static intCOL_LEAGUES_TASKintegerstatic intCOL_LOOT_DROPintegerstatic intCOL_LOOT_DROP_SPECIFIC_NPCintegerstatic intCOL_MINE_OREintegerstatic intCOL_NAMEstringstatic intCOL_NPC_KILLintegerstatic intCOL_NPC_KILL_CATEGORYintegerstatic intCOL_POH_BUILDintegerstatic intCOL_POH_SET_PORTALintegerstatic intCOL_QUESTintegerstatic intCOL_TOTAL_LEVELintegerstatic intID
-
Constructor Summary
Constructors Constructor Description Action()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_DISPLAY_GRAPHIC
public static final int COL_DISPLAY_GRAPHIC
integer- See Also:
- Constant Field Values
-
COL_DISPLAY_OBJECT
public static final int COL_DISPLAY_OBJECT
integer- See Also:
- Constant Field Values
-
COL_DISPLAY_DESC
public static final int COL_DISPLAY_DESC
(string, string)- See Also:
- Constant Field Values
-
COL_DISPLAY_SHOW_DERIVED_DESC
public static final int COL_DISPLAY_SHOW_DERIVED_DESC
integer- See Also:
- Constant Field Values
-
COL_CUSTOM_TRACKING
public static final int COL_CUSTOM_TRACKING
integer- See Also:
- Constant Field Values
-
COL_BOSS_KILL
public static final int COL_BOSS_KILL
integer- See Also:
- Constant Field Values
-
COL_BOSS_KILL_CATEGORY
public static final int COL_BOSS_KILL_CATEGORY
integer- See Also:
- Constant Field Values
-
COL_BOSS_KILL_EXTRAS
public static final int COL_BOSS_KILL_EXTRAS
(integer, integer)- See Also:
- Constant Field Values
-
COL_NPC_KILL
public static final int COL_NPC_KILL
integer- See Also:
- Constant Field Values
-
COL_NPC_KILL_CATEGORY
public static final int COL_NPC_KILL_CATEGORY
integer- See Also:
- Constant Field Values
-
COL_EQUIP_ITEM
public static final int COL_EQUIP_ITEM
integer- See Also:
- Constant Field Values
-
COL_TOTAL_LEVEL
public static final int COL_TOTAL_LEVEL
integer- See Also:
- Constant Field Values
-
COL_COLLECTION_GENERIC
public static final int COL_COLLECTION_GENERIC
integer- See Also:
- Constant Field Values
-
COL_LOOT_DROP
public static final int COL_LOOT_DROP
integer- See Also:
- Constant Field Values
-
COL_LOOT_DROP_SPECIFIC_NPC
public static final int COL_LOOT_DROP_SPECIFIC_NPC
integer- See Also:
- Constant Field Values
-
COL_QUEST
public static final int COL_QUEST
integer- See Also:
- Constant Field Values
-
COL_MINE_ORE
public static final int COL_MINE_ORE
integer- See Also:
- Constant Field Values
-
COL_HUNTER
public static final int COL_HUNTER
(integer, integer)- See Also:
- Constant Field Values
-
COL_POH_BUILD
public static final int COL_POH_BUILD
integer- See Also:
- Constant Field Values
-
COL_POH_SET_PORTAL
public static final int COL_POH_SET_PORTAL
integer- See Also:
- Constant Field Values
-
COL_CREATE_ITEM
public static final int COL_CREATE_ITEM
integer- See Also:
- Constant Field Values
-
COL_CHOP_LOGS
public static final int COL_CHOP_LOGS
integer- See Also:
- Constant Field Values
-
COL_LEAGUES_TASK
public static final int COL_LEAGUES_TASK
integer- See Also:
- Constant Field Values
-
COL_CHILD_ACTION
public static final int COL_CHILD_ACTION
integer- See Also:
- Constant Field Values
-
-