Guest User

Untitled

a guest
Nov 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. prontera,149,178,6 script Vimta#strike 76,{
  2. mes "[^66CC66 Vimta^000000 ]";
  3. mes "Hello there! I am the WoE representative, Vimta.";
  4. if( !getcharid(2) ){
  5. mes "You cant use this warp if you dont have a guild.";
  6. close;
  7. }
  8. mes "Aaah! I can warp you in any available castle you want.";
  9. next;
  10. switch(select("Valkyrie Realm (^66CC66 Prontera^000000 ):Greedwood Lake (^66CC66 Payon^000000 ):Luina (^66CC66 Aldebaran^000000 ):Valfreya (^66CC66 Rachel^000000 ):Nidhoggur (^66CC66 Yuno^000000 )")) {
  11. case 1:
  12. mes "[^66CC66 Vimta^000000 ]";
  13. mes "I can only warp you in Kriemhild castle";
  14. mes "Its because this is the only agit that is available to conquire";
  15. next;
  16. switch(select("Kriemhild")) {
  17. case 1:
  18. warp "prt_gld",133,65;
  19. break;
  20. }
  21. break;
  22. case 2:
  23. mes "[^66CC66 Vimta^000000 ]";
  24. mes "I can only warp you in Bright Arbor castle";
  25. mes "Its because this is the only agit that is available to conquire";
  26. next;
  27. switch(select("Bright Arbor")) {
  28. case 1:
  29. warp "pay_gld",121,235;
  30. break;
  31. }
  32. break;
  33. case 3:
  34. mes "[^66CC66 Vimta^000000 ]";
  35. mes "I can only warp you in Neushwanstein castle";
  36. mes "Its because this is the only agit that is available to conquire";
  37. next;
  38. switch(select("Neushwanstein")) {
  39. case 1:
  40. warp "alde_gld",48,83;
  41. }
  42. break;
  43. case 4:
  44. mes "[^66CC66 Vimta^000000 ]";
  45. mes "I can only warp you in Mardol castle";
  46. mes "Its because this is the only agit that is available to conquire";
  47. next;
  48. switch(select("Mardol")) {
  49. case 1:
  50. warp "aru_gld",158,272;
  51. break;
  52. }
  53. break;
  54. case 5:
  55. mes "[^66CC66 Vimta^000000 ]";
  56. mes "I can only warp you in Himinn castle";
  57. mes "Its because this is the only agit that is available to conquire";
  58. next;
  59. switch(select("Himinn")) {
  60. case 1:
  61. warp "sch_gld",293,95;
  62. break;
  63. }
  64. break;
  65. }
  66. close;
  67. }
Add Comment
Please, Sign In to add comment