diff options
Diffstat (limited to 'npc/jobs/1-1e/gunslinger.txt')
-rw-r--r-- | npc/jobs/1-1e/gunslinger.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt index aafe2d0c4..ff98b30e7 100644 --- a/npc/jobs/1-1e/gunslinger.txt +++ b/npc/jobs/1-1e/gunslinger.txt @@ -86,7 +86,7 @@ que_ng,152,167,3 script Master Miller 4_M_HUOLDARMY,{ mes "Horn in Payon. He's a shaman"; mes "that will judge whether or not"; mes "you qualify to be a Gunslinger."; - set GUNS_Q,1; + GUNS_Q = 1; setquest 6020; close; } @@ -179,7 +179,7 @@ que_ng,152,167,3 script Master Miller 4_M_HUOLDARMY,{ mes "power of the earth protect"; mes "you in all of your adventures~"; callfunc "Job_Change",Job_Gunslinger; - set GUNS_Q,6; + GUNS_Q = 6; completequest 6024; if (rand(1,2) == 1) { getitem 13100,1; // Six_Shooter @@ -260,7 +260,7 @@ payon,184,65,3 script Wise Bull Horn 4_M_LGTGRAND,{ mes "will help you achieve"; mes "your goal of becoming"; mes "a Gunslinger."; - set GUNS_Q,2; + GUNS_Q = 2; changequest 6020,6021; close; } @@ -297,7 +297,7 @@ payon,184,65,3 script Wise Bull Horn 4_M_LGTGRAND,{ delitem 935,10; // Shell delitem 511,3; // Green_Herb delitem 1013,3; // Colorful_Shell - set GUNS_Q,3; + GUNS_Q = 3; changequest 6021,6022; mes "[Wise Bull Horn]"; mes "Ah, you've returned"; @@ -344,7 +344,7 @@ payon,184,65,3 script Wise Bull Horn 4_M_LGTGRAND,{ mes "I'm thirsty, and would like"; mes "a cold glass of Milk. Would"; mes "you please bring me some?"; - set GUNS_Q,4; + GUNS_Q = 4; changequest 6022,6023; close; } @@ -359,7 +359,7 @@ payon,184,65,3 script Wise Bull Horn 4_M_LGTGRAND,{ close; } delitem 519,1; // Milk - set GUNS_Q,5; + GUNS_Q = 5; changequest 6023,6024; mes "[Wise Bull Horn]"; mes "Oh, thank you for your!"; |