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

 

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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