diff options
Diffstat (limited to 'npc/jobs/2-2/rogue.txt')
-rw-r--r-- | npc/jobs/2-2/rogue.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/npc/jobs/2-2/rogue.txt b/npc/jobs/2-2/rogue.txt index f29337fe1..1e1cf0569 100644 --- a/npc/jobs/2-2/rogue.txt +++ b/npc/jobs/2-2/rogue.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2.4 +//= 2.4a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //===== Additional Comments: ================================= //= 2.4 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] //= No longer uses function "F_BlockHigh" +//= 2.4a Deleted unused variables. [Samuray22] //============================================================ morocc,100,104,1 script Thug#rg 118,{ @@ -967,7 +968,6 @@ OnTouch: mes "Who would dare"; mes "intrude my territory?"; next; - set rogue_t,0; switch(select("My father:Aragham:Aragon:Legolas")) { case 1: mes "[" + strcharinfo(0) + "]"; @@ -1038,8 +1038,6 @@ OnTouch: mes "Who would dare"; mes "intrude my territory?"; next; - set name,PcName; - set rogue_t,0; switch(select("My father:Aragham:Aragon:Legolas")) { case 1: mes "[" + strcharinfo(0) + "]"; @@ -1110,8 +1108,6 @@ OnTouch: mes "Who would dare"; mes "intrude my territory?"; next; - set name,PcName; - set rogue_t,0; switch(select("Anntonio:Aragham:Antonio:Hollgrehenn")) { case 1: mes "[" + strcharinfo(0) + "]"; |