gefenia.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. //===== Athena Script ========================================
  2. //= Gefenia Warper Script
  3. //===== By: ==================================================
  4. //= Darkchild (1.0)
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //= Any Athena Version; RO Episode 6+
  9. //===== Description: =========================================
  10. //= Temp Warper to Gefenia
  11. //===== Additional Comments: =================================
  12. //= IF you know how you SHOULD get there then please tell me
  13. //= there's OFFICIAL The Sign quest
  14. //============================================================
  15. prontera.gat,154,198,5 script Geovani 805,{
  16. mes "[Geovani]";
  17. mes "Hi there my friend,";
  18. mes "A while ago a very wise man taught me something.";
  19. next;
  20. mes "[Geovani]";
  21. mes "He taught me how to warp people";
  22. mes "And yesterday i finally mastered it!!";
  23. next;
  24. mes "[Geovani]";
  25. mes "Want me to show you?";
  26. mes "I can warp you to Gefenia, the old ruins of the rebuild city, Geffen";
  27. next;
  28. menu "Sure, Warp Me ;)",Mwarpme,"Nah, Don't Try It On me",-;
  29. close;
  30. Mwarpme:
  31. warp "gefenia01.gat", 40, 103; close;
  32. }