gefenia.txt 1.1 KB

12345678910111213141516171819202122232425262728293031
  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. //============================================================
  14. prontera.gat,154,198,5 script Geovani 805,{
  15. mes "[Geovani]";
  16. mes "Hi there my friend,";
  17. mes "A while ago a very wise man taught me something.";
  18. next;
  19. mes "[Geovani]";
  20. mes "He taught me how to warp people";
  21. mes "And yesterday i finally mastered it!!";
  22. next;
  23. mes "[Geovani]";
  24. mes "Want me to show you?";
  25. mes "I can warp you to Gefenia, the old ruins of the rebuild city, Geffen";
  26. next;
  27. menu "Sure, Warp Me ;)",Mwarpme,"Nah, Don't Try It On me",-;
  28. close;
  29. Mwarpme:
  30. warp "gefenia01.gat", 40, 103; close;
  31. }