Guest User

Untitled

a guest
Oct 23rd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. //bat_room,1,1,3,7828 sshop BraveryExchanger 111,13036:100,13411:100,1425:100,1632:100,1634:100,1543:100,1924:100,1978:100,1574:100,1824:100,1183:100,1380:100,13305:100,1279:100,1739:100,13108:100,13172:100,2538:50,2539:50,2540:50,2435:50,2436:50,2437:50,2376:80,2377:80,2378:80,2379:80,2380:80,2381:80,2382:80,2720:500,2721:500,2722:500,2723:500,2724:500,2725:500,2733:500
  2. bat_room,1,1,3,7829 sshop ValorExchanger 111,13037:100,13410:100,1633:100,1635:100,1542:100,1923:100,1977:100,1575:100,1823:100,1184:100,1482:100,1379:100,13306:100,1280:100,1738:100,13171:100,13173:100,13174:100,2538:50,2539:50,2540:50,2435:50,2436:50,2437:50,2376:80,2377:80,2378:80,2379:80,2380:80,2381:80,2382:80,2720:500,2721:500,2722:500,2723:500,2724:500,2725:500,2733:500
  3. bat_room,1,1,3,7773 sshop HeroismExchanger 111,1187:2000,1281:2000,1282:2000,1310:2000,1382:2000,1426:2000,1486:2000,1546:2000,1576:2000,1577:2000,1640:2000,1641:2000,1743:2000,1826:2000,1827:2000,1927:2000,1981:2000,2002:2000,13042:2000,13110:2000,13176:2000,13177:2000,13178:2000,13179:2000,13307:2000,13416:2000,13417:2000,13418:2000,2394:840,2395:170,2396:25,2444:580,2445:70,2446:15,2549:630,2772:1200,2773:280,2774:40
  4.  
  5. bat_room,160,150,3 script Erundek 109,{
  6. mes "[Erundek]";
  7. mes "Welcome, mighty warrior.";
  8. mes "What can I do for you today ?";
  9. next;
  10. switch( select("Exchange Bravery Badges","Exchange Valor Badges","Exchange Heroism Badges","Hmm, nothing I guess.") )
  11. {
  12. case 4:
  13. mes "[Erundek]";
  14. mes "As you wish.";
  15. mes "See you later.";
  16. close;
  17. case 1: // Bravery Badges
  18. mes "[Erundek]";
  19. mes "So you want to exchange ^0000FFBravery Badges^000000 from the Battle of Tierra Valley.";
  20. mes "Close this window to open shop.";
  21. close2;
  22. callshop "BraveryExchanger",0;
  23. end;
  24. case 2: // Valor Badges
  25. mes "[Erundek]";
  26. mes "So you want to exchange ^FF0000Valor Badges^000000 from the Battle of Flavius.";
  27. mes "Close this window to open shop.";
  28. close2;
  29. callshop "ValorExchanger",0;
  30. end;
  31. case 3: // Heroism Badges
  32. mes "[Erundek]";
  33. mes "So you want to exchange ^FFA500Heroism Badges^000000 from the Battle of Kriger Von Midgard.";
  34. mes "Close this window to open shop.";
  35. close2;
  36. callshop "HeroismExchanger",0;
  37. end;
  38. }
  39. }
Add Comment
Please, Sign In to add comment