Skip to content

Commit

Permalink
Constants Documentation Sync
Browse files Browse the repository at this point in the history
Signed-off-by: HerculesWSAPI <[email protected]>
  • Loading branch information
HerculesWSAPI committed Dec 16, 2018
1 parent c568ee6 commit c502d95
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions doc/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -3969,6 +3969,10 @@
- `ACH_ACHIEVE`: 44
- `ACH_ACHIEVEMENT_RANK`: 45

### inventory expansion

- `INVENTORY_INCREASE_STEP`: 10


## Hardcoded Constants (source)

Expand All @@ -3986,6 +3990,7 @@
- `MAX_GUILD_STORAGE`: 600
- `MAX_CART`: 100
- `MAX_INVENTORY`: 100
- `FIXED_INVENTORY_SIZE`: 100
- `MAX_ZENY`: 2147483647
- `MAX_BANK_ZENY`: 2147483647
- `MAX_BG_MEMBERS`: 30
Expand Down Expand Up @@ -4393,6 +4398,22 @@
- `ITR_NOAUCTION`: 256
- `ITR_ALL`: 511

### inventory expand ack responds

- `EXPAND_INV_ASK_CONFIRMATION`: 0
- `EXPAND_INV_FAILED`: 1
- `EXPAND_INV_OTHER_WORK`: 2
- `EXPAND_INV_MISSING_ITEM`: 3
- `EXPAND_INV_MAX_SIZE`: 4

### inventory expand final responds

- `EXPAND_INV_RESULT_SUCCESS`: 0
- `EXPAND_INV_RESULT_FAILED`: 1
- `EXPAND_INV_RESULT_OTHER_WORK`: 2
- `EXPAND_INV_RESULT_MISSING_ITEM`: 3
- `EXPAND_INV_RESULT_MAX_SIZE`: 4

### Renewal

- `RENEWAL`: 1
Expand Down Expand Up @@ -18344,6 +18365,7 @@
- `Unsealing_Token`: 25735
- `GH_Cursed_Crystal`: 25739
- `GH_Cursed_Gemstone`: 25740
- `Inventory_Extension_Coupon`: 25793
- `Spectral_Spear_IL`: 26007
- `Rebeginer_LG_Lance`: 26015
- `Paradise_Foxtail_Staff_III`: 26101
Expand Down

0 comments on commit c502d95

Please sign in to comment.