diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-01 00:14:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-01 00:14:58 -0300 |
commit | 05e6280646b3857d1658af738fc4521e8b4d573a (patch) | |
tree | c2226122c3c59b918e038a33c6cae3fe901505b4 /npc/042-5 | |
parent | b71a38a0ab4234c52f0eb16f2b207bf2afc2d0fe (diff) | |
download | serverdata-05e6280646b3857d1658af738fc4521e8b4d573a.tar.gz serverdata-05e6280646b3857d1658af738fc4521e8b4d573a.tar.bz2 serverdata-05e6280646b3857d1658af738fc4521e8b4d573a.tar.xz serverdata-05e6280646b3857d1658af738fc4521e8b4d573a.zip |
Improve the debug information level available to me.
Can you believe I managed to get one of the worst drops on my test run? D:
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); |