|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= kobra_k88; L0ne_W0lf
|
|
//= kobra_k88; L0ne_W0lf
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.7a
|
|
|
|
|
|
+//= 1.8
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena SVN
|
|
//= eAthena SVN
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -20,11 +20,12 @@
|
|
//= Arrow reward is now equal to the type sof trunks brought.
|
|
//= Arrow reward is now equal to the type sof trunks brought.
|
|
//= No longer uses function "F_ToHigh"
|
|
//= No longer uses function "F_ToHigh"
|
|
//= 1.7a Fixed minor dialogue bug at Grade==25 [Lupus]
|
|
//= 1.7a Fixed minor dialogue bug at Grade==25 [Lupus]
|
|
|
|
+//= 1.8 Fixed mistake in condition check. [L0ne_W0lf]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
payon_in02,64,71,4 script Archer Guildsman#archer 85,{
|
|
payon_in02,64,71,4 script Archer Guildsman#archer 85,{
|
|
if (Upper == 1) {
|
|
if (Upper == 1) {
|
|
- if (Class == Job_Novice_High && ADVJOB == Job_Sniper || ADVJOB == Job_Clown || ADVJOB == Job_Gypsy) {
|
|
|
|
|
|
+ if (Class == Job_Novice_High && (ADVJOB == Job_Sniper || ADVJOB == Job_Clown || ADVJOB == Job_Gypsy)) {
|
|
mes "[Archer Guildsman]";
|
|
mes "[Archer Guildsman]";
|
|
mes "Hey, I know you.";
|
|
mes "Hey, I know you.";
|
|
mes "You took this test";
|
|
mes "You took this test";
|