Thyr 0 Posted June 3, 2017 Hi, Anyone could help me change the Gold points give instead of 1 point every mob killed, it will give a random 1 ~ 5 points. Here's the script. https://pastebin.com/hHq2D6Qx Quote Share this post Link to post Share on other sites
0 Asheraf 123 Posted June 3, 2017 change #GOLDPOINTS += .@point; to #GOLDPOINTS += rand(1, 5); Quote Share this post Link to post Share on other sites
0 meko 170 Posted June 3, 2017 This whole script is very ugly, but if you want a quick, dirty patch just change line 125 from .@point = .gold_amount[0]; to .@point = rand(1, .gold_amount[0]); And then on line 45 change the value of .gold_amount to the max value you want (ie 5) Quote Share this post Link to post Share on other sites
Hi, Anyone could help me change the Gold points give instead of 1 point every mob killed, it will give a random 1 ~ 5 points.
Here's the script.
https://pastebin.com/hHq2D6Qx
Share this post
Link to post
Share on other sites