guides_alde.txt 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. //===== eAthena Script =======================================
  2. //= Al De Baran Guides
  3. //===== By: ==================================================
  4. //= kobra_k88
  5. //===== Current Version: =====================================
  6. //= 1.5
  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. //= 1.5 Removed Duplicates [Silent]
  18. //============================================================
  19. aldebaran.gat,139,63,4 script Soldier::Alde_Guide 105,{
  20. cutin "prt_soldier",2;
  21. mes "[Al De Baran Guard]";
  22. mes "I'm just an ordinary guard that you could find in any other city.";
  23. mes "I don't think I even have a name...";
  24. next;
  25. mes "[Al De Baran Guard]";
  26. mes "I am in charge of the Service Guides from the Al De Baran Garrison.";
  27. mes "Let me guide you through our town!";
  28. next;
  29. menu "Get location Guide.",-,"End conversation.",L_End;
  30. viewpoint 1,57,222,1,0xFF6633;
  31. viewpoint 1,73,196,2,0x0000FF;
  32. viewpoint 1,224,224,3,0x00FFFF;
  33. viewpoint 1,233,106,4,0x515151;
  34. viewpoint 1,197,71,5,0x3355FF;
  35. viewpoint 1,60,60,6,0xFF5555;
  36. mes "^FF6633+^000000 -> Kafra Main Office";
  37. mes "^0000FF+^000000 -> Weapon Shop";
  38. mes "^00FFFF+^000000 -> Sorcerer Guild (Closed)";
  39. mes "^515151+^000000 -> Pub";
  40. mes "^3355FF+^000000 -> Item Shop";
  41. mes "^FF5555+^000000 -> Chemical Academy";
  42. cutin "prt_soldier",255;
  43. close;
  44. L_End:
  45. mes "[Al De Baran Guard]";
  46. mes "We are sworn to protect Al De Baran! May the forces of evil always be crushed by the righteous fist of good!";
  47. cutin "prt_soldier",255;
  48. close;
  49. }
  50. aldebaran.gat,241,136,4 duplicate(Alde_Guide) Soldier#Alde02 105