Jump to content
  • 0
Sign in to follow this  
Hadeszeus

Exp boost on certain maps

Question

I'd like to request this script if anyone out there in the mood to do this.

 

So basically, the script will boost exp rate, and drop rates on certain maps I set in an array. :D

The script will have 2 different setting for exp/drop rate boost for 2 arrays of maps .

 

.@expboost4MapA1 = 2000;

.@expboost4MapA2 = 1000;

 
.@dropboost4MapA1 = 200;
.@dropboost4MapA2 = 100
 
setarray .@MapA1[0], "map1", "map2", "map3", "map4";
setarray .@MapA2[0], "map1", "map2", "map3", "map4";
 
Thanks!

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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