Hadeszeus 15 Posted January 30, 2015 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! Quote Share this post Link to post Share on other sites
0 Ragno 57 Posted January 31, 2015 Maybe using "bexp" and "jexp" mapflags may boost exp rates in certain maps as you want to do. 2 Virtue and jaBote reacted to this Quote Share this post Link to post Share on other sites
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;
Share this post
Link to post
Share on other sites