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

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...

×
×
  • Create New...

Important Information

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