From f520c4404d28608fe6dc991f07f21670538a5a20 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 Jan 2020 02:07:31 -0300 Subject: Syntax Equivoc --- npc/functions/hub.txt | 4 +++- npc/functions/mobpoint.txt | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 3c5fd8425..7263037f7 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -249,7 +249,9 @@ function script HUB_SkillInvoke { - +// When you kill a player, some special care is needed +// Only a few maps will give you experience for PK: Tulimshar's Guards Arena, +// Frostia Imperial PVP Arena, Call Of Dusty, Arena Quirino Voraz. // HUB_PvP ( ) - killedrid must be set function script HUB_PvP { // Update global PK count diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 6b3fb9d93..11bb40f57 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -65,7 +65,8 @@ OnNPCKillEvent: // Only a few maps will give you experience for PK: Tulimshar's Guards Arena, // Frostia Imperial PVP Arena, Call Of Dusty, Arena Quirino Voraz. OnPCKillEvent: - HUB_PvP(); + // call functions + callfunc "HUB_PvP"; end; } -- cgit v1.2.3-60-g2f50