Exp boost on certain maps

Hadeszeus

New member
Messages
651
Points
0
Location
Philippines
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.
default_biggrin.png


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!
 
Back
Top