From 7b50fce0f62961b0228e6919562efcfe33e7fbca Mon Sep 17 00:00:00 2001 From: Haru Date: Thu, 18 Jun 2015 03:30:16 +0200 Subject: Minor script cleanup. - Replaced leftover sprite IDs with constants - Corrected some NPC facing directions (in modulo 8) --- npc/quests/gunslinger_quests.txt | 2 +- npc/quests/newgears/2006_headgears.txt | 2 +- npc/quests/quests_13_1.txt | 4 ++-- npc/quests/quests_lighthalzen.txt | 2 +- npc/quests/quests_veins.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/quests') diff --git a/npc/quests/gunslinger_quests.txt b/npc/quests/gunslinger_quests.txt index 34ac3dbd6..c88e0b741 100644 --- a/npc/quests/gunslinger_quests.txt +++ b/npc/quests/gunslinger_quests.txt @@ -380,7 +380,7 @@ SubGarrison_: } } -lighthalzen,322,247,6 script Ravey 86,{ +lighthalzen,322,247,6 script Ravey 4_M_04,{ if(gun_gs == 2) { diff --git a/npc/quests/newgears/2006_headgears.txt b/npc/quests/newgears/2006_headgears.txt index cc5c87752..4c41c657e 100644 --- a/npc/quests/newgears/2006_headgears.txt +++ b/npc/quests/newgears/2006_headgears.txt @@ -24,7 +24,7 @@ // Censor Bar //============================================================ -rachel,91,273,8 script ? 4_M_RACHMAN2,{ +rachel,91,273,0 script ? 4_M_RACHMAN2,{ if (countitem(983) > 0 && countitem(7111) > 99 && countitem(938) > 98 && Zeny > 99999) { mes "[?]"; mes "Giggle giggle...isn't it my partner, eh?"; diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index ce389970a..9eb179c30 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -8317,7 +8317,7 @@ spl_fild02,321,169,0 duplicate(Fishinghole) School of Fish#2 CLEAR_NPC spl_fild02,326,171,0 duplicate(Fishinghole) School of Fish#3 CLEAR_NPC mid_camp,75,135,0 duplicate(Fishinghole) School of Fish#4 CLEAR_NPC -mid_camp,66,122,55 script Henry Clifford 4_M_05,{ +mid_camp,66,122,7 script Henry Clifford 4_M_05,{ if (countitem(6049) > 0) { mes "[Henry Clifford]"; mes "Congratulations, you've caught a precious Marlin."; @@ -8367,7 +8367,7 @@ mid_camp,66,122,55 script Henry Clifford 4_M_05,{ } } -mid_camp,88,100,55 script Cat Hand Mining Agent 4_CAT,{ +mid_camp,88,100,7 script Cat Hand Mining Agent 4_CAT,{ if (!questprogress(12062,PLAYTIME)) { if ((countitem(6048) > 2) && (ep13_yong1 > 9)) { mes "[Cat Hand Mining Agent]"; diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 78419758b..7e34a9729 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -11115,7 +11115,7 @@ lighthalzen,141,162,3 script Old Man#reken 4_M_03,{ close; } -einbroch,55,52,3 script Laboratory Guard#reken 852,{ +einbroch,55,52,3 script Laboratory Guard#reken 4_M_EIN_SOLDIER,{ if(lhz_rekenber == 3) { diff --git a/npc/quests/quests_veins.txt b/npc/quests/quests_veins.txt index 381b39671..d6a5ee15c 100644 --- a/npc/quests/quests_veins.txt +++ b/npc/quests/quests_veins.txt @@ -4773,7 +4773,7 @@ veins,78,226,5 script Camel#camelcc1::VeinsCamel 4_DST_CAMEL,{ veins,72,227,3 duplicate(VeinsCamel) Camel#camelcc3 4_DST_CAMEL veins,81,222,1 duplicate(VeinsCamel) Camel#camelcc4 4_DST_CAMEL veins,77,219,5 duplicate(VeinsCamel) Camel#camelcc5 4_DST_CAMEL -veins,73,215,8 duplicate(VeinsCamel) Camel#camelcc6 4_DST_CAMEL +veins,73,215,0 duplicate(VeinsCamel) Camel#camelcc6 4_DST_CAMEL veins,68,215,5 duplicate(VeinsCamel) Camel#camelcc7 4_DST_CAMEL ve_fild07,235,42,3 script Silk Sand Camel 4_DST_CAMEL,{ -- cgit v1.2.3-60-g2f50