diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-06 06:03:25 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-06 06:03:25 +0000 |
commit | 90bb183a7ee4eddf031fa3a1e939c79b33bd5129 (patch) | |
tree | a7e7beed8eecfc5eb64acab2836bf240e075874a /npc/quests/first_class | |
parent | efc28eef0d1471af7de7fd1bcec8e8ec9ff809f7 (diff) | |
download | hercules-90bb183a7ee4eddf031fa3a1e939c79b33bd5129.tar.gz hercules-90bb183a7ee4eddf031fa3a1e939c79b33bd5129.tar.bz2 hercules-90bb183a7ee4eddf031fa3a1e939c79b33bd5129.tar.xz hercules-90bb183a7ee4eddf031fa3a1e939c79b33bd5129.zip |
fixed timer error, mobscript bug, overlapped npcs
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8942 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/first_class')
-rw-r--r-- | npc/quests/first_class/tu_magician01.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/quests/first_class/tu_magician01.txt b/npc/quests/first_class/tu_magician01.txt index a20accb4a..16e7131df 100644 --- a/npc/quests/first_class/tu_magician01.txt +++ b/npc/quests/first_class/tu_magician01.txt @@ -16,10 +16,12 @@ //=================================================Sign==================================================== -//geffen.gat,61,174,4 script Sign#M 111,{ // Bad coordinates [Jukka] -// mes "- Mage Job Change -"; -// close; -//} +geffen.gat,61,174,4 script Sign#M 111,{ + mes "~sign reads...~"; + mes "Greetings!! This is the Geffen Magic Academy. Come in if you have an interest in all things magic!"; + close; +} + //=================================================New Mage Manager==================================================== geffen.gat,67,180,4 script New Mage Manager#M 102,{ |