yuhsing

Untitled

Jul 12th, 2013
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. sanctum,248,69,3 script Emily-Andelinia Staff 581,{
  2. mes "[ ^336699Emily^000000 ]";
  3. getinventorylist;
  4. if( @inventorylist_count > 90 ){
  5. mes "You need some extra slots in inventory.";
  6. }else if( Weight > ( MaxWeight * 7 ) / 10 ){
  7. mes "You're overweighed.";
  8. }else{
  9. mes "Event Freebies : ^0055FFRamadhan Free Equipments^000000";
  10. mes "Next Event : ^0055FFFacebook Cover Page Profile^000000";
  11. mes "Invite more players. Happy RO";
  12. next;
  13. if( select( "Claim 1x Valkyrie Equipment Set","Cancel" ) == 1 ){
  14. .@ip_address$ = getcharip();
  15. if( getd( "$"+.@ip_address$+"_NG" ) || #doneRamadhan ){
  16. mes "I'm sorry, you already have these item from your other account."
  17. }else{
  18. getitem 2115,1;
  19. getitem 2357,1;
  20. getitem 2524,1;
  21. getitem 2421,1;
  22. getitem 5171,1;
  23. set #doneRamadhan,1;
  24. mes "Now you have taken these items.";
  25. }
  26. }
  27. }
  28. close;
  29.  
  30. OnInit:
  31. waitingroom "Ramadhan Gift",0;
  32. end;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment