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