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