feat. Move awards to database and enable races/classes (#27)
* feat. Move awards to database and enable races/classes * feat. Allow multiple records in the table * feat. Check that the values in the register are greater than zero
This commit is contained in:
parent
5961c1bd12
commit
8e4aef41dc
8 changed files with 162 additions and 266 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[worldserver]
|
||||
|
||||
###################################################################################################
|
||||
# CONGRATS ON LEVEL-UP
|
||||
# CONGRATS ON LEVEL-UP
|
||||
###################################################################################################
|
||||
|
||||
# Enable the module? (1: true | 0: false)
|
||||
|
|
@ -9,78 +9,13 @@
|
|||
Congrats.Enable = 1
|
||||
|
||||
# Enable the Per level congratulations announcement (1: true | 0: false)
|
||||
|
||||
CongratsPerLevel.Enable = 1
|
||||
|
||||
# Announce the module when the player logs in?
|
||||
|
||||
Congrats.Announce = 1
|
||||
|
||||
# Set what the player receives at each level
|
||||
# M: Gold
|
||||
# S: SpellID to be cast on the player
|
||||
# 1: First ItemID to be given to the player
|
||||
# 2: Second ItemID to be given to the player
|
||||
# ID Acore String Message
|
||||
|
||||
# Level 10
|
||||
# 1 Gold / Blessing of Kings
|
||||
# Red Rose / TCG: Foam Sword Rack
|
||||
Congrats.L10M = 1
|
||||
Congrats.L10S = 20217
|
||||
Congrats.L101 = 3419
|
||||
Congrats.L102 = 45063
|
||||
|
||||
# Level 20
|
||||
# 10 Gold / Power Word Fortitude
|
||||
# Rag Doll / TCG: Flag of Ownership
|
||||
Congrats.L20M = 10
|
||||
Congrats.L20S = 48161
|
||||
Congrats.L201 = 5433
|
||||
Congrats.L202 = 38578
|
||||
|
||||
# Level 30
|
||||
# 15 Gold / Mark of the Wild
|
||||
# Sleeveless T-Shirt / TCG: Ogre Pinata
|
||||
Congrats.L30M = 15
|
||||
Congrats.L30S = 48469
|
||||
Congrats.L301 = 18231
|
||||
Congrats.L302 = 46780
|
||||
|
||||
# Level 40
|
||||
# 20 Gold / Blessing of Kings
|
||||
# Shadow Circuit / TCG: Carved Ogre Idol
|
||||
Congrats.L40M = 20
|
||||
Congrats.L40S = 20217
|
||||
Congrats.L401 = 31945
|
||||
Congrats.L402 = 49704
|
||||
|
||||
# Level 50
|
||||
# 25 Gold / Power Word Fortutude
|
||||
# Blood of the Mountain / TCG: Imp in a Ball
|
||||
Congrats.L50M = 25
|
||||
Congrats.L50S = 48161
|
||||
Congrats.L501 = 11382
|
||||
Congrats.L502 = 32542
|
||||
|
||||
# Level 60
|
||||
# 30 Gold / Mark of the Wild
|
||||
# Direbrew's Remote / TCG: Goblin Gumbo Kettle
|
||||
Congrats.L60M = 30
|
||||
Congrats.L60S = 48469
|
||||
Congrats.L601 = 37863
|
||||
Congrats.L602 = 33219
|
||||
|
||||
# Level 70
|
||||
# 35 Gold / Power Word Fortitude
|
||||
# Cuergo's Gold / TCG: Instant Statue Pedestal
|
||||
Congrats.L70M = 35
|
||||
Congrats.L70S = 48161
|
||||
Congrats.L701 = 9360
|
||||
Congrats.L702 = 54212
|
||||
|
||||
# Level 80
|
||||
# 100 Gold / Blessing of Kings
|
||||
# Cuergo's Gold with Worm / Haunted Momento
|
||||
Congrats.L80M = 100
|
||||
Congrats.L80S = 20217
|
||||
Congrats.L801 = 9361
|
||||
Congrats.L802 = 40110
|
||||
Congrats.Acore.String.ID = 60000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue