diff options
-rw-r--r-- | npc/003-0/mainquest.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-0/mainquest.txt b/npc/003-0/mainquest.txt index 97f2cf862..39b8914fa 100644 --- a/npc/003-0/mainquest.txt +++ b/npc/003-0/mainquest.txt @@ -58,11 +58,13 @@ OnBegin: setunitdata(.@REF, UDT_ATKMAX, 180); // TODO: unitwalk + /* // TODO: Energy Balls. Should they spawn at (21,31) and (69,31)? // At this time they are utterly deadly. You could use a skill to // disable them... Perhaps... A grenade? dispbottom col(l("SCRIPT ERROR (%s/%s)", .@m$, .@n$), 1); dispbottom l("An error happened: unitwalk failed"); + */ // TODO: Assassinate initnpctimer; end; @@ -125,6 +127,8 @@ OnAssassinDefeat: } else { dispbottom l("A mission well done. I should report to lua now."); } + // Extra extra EXTRA bonus + CsysNpcCraft(SmallKnife, IOPT_SPLASHDAMAGE, 1, 0,0, 0,0, VAR_MAXHPPERCENT, -5); end; OnInit: |