diff options
Diffstat (limited to 'npc/042-5')
-rw-r--r-- | npc/042-5/ctrl.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt index 08799a4f9..c8ef7c836 100644 --- a/npc/042-5/ctrl.txt +++ b/npc/042-5/ctrl.txt @@ -154,6 +154,7 @@ function script KamelotTreasure { mesc l("You find @@ inside!", getitemlink(.@loot)); + // TODO: If itemtype == Armor/Weapon, make it guild bound and put bonus getitem .@loot, 1; } else { mesc l("You find @@ inside!", l("nothing")); @@ -180,7 +181,7 @@ function script KamelotTreasure { ///////////////////////////////////////////////////////////////////////////// // KamelotBoss(Map, x, y, power, NPC) function script KamelotBoss { - .@label$=instance_npcname(getarg(4))+"::OnKillMob"; + .@label$=instance_npcname(getarg(4))+"::OnKillBoss"; .@gcount=1; .@x1=getarg(1); .@y1=getarg(2); |