diff options
Diffstat (limited to 'npc/jobs/1-1/archer.txt')
-rw-r--r-- | npc/jobs/1-1/archer.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/jobs/1-1/archer.txt b/npc/jobs/1-1/archer.txt index 32518a9b3..86291415b 100644 --- a/npc/jobs/1-1/archer.txt +++ b/npc/jobs/1-1/archer.txt @@ -3,18 +3,20 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== -//= eAthena 7.15 + +//= eAthena 1.0 + //===== Description: ========================================= //= <Description> //===== Additional Comments: ================================= //= Fully working +//= v1.1 Added instant job change for High Novice [Lupus] //============================================================ // -- Archer Guildsman -- payon_in02.gat,64,71,4 script Archer Guildsman 59,{ + callfunc "F_ToHigh",27,"High Archer",35,"Sniper",147,148,0,0,"Archer Guildsman"; mes "[Archer Guildsman]"; if(Class==Job_Novice && job_archer_q == 1) goto L_Check; mes "Good Day. How may I help you?"; |