yuhsing

Untitled

Jun 21st, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1.  
  2. // 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ Asgard_Scroll(5); },{},{}
  3. function script Asgard_Scroll {
  4. setarray .BoxItems[0],501,502,503,504,505;
  5. setarray .amount[0],1,2,3,4,5;
  6.  
  7. for( .@i = 0; .@i < getarg(0); .@i++ ){
  8. set .Random, rand( getarraysize( .BoxItems ) );
  9. getitem .BoxItems[ .Random ],.amount[ .Random ];
  10. }
  11. announce "Citizens of Midgard, Lady Luck shines upon ["+strcharinfo(0)+"] !! [Asgard Scroll] has awarded the player !!",0;
  12. end;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment