On New Map gain EXP System (Currently only towns)

Do you use this for your Server?


  • Total voters
    2

Aeromesi

Custom Instance Maniac
Messages
821
Points
0
Age
33
Location
Custom Instances
Discord
Aeromesi#0293
Github
http://www.github.com/aeromesi
Emulator
[On New Map EXP System]

Special thanks to: BrianL

Basically you enter a new town, and you gain Base & Job EXP!
Supports ONLY towns currently
I will update it with every map in the game, but be patient.


If you download my work, the least I could get is a thanks or a rep up... C'mon hercules, don't leech, be nice leechers!

onnewmapexp.txt

 

Attachments

Last edited by a moderator:
Update: special thanks nihadm89

Want it to be account bound to one character?

Code:
S_exp:    if (!(#map_exp & pow(2,getarg(0)))) {        BaseExp += 5000;        JobExp += 5000;        dispbottom "Gained  Base Exp and Job Exp for entering a new Map! (Currently only Towns)";                #map_exp = #map_exp | pow(2,getarg(0));
So now if you have @go or @warp it is not abusable on multiple characters
default_smile.png
 
Last edited by a moderator:
Back
Top