diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-04 08:20:59 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-04 08:20:59 +0000 |
commit | 8ed92e3dcc0cae616a92f996d621b336ea1b5afb (patch) | |
tree | e928825d5d4ed395161be2850338acc9f69386a1 /npc/quests/quests_gonryun.txt | |
parent | eb8db9b1da1abdc41768e23c84f53720bc62fc55 (diff) | |
download | hercules-8ed92e3dcc0cae616a92f996d621b336ea1b5afb.tar.gz hercules-8ed92e3dcc0cae616a92f996d621b336ea1b5afb.tar.bz2 hercules-8ed92e3dcc0cae616a92f996d621b336ea1b5afb.tar.xz hercules-8ed92e3dcc0cae616a92f996d621b336ea1b5afb.zip |
Fixed a few donpcevent's that didn't include the NPC's hidden display name. (bugreport:2407)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13350 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_gonryun.txt')
-rw-r--r-- | npc/quests/quests_gonryun.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/quests/quests_gonryun.txt b/npc/quests/quests_gonryun.txt index 24f35eba4..2246139ba 100644 --- a/npc/quests/quests_gonryun.txt +++ b/npc/quests/quests_gonryun.txt @@ -16,6 +16,7 @@ //= Added Lost Knife, updated dialog for Broken Sword //= dungeon quest mechanics aportion is still the same. //= 1.2a Bugfixes (bugreport:2404) [Paradox924X] +//= 1.2b More Bugfixes (bugreport:2407) [Paradox924X] //============================================================ // Broken Sword @@ -790,7 +791,7 @@ gon_dun01,148,156,0 script start01#gnbs -1,{ OnInit: sleep 10000; OnCommandOn: - donpcevent "trace1-"+rand(1,5)+"::OnCommandOn"; + donpcevent "trace1-"+rand(1,5)+"#gnbs::OnCommandOn"; end; } @@ -1138,7 +1139,7 @@ gon_dun02,1,1,0 script start02#gnbs -1,{ OnInit: sleep 10000; OnCommandOn: - donpcevent "trace2-"+rand(1,6)+"::OnCommandOn"; + donpcevent "trace2-"+rand(1,6)+"#gnbs::OnCommandOn"; end; } @@ -1554,7 +1555,7 @@ gon_dun03,1,1,0 script start03#gnbs -1,{ OnInit: sleep 10000; OnCommandOn: - donpcevent "trace3-"+rand(1,7)+"::OnCommandOn"; + donpcevent "trace3-"+rand(1,7)+"#gnbs::OnCommandOn"; end; } |