diff options
Diffstat (limited to 'npc/jobs/2-1a/Sniper.txt')
-rw-r--r-- | npc/jobs/2-1a/Sniper.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/2-1a/Sniper.txt b/npc/jobs/2-1a/Sniper.txt index c7060cdf6..893dc3a2d 100644 --- a/npc/jobs/2-1a/Sniper.txt +++ b/npc/jobs/2-1a/Sniper.txt @@ -15,7 +15,7 @@ valkyrie,44,55,5 script Sniper#Valkyrie 4_F_JOB_HUNTER,{ if (ADVJOB == 0 || Upper != 1) { - set .@karma_d,rand(1,10); + .@karma_d = rand(1,10); if (.@karma_d > 4) { mes "[Sniper]"; mes "Congratulations."; @@ -57,7 +57,7 @@ valkyrie,44,55,5 script Sniper#Valkyrie 4_F_JOB_HUNTER,{ close; } jobchange Job_Sniper; - set ADVJOB,0; + ADVJOB = 0; mes "[Sniper]"; mes "Congratulations!"; mes "As a Sniper, I hope"; |