diff options
author | Nick Ashley <nick@shley.us> | 2015-05-02 00:10:42 -0400 |
---|---|---|
committer | Nick Ashley <nick@shley.us> | 2015-05-02 20:16:35 -0400 |
commit | ac1d61ef804ac5925e76c74ac456613714c928db (patch) | |
tree | a2ce82641585553ea9b8572fbd8843869149f4bb /world/map/npc/029-2/morgan.txt | |
parent | 4801d853eacc60b980ce9d3ff1857ada56c9c0e6 (diff) | |
download | serverdata-ac1d61ef804ac5925e76c74ac456613714c928db.tar.gz serverdata-ac1d61ef804ac5925e76c74ac456613714c928db.tar.bz2 serverdata-ac1d61ef804ac5925e76c74ac456613714c928db.tar.xz serverdata-ac1d61ef804ac5925e76c74ac456613714c928db.zip |
Remove MorganState and SetMorganMask (non-existent functions)
Fixes Morgan
Diffstat (limited to 'world/map/npc/029-2/morgan.txt')
-rw-r--r-- | world/map/npc/029-2/morgan.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/npc/029-2/morgan.txt b/world/map/npc/029-2/morgan.txt index 085542ce..3f7d3e1e 100644 --- a/world/map/npc/029-2/morgan.txt +++ b/world/map/npc/029-2/morgan.txt @@ -26,7 +26,6 @@ OnInit: 029-2,101,57,0|script|Morgan#_M|355 { callfunc "PCtoNPCRange"; - callfunc "MorganState"; if (Int >= 5) goto L_Learn; goto L_NotMagic; @@ -98,6 +97,9 @@ L_CastOnce: mes "\"Each time you attack the wand will convert a bit of you mana into a magic bolt.\""; mes "\"After so many attacks, you will need to recast the invocation to stay attuned to the wand.\""; mes "\"(Logging out will also cancel any spell effects currently active in-game.).\""; + next; + mes "\"I've taught you all I can for now. You should visit the Mana Seed north west of Hurnscald.\""; + set QL_MORGAN, 4; goto L_Close; L_LearningDone: |