Jump to content
  • 0
Kaiz

R>MVP Cashpoint

Question

Hello to all fellow country men

 

pa request po ako ng script na every MVP and mini boss nag bibigay ng cashpoint, sa makaka patay ng mini boss and magging mvp only 
 

MVP will give 1-50(random) cashpoint ( is it possible that all MVP level70 below will give 1-50(random) cashpoint and all level71 UP MVP will give 50-100(random) cashpoint if not its okay then ;) )

 

Mini boss 1-10(random) cashpoint ( all mini boss will give fix 1-10 random cashpoint )

Dito ko nakuha ung idea http://herc.ws/board/topic/3053-monster-cash-point/

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0
-	script	Sample	-1,{	OnNPCKillEvent:		if ( getmonsterinfo( killedrid, MOB_MODE ) & 0x0020 ) {			if ( getmonsterinfo( killedrid, MOB_MVPEXP ) ) {				if ( getmonsterinfo( killedrid, MOB_LV ) < 71 ) #CASHPOINTS += rand( 1, 50 );				else #CASHPOINTS += rand( 50, 100 );			} else #CASHPOINTS += rand( 1, 10 );		}		end;}

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

×
×
  • Create New...

Important Information

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