Jedzkie 58 Posted November 19, 2013 Hi! can i request a script that if i kill a monster, ranging 10 levels higher and lower in my level.. it gives me 1 cash point, only 5% chance, hope this is possible im on renewal. Quote Share this post Link to post Share on other sites
0 Patskie 88 Posted November 19, 2013 Not sure about your idea to give 1 cash point whenever a certain player kills monster who's level is less than the baselevel - 10. It can be abuse - script Sample -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid, MOB_LV) > (BaseLevel + 10) || getmonsterinfo(killedrid, MOB_LV) < (BaseLevel - 10)) { if (rand(100) < 5) #CASHPOINTS++; dispbottom "You now have " +#CASHPOINTS+ " cash points."; } end;} 1 Mumbles reacted to this Quote Share this post Link to post Share on other sites
0 Mumbles 193 Posted November 20, 2013 Might wanna add a minimum level requirement to start receiving those bonuses but Patskie's approach is good. Quote Share this post Link to post Share on other sites
0 Kaiz 0 Posted February 18, 2014 (edited) Not sure about your idea to give 1 cash point whenever a certain player kills monster who's level is less than the baselevel - 10. It can be abuse - script Sample -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid, MOB_LV) > (BaseLevel + 10) || getmonsterinfo(killedrid, MOB_LV) < (BaseLevel - 10)) { if (rand(100) < 5) #CASHPOINTS++; dispbottom "You now have " +#CASHPOINTS+ " cash points."; } end;} This is great , ahm sir Patskie I would like to request also like this script for every MVP boss that gives cash point for only 5% for low level mvp gives 1-50 cash (random) and then for high mvp give 50-100 (random) im not sure about the mvp levels dunno what mob is the lowest and the highest. for mini boss 1-10 cash point (random) every mini boss Edited February 18, 2014 by Kaiz Quote Share this post Link to post Share on other sites
Hi! can i request a script that if i kill a monster, ranging 10 levels higher and lower in my level.. it gives me 1 cash point, only 5% chance, hope this is possible im on renewal.
Share this post
Link to post
Share on other sites