From 1304c5d5dd985820da3e49611a821c2d3cdb8660 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 7 Mar 2018 01:31:12 -0300 Subject: This introduces the core engine for mob points. Yes, it works for all mobs. Yes, it is far better than how TMW did. No, this is not flexible. Monster Level == Mob Points to get. --- npc/003-1/neko.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/003-1/neko.txt') diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 6742a8391..e85277990 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -1,10 +1,19 @@ +// TMW-2 Script // Author: // Saulc +// Description: +// Another shopkeeper 003-1,103,106,0 script Neko NPC_PLAYER,{ +if (getgmlevel()) goto L_Debug; hello; +L_Debug: + if (MPQUEST < 1) mes "Not on MPQUEST"; + mes l("You have: @@ Mob Points", str(Mobpt)); + close; + OnInit: .@npcId = getnpcid(0, "Neko"); //setunitdata(.@npcId, UDT_HEADTOP, 2936); -- cgit v1.2.3-60-g2f50