summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level2-magic-knuckles.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/level2-magic-knuckles.txt')
-rw-r--r--world/map/npc/magic/level2-magic-knuckles.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/magic/level2-magic-knuckles.txt b/world/map/npc/magic/level2-magic-knuckles.txt
index d752aa11..92ee07a5 100644
--- a/world/map/npc/magic/level2-magic-knuckles.txt
+++ b/world/map/npc/magic/level2-magic-knuckles.txt
@@ -2,13 +2,13 @@
{
if @_U_BLOCK >= 1 goto L_Still_Exhausted;
- set @upmarmu_spell_npc_name$, "#Upmarmu#" + getcharid(0); // make a unique puppet name for every player
+ set @upmarmu_spell_npc_name$, "#Upmarmu#" + getcharid(3); // make a unique puppet name for every player
set .upmarmu_spell_npc, getnpcid(@upmarmu_spell_npc_name$);
if ( .upmarmu_spell_npc >= 1 ) goto L_NPC_Exists; // if this npc already exist reuse it so that idle recovery timer does not get destroyed
set .upmarmu_spell_npc, puppet(getmap(), 0, 0, @upmarmu_spell_npc_name$, 127); // clone npc => get puppet id (npc 127 is invisible and can't be targeted)
if (.upmarmu_spell_npc < 1) end;
- set .caster, getcharid(0), .upmarmu_spell_npc; // tell the puppet who controls it
+ set .caster, getcharid(3), .upmarmu_spell_npc; // tell the puppet who controls it
goto L_NPC_Exists;
L_NPC_Exists: