diff options
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 36a57680f..75235f9bf 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -464,6 +464,23 @@ OnInit: //htput($@CONTRIBUTORS, "", 1); end; +// Level up events +OnPCBaseLvUpEvent: + switch (BaseLevel) { + case 15: + sc_end SC_OVERLAPEXPUP; + break; + case 25: + case 50: + case 75: + case 100: + case 125: + case 150: + dispbottom l("Milestone levelup: A reward can now be claimed in Tulimshar."); + break; + } + end; + // Every time the server starts, clean up possibly broken data about treasures. // NPC ID might have changed. OnInterIfInitOnce: |