diff options
author | shennetsind <ind@henn.et> | 2013-11-02 17:15:41 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-02 17:15:41 -0200 |
commit | cf1ed8794ad2cfe66ec111484fc5d17f7c09ac22 (patch) | |
tree | 73815027b00f2519fda6ce5fe313f13b71fa2595 /npc/re/quests/quests_lighthalzen.txt | |
parent | b2f125a5f3f25b9bcb68d4b755bacf988f0f1fcd (diff) | |
parent | 566529c819bcf9aeb1bd3a4a691c443c2b88d076 (diff) | |
download | hercules-cf1ed8794ad2cfe66ec111484fc5d17f7c09ac22.tar.gz hercules-cf1ed8794ad2cfe66ec111484fc5d17f7c09ac22.tar.bz2 hercules-cf1ed8794ad2cfe66ec111484fc5d17f7c09ac22.tar.xz hercules-cf1ed8794ad2cfe66ec111484fc5d17f7c09ac22.zip |
Merge remote-tracking branch 'upstream/master'
Signed-off-by: shennetsind <ind@henn.et>
Conflicts:
sql-files/main.sql
sql-files/upgrades/index.txt
src/common/mmo.h
Diffstat (limited to 'npc/re/quests/quests_lighthalzen.txt')
-rw-r--r-- | npc/re/quests/quests_lighthalzen.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/re/quests/quests_lighthalzen.txt b/npc/re/quests/quests_lighthalzen.txt index 18f5e42d4..68148a1b4 100644 --- a/npc/re/quests/quests_lighthalzen.txt +++ b/npc/re/quests/quests_lighthalzen.txt @@ -14,15 +14,15 @@ // Renewal split [Daegaladh] //============================================================ -izlude,172,73,6 duplicate(Scamp) Scamp#iz 853 -izlude_a,172,73,6 duplicate(Scamp) Scamp#iz_a 853 -izlude_b,172,73,6 duplicate(Scamp) Scamp#iz_b 853 -izlude_c,172,73,6 duplicate(Scamp) Scamp#iz_c 853 -izlude_d,172,73,6 duplicate(Scamp) Scamp#iz_d 853 +izlude,172,73,6 duplicate(Scamp) Scamp#iz 4_M_YURI +izlude_a,172,73,6 duplicate(Scamp) Scamp#iz_a 4_M_YURI +izlude_b,172,73,6 duplicate(Scamp) Scamp#iz_b 4_M_YURI +izlude_c,172,73,6 duplicate(Scamp) Scamp#iz_c 4_M_YURI +izlude_d,172,73,6 duplicate(Scamp) Scamp#iz_d 4_M_YURI // Somatology Laboratory F4 //============================================================ -lighthalzen,303,304,5 script Jerome Jameson#start 904,{ +lighthalzen,303,304,5 script Jerome Jameson#start 4_M_KHMAN,{ if (lhz_dun04 == 0) { mes "[Jerome Jameson]"; mes "Wow, what a "+((Sex)?"strong man!":"beautiful dame!"); @@ -106,7 +106,7 @@ function script lhz4enter { close; } -lhz_dun03,239,77,0 script #warplhz3lhz4 45,1,1,{ +lhz_dun03,239,77,0 script #warplhz3lhz4 WARPNPC,1,1,{ OnTouch: if (lhz_dun04 == 0) { mes "It doesn't make sense to go down these flooded stairs."; @@ -141,7 +141,7 @@ OnEnable: end; } -lhz_dun04,151,276,3 script Researcher#lhz4 865,{ +lhz_dun04,151,276,3 script Researcher#lhz4 4_LGTSCIENCE,{ if (lhz_dun04 == 0) { mes "[Researcher]"; mes "................"; @@ -217,7 +217,7 @@ lhz_dun04,151,276,3 script Researcher#lhz4 865,{ end; } -que_lhz,207,75,3 script Researcher#ins 865,3,3,{ +que_lhz,207,75,3 script Researcher#ins 4_LGTSCIENCE,3,3,{ OnTouch: if (lhz_dun04 == 1) { mes "[Researcher]"; @@ -264,7 +264,7 @@ OnTouch: close; } -que_lhz,94,119,3 script Researcher#ins2 865,{ +que_lhz,94,119,3 script Researcher#ins2 4_LGTSCIENCE,{ if (lhz_dun04 == 2) { mes "[Wolfchev]"; mes "Hehehe. You are really persistent. What do you want from someone like me?"; @@ -302,7 +302,7 @@ que_lhz,94,119,3 script Researcher#ins2 865,{ mes ".........."; close; } -que_lhz,147,224,3 script Researcher#ins3 865,{ +que_lhz,147,224,3 script Researcher#ins3 4_LGTSCIENCE,{ if (lhz_dun04 == 4 || mobcount("que_lhz","#controllhz4::OnMyMobDead") > 0) { mes "[Wolfchev]"; mes "Wolfchev is freaking out. He is out of his mind."; |