diff options
author | shennetsind <ind@henn.et> | 2013-12-08 14:07:51 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-12-08 14:07:51 -0200 |
commit | 0191e8c774f2675a32b16cdc1ac2be1c61ca252d (patch) | |
tree | 3901eecefb36b616db93746aa52954719d2dfe6a /npc/pre-re | |
parent | 813908c6d116b6afe92cf128cdbb84131860f2c6 (diff) | |
parent | 8be1bf181369089e6e7288ed6922aba4bb4f8e0a (diff) | |
download | hercules-0191e8c774f2675a32b16cdc1ac2be1c61ca252d.tar.gz hercules-0191e8c774f2675a32b16cdc1ac2be1c61ca252d.tar.bz2 hercules-0191e8c774f2675a32b16cdc1ac2be1c61ca252d.tar.xz hercules-0191e8c774f2675a32b16cdc1ac2be1c61ca252d.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/pre-re')
-rw-r--r-- | npc/pre-re/mobs/dungeons/lhz_dun.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/mobs/dungeons/lhz_dun.txt b/npc/pre-re/mobs/dungeons/lhz_dun.txt index 55e9acbfa..eb544e724 100644 --- a/npc/pre-re/mobs/dungeons/lhz_dun.txt +++ b/npc/pre-re/mobs/dungeons/lhz_dun.txt @@ -279,7 +279,7 @@ OnSummon: case 6: set .@x,175; set .@y,137; break; } set .@mob,rand(1646,1651); - monster "lhz_dun03",.@x,.@y,strmobinfo(1,.@mob),.@mob,1,"summon_boss_lt::OnMyMvPDead"; + monster "lhz_dun03",.@x,.@y,strmobinfo(1,.@mob),.@mob,1,"summon_boss_lt::OnMyMVPDead"; // Select Coordinates to summon a random 99 on switch(rand(1,6)) { @@ -294,7 +294,7 @@ OnSummon: monster "lhz_dun03",.@x2,.@y2,strmobinfo(1,.@mob2),.@mob2,1,"summon_boss_lt::OnMVP"; end; -OnMyMvPDead: +OnMyMVPDead: killmonster "lhz_dun03","summon_boss_lt::OnMVP"; initnpctimer; end; |