Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sanctum,248,69,3 script Emily-Andelinia Staff 581,{
- mes "[ ^336699Emily^000000 ]";
- getinventorylist;
- if( @inventorylist_count > 90 ){
- mes "You need some extra slots in inventory.";
- }else if( Weight > ( MaxWeight * 7 ) / 10 ){
- mes "You're overweighed.";
- }else{
- mes "Event Freebies : ^0055FFRamadhan Free Equipments^000000";
- mes "Next Event : ^0055FFFacebook Cover Page Profile^000000";
- mes "Invite more players. Happy RO";
- next;
- if( select( "Claim 1x Valkyrie Equipment Set","Cancel" ) == 1 ){
- .@ip_address$ = getcharip();
- if( getd( "$"+.@ip_address$+"_NG" ) || #doneRamadhan ){
- mes "I'm sorry, you already have these item from your other account."
- }else{
- getitem 2115,1;
- getitem 2357,1;
- getitem 2524,1;
- getitem 2421,1;
- getitem 5171,1;
- set #doneRamadhan,1;
- mes "Now you have taken these items.";
- }
- }
- }
- close;
- OnInit:
- waitingroom "Ramadhan Gift",0;
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment