guides_alde.txt 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. //===== eAthena Script =======================================
  2. //= Al De Baran Guides
  3. //===== By: ==================================================
  4. //= kobra_k88
  5. //===== Current Version: =====================================
  6. //= 1.4
  7. //===== Compatible With: =====================================
  8. //= eAthena 7.15 +
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= Corrected building locations and descriptions
  13. //= 1.2 Optimized, updated common guide names [Lupus]
  14. //= 1.3 Updated the guide according to how it is on iRO, thanks [MasterOfMuppets]
  15. //= to Muad_Dib
  16. //= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
  17. //============================================================
  18. aldebaran.gat,139,63,4 script Soldier::Alde_Guide 105,{
  19. cutin "prt_soldier",2;
  20. mes "[Al De Baran Guard]";
  21. mes "I'm just an ordinary guard that you could find in any other city.";
  22. mes "I don't think I even have a name...";
  23. next;
  24. mes "[Al De Baran Guard]";
  25. mes "I am in charge of the Service Guides from the Al De Baran Garrison.";
  26. mes "Let me guide you through our town!";
  27. next;
  28. menu "Get location Guide.",-,"End conversation.",L_End;
  29. viewpoint 1,57,222,1,0xFF6633;
  30. viewpoint 1,73,196,2,0x0000FF;
  31. viewpoint 1,224,224,3,0x00FFFF;
  32. viewpoint 1,233,106,4,0x515151;
  33. viewpoint 1,197,71,5,0x3355FF;
  34. viewpoint 1,60,60,6,0xFF5555;
  35. mes "^FF6633+^000000 -> Kafra Main Office";
  36. mes "^0000FF+^000000 -> Weapon Shop";
  37. mes "^00FFFF+^000000 -> Sorcerer Guild (Closed)";
  38. mes "^515151+^000000 -> Pub";
  39. mes "^3355FF+^000000 -> Item Shop";
  40. mes "^FF5555+^000000 -> Chemical Academy";
  41. cutin "prt_soldier",255;
  42. close;
  43. L_End:
  44. mes "[Al De Baran Guard]";
  45. mes "We are sworn to protect Al De Baran! May the forces of evil always be crushed by the righteous fist of good!";
  46. cutin "prt_soldier",255;
  47. close;
  48. }
  49. aldebaran.gat,241,136,4 duplicate(Alde_Guide) Soldier 105