Jump to content
  • 0
Sign in to follow this  
Sidra Harris

looking for a script . . .

Question

i am need a script gives lvl 175 players " 4 items  + 200000 zeny " for 1 time per charcter for ever 

can i get it ?

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0


prontera,150,150,4 script NPC 4_M_RUSKING,{

if (BaseLevel < 175) {

mes("You're level is too low to claim the prize");

close;

}

if (!already_claim){

mes("take those items");

getitem 12345, 1;

getitem 12345, 1;

getitem 12345, 1;

getitem 12345, 1;

Zeny += 200000;

already_claim = 1;

close;

} else {

mes("You're already claimed the prize");

close;

}

}

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.