Advertisement
sparkychild

Untitled

Aug 14th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. Changes:
  2. - removed Unbroken Bonds pack - that pack is not restricted in /packshop.
  3. - lowered yellow ticket down to 3 pack credits (giving a pack of your choice is the same as giving pack credits)
  4. - EXP Pack: 2500 -> 10000
  5. - Adjusted pricing so that higher denomination of prizes aren't of a higher price.
  6. - removed redundant popups for some of these
  7. - adjusted pricing on some of these
  8.  
  9. /market additem White Ticket | 50 | Get 5 Bucks! | bucks(5);
  10. /market additem Blue Ticket | 90 | Earn 10 Bucks! | bucks(10);
  11. /market additem Goblite Ticket | 175 | Earn 20 Bucks! | bucks(20);
  12. /market additem Ruby Ticket | 400 | Earn 50 bucks! | bucks(50); popup(You have received 50 bucks.);
  13.  
  14. /market additem Yellow Ticket | 250 | Earn 3 PSGO Card Packs of your choice! | choosepack(3);
  15. /market additem Jadeite Ticket | 700 | Receive 5 PSGO Rebel Clash Card Packs! | pack(swsh2, swsh2, swsh2, swsh2, swsh2, swsh2); popup(You have received your card packs.);
  16.  
  17. /market additem Emerald Ticket | 250 | Buy 10000 EXP for your account! | exp(10000); popup(You have received 10000 EXP.);
  18.  
  19. /market additem Crimizian Ticket | 200 | Earn 5 Pet Booster Tickets redeemable in the Pet Booster Shop! | boosterticket(5);
  20. /market additem Tanzinite Ticket | 350 | Earn 10 Pet Booster Tickets redeemable in the Pet Booster Shop | boosterticket(10);
  21. /market additem Musgravite Ticket | 500 | Earn 15 Pet Booster Tickets redeemable in the Pet Booster Shop | boosterticket(15);
  22. /market additem Ammolite Ticket | 625 | Earn 20 Pet Booster Tickets redeemable in the Pet Booster Shop | popup(You have received your booster tickets.);
  23.  
  24. /market additem Opal Ticket | 600 | Receive an unlocked pet of YOUR choice! | notif(has purchased an Opal Ticket); pmstaff(, I have purchased an Opal Ticket, I am currently waiting for my pet.);
  25.  
  26. /market additem Diamond Ticket | 1000 | Buy 31 Days of a personal Double Credits Modifier[x2 during Double Credit Hours]! | notif(Has purchased a Diamond Ticket.}; double(31); popup(You have received a Double Credits multiplier for a month.);
  27.  
  28. /market additem Marketplace Special! | 3733 | Receive 100 Bucks, 25 Pet Booster Tickets, 50 Pack Credits, 10 PSGO Rebel Clash Card Packs,and 1 Platinum Pet Booster Ticket | bucks(100); pack(swsh2, swsh2, swsh2, swsh2, swsh2, swsh2, swsh2, swsh2, swsh2, swsh2); popup(You have received your Special rewards.);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement