Advertisement
Lelouch17

Shop

Jun 23rd, 2014
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. prontera,140,169,5 script Supplement 790,{
  2. switch(select("Skills Catalyst:Alchemy:Cooking:Poison Herb:Smithing:Guidebook")) {
  3. case 1:
  4. callshop "Skills Catalyst",1;
  5. end;
  6.  
  7. case 2:
  8. callshop "Alchemy",1;
  9. end;
  10.  
  11. case 3:
  12. callshop "Cooking",1;
  13. end;
  14.  
  15. case 4:
  16. callshop "Poison Herb",1;
  17. end;
  18.  
  19. case 5:
  20. callshop "Smithing",1;
  21. end;
  22.  
  23. case 6:
  24. callshop "Guidebook",1;
  25. end;
  26. }
  27. }
  28.  
  29. - shop Skills Catalyst -1,969:100
  30. - shop Alchemy -1,19521:100,19517:100,19507:1000
  31. - shop Cooking -1,2767:100
  32. - shop Poison Herb -1,2469:200,2007:1000
  33. - shop Smithing -1,2524:100,2421:100,5171:300
  34. - shop Guidebook -1,15025:200,2469:200,2007:1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement