• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Help] Server level up points set/configuration

Newbie Spellweaver
Joined
Apr 9, 2014
Messages
6
Reaction score
0
Hello, i have little question about ppl setings.
Can someone can explain what ir means 0 to 5 each row.

GS_LVL_UP_DL1
GS_LVL_UP_DL2
GS_LVL_UP_DL3
GS_LVL_UP_DL4
GS_LVL_UP_DL5
GS_LVL_UP_MG1
GS_LVL_UP_MG2
GS_LVL_UP_MG3
GS_LVL_UP_MG4
GS_LVL_UP_MG5
GS_LVL_UP_NORMAL1
GS_LVL_UP_NORMAL2
GS_LVL_UP_NORMAL3
GS_LVL_UP_NORMAL4
GS_LVL_UP_NORMAL5
GS_LVL_UP_QUEST1
GS_LVL_UP_QUEST2
GS_LVL_UP_QUEST3
GS_LVL_UP_QUEST4
GS_LVL_UP_QUEST5
 
Last edited:
Joined
May 26, 2009
Messages
17,312
Reaction score
3,222
its abit random to guess what exactly this is
but it could be...
1 = normal server
2 = vip 1
3 = vip 2
4 = vip 3 and so on..

or vip bronze
vip silver
vip gold
etc

where is that file from

on other thread it shows that its config offsets for

#define GS_LVLUP_DL (0x0051280E+2) // Default 7 // 1.00.93
#define GS_LVL_UP_DL2 (0x00589B76+2) // Default 7 // 1.00.93
#define GS_LVL_UP_DL3 (0x0059A636+2) // Default 7 // 1.00.93
#define GS_LVL_UP_DL4 (0x005C93F8+2) // Default 7 // 1.00.93
#define GS_LVL_UP_DL5 (0x005EDCC4+2) // Default 7 // 1.00.93

#define GS_LVLUP_MG (0x00512836+2) // Default 7 // 1.00.93
#define GS_LVL_UP_MG2 (0x00589B76+2) // Default 7 // 1.00.93
#define GS_LVL_UP_MG3 (0x0059A636+2) // Default 7 // 1.00.93
#define GS_LVL_UP_MG4 (0x005C93F8+2) // Default 7 // 1.00.93
#define GS_LVL_UP_MG5 (0x005EDCC4+2) // Default 7 // 1.00.93

#define GS_LVLUP_NM (0x0051284D+2) // Default 5 // 1.00.93
#define GS_LVL_UP_NORMAL2 (0x00589BA7+2) // Default 5 // 1.00.93
#define GS_LVL_UP_NORMAL3 (0x0059A667+2) // Default 5 // 1.00.93
#define GS_LVL_UP_NORMAL4 (0x005C9429+2) // Default 5 // 1.00.93
#define GS_LVL_UP_NORMAL5 (0x005EDCF4+2) // Default 5 // 1.00.93

#define GS_LVL_UP_QUEST1 (0x00512871+2) // 1.00.93
#define GS_LVL_UP_QUEST2 (0x00589BF0+2) // 1.00.93
#define GS_LVL_UP_QUEST3 (0x0059A6B0+2) // 1.00.93
#define GS_LVL_UP_QUEST4 (0x005C9472+2) // 1.00.93
#define GS_LVL_UP_QUEST5 (0x005EDD3E+2) // 1.00.93


but offsets are on different gs version, anyway what ur trying to do?
 
Upvote 0
Newbie Spellweaver
Joined
Apr 9, 2014
Messages
6
Reaction score
0
Thanks for reply.

but offsets are on different gs version, anyway what ur trying to do?

Nothing, just understand :). And yes, it is from gs .dll source. Inside gs config .ini is just pplMG, DL, NORMAL etc. In source uses same config in all lines (by character class offcourse)

Somewhere in forum have offsets for 1.00.90 gs? Later try find by myself. Quick search with no success :D
 
Upvote 0
Back
Top