diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 10:26:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 10:26:39 -0300 |
commit | e359e56df64f2205e08ec6f98ff1c65a6df3a1c0 (patch) | |
tree | 68e67bf147937e90a6b4100c04611f2ca8a1c47c /npc/functions/mkbot.txt | |
parent | f4a568dcdafee0615beb75a618ad7f0ce24e1ce4 (diff) | |
download | serverdata-e359e56df64f2205e08ec6f98ff1c65a6df3a1c0.tar.gz serverdata-e359e56df64f2205e08ec6f98ff1c65a6df3a1c0.tar.bz2 serverdata-e359e56df64f2205e08ec6f98ff1c65a6df3a1c0.tar.xz serverdata-e359e56df64f2205e08ec6f98ff1c65a6df3a1c0.zip |
Remove $MOST_HEROIC$ Assignment; Except on Hurnscald Liberation Day and Lua.
Aurora Events Framework will take over.
Diffstat (limited to 'npc/functions/mkbot.txt')
-rw-r--r-- | npc/functions/mkbot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/mkbot.txt b/npc/functions/mkbot.txt index a5638484a..5ad43d3ea 100644 --- a/npc/functions/mkbot.txt +++ b/npc/functions/mkbot.txt @@ -41,7 +41,7 @@ OnBourneAgain: dispbottom l("The real Monster King is probably on his fortress. It'll take more than that to take him down."); getexp BaseLevel**3, 0; Mobpt = Mobpt + 165; - $MOST_HEROIC$=strcharinfo(0); + //$MOST_HEROIC$=strcharinfo(0); } // We need to start over .bar=true; |