diff options
author | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
---|---|---|
committer | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
commit | 124ab2a1cdb344f24170a4d91f7000ebabf39b40 (patch) | |
tree | ebc5aeee49da96f88e55358c184d69d90eae9289 /npc/quests/gunslinger_quests.txt | |
parent | e7efdfe96e1b4c288bca845c03512da6842d6425 (diff) | |
download | hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.gz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.bz2 hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.xz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.zip |
Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this.
Diffstat (limited to 'npc/quests/gunslinger_quests.txt')
-rw-r--r-- | npc/quests/gunslinger_quests.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/gunslinger_quests.txt b/npc/quests/gunslinger_quests.txt index 8f57ea9f1..a37841f89 100644 --- a/npc/quests/gunslinger_quests.txt +++ b/npc/quests/gunslinger_quests.txt @@ -22,7 +22,7 @@ //= 1.7 Removed all 'menu' and 'goto'. [Euphy] //============================================================ -que_ng,182,85,3 script Garrison 109,{ +que_ng,182,85,3 script Garrison 4_M_MANAGER,{ if(BaseJob != Job_Gunslinger) { @@ -424,7 +424,7 @@ lighthalzen,322,247,6 script Ravey 86,{ } -que_ng,187,163,3 script Ingrid 744,{ +que_ng,187,163,3 script Ingrid 4_F_ALCHE,{ if(BaseJob != Job_Gunslinger) { @@ -597,7 +597,7 @@ SubInferno: } } -que_ng,185,180,3 script Vanessa 726,{ +que_ng,185,180,3 script Vanessa 4_F_JOB_BLACKSMITH,{ if(BaseJob != Job_Gunslinger) { @@ -912,7 +912,7 @@ SubDestroyer_: } } -que_ng,149,178,4 script Lab Director 744,{ +que_ng,149,178,4 script Lab Director 4_F_ALCHE,{ if(gun_na == 1){ if(countitem(1043) > 999 && countitem(932) > 999){ @@ -1381,7 +1381,7 @@ que_ng,149,178,4 script Lab Director 744,{ } } -lighthalzen,205,284,6 script F. Harrison 85,{ +lighthalzen,205,284,6 script F. Harrison 4_M_03,{ if (gun_na == 100){ if(checkweight(13102,1) == 0){ |