Hadeszeus
New member
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.
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!
So basically, the script will boost exp rate, and drop rates on certain maps I set in an array.
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!