Jump to content
Aeromesi

On New Map gain EXP System (Currently only towns)

Do you use my scripts for your Server?  

2 members have voted

  1. 1. Do you use this for your Server?



Recommended Posts

[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

Edited by Aeromesi

Share this post


Link to post
Share on other sites

Update: special thanks nihadm89

 

Want it to be account bound to one character?

 

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 :) Edited by Aeromesi

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.