Jump to content
  • 0
Sign in to follow this  
Jedzkie

Monster Cash Point

Question

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

3 answers to this question

Recommended Posts

  • 0

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 :P

-	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;}

Share this post


Link to post
Share on other sites
  • 0

Might wanna add a minimum level requirement to start receiving those bonuses but Patskie's approach is good.

Share this post


Link to post
Share on other sites
  • 0

 

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 :P

-	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 by Kaiz

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.