From c03094034f5338016221775bce4b39a0e9b75ee6 Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 13 May 2014 18:15:14 +0200 Subject: Removed trailing whitespace (scripts) Signed-off-by: Haru --- npc/events/MemorialDay_2008.txt | 4 ++-- npc/events/StPatrick_2008.txt | 8 ++++---- npc/events/event_skill_reset.txt | 6 +++--- npc/events/god_se_festival.txt | 2 +- npc/events/idul_fitri.txt | 2 +- npc/events/nguild/nguild_guardians.txt | 2 +- npc/events/nguild/nguild_treas.txt | 2 +- npc/events/nguild/nguild_warper.txt | 6 +++--- npc/events/twintowers.txt | 2 +- npc/events/valentinesday_2012.txt | 2 +- npc/events/whiteday.txt | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) (limited to 'npc/events') diff --git a/npc/events/MemorialDay_2008.txt b/npc/events/MemorialDay_2008.txt index 2b60a8a82..2c64c5b75 100644 --- a/npc/events/MemorialDay_2008.txt +++ b/npc/events/MemorialDay_2008.txt @@ -232,7 +232,7 @@ prontera,153,286,4 script Memorial Plaque#Memorial 4_BOARD3,{ mes "-I may not have gone where I intended to go,-"; mes "-but I think I have ended up where I needed to be.-"; mes "- Douglas Adams.-"; - if (Memorial08 == 9) { + if (Memorial08 == 9) { getexp 93750,43750; } next; @@ -242,7 +242,7 @@ prontera,153,286,4 script Memorial Plaque#Memorial 4_BOARD3,{ mes "-It is not the urge to surpass all others at whatever cost,-"; mes "- but the urge to serve others at whatever cost. -"; mes "- Arthur Ashe -"; - if (Memorial08 == 9) { + if (Memorial08 == 9) { getexp 93750,43750; set Memorial08,10; } diff --git a/npc/events/StPatrick_2008.txt b/npc/events/StPatrick_2008.txt index 92408c54a..c1816374f 100644 --- a/npc/events/StPatrick_2008.txt +++ b/npc/events/StPatrick_2008.txt @@ -13,7 +13,7 @@ //= you must use the mob edits provided for this quest. //= Enable in mob_db2.txt //= -//= The item 12715 Black_Treasure_Chest contains a script +//= The item 12715 Black_Treasure_Chest contains a script //= that relies explicitly on this script being loaded. //= Remove the "end" from the item script to enable. //= In addition to that, you must enable the item_avail @@ -170,7 +170,7 @@ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 4_M_PATRICK,{ mes "[O'Riley the Leprechaun]"; mes "Thank you. Here's your ale~"; if (countitem(7915) >= 10) { - getitem 12135,1; + getitem 12135,1; delitem 7915,10; } close; @@ -178,7 +178,7 @@ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 4_M_PATRICK,{ mes "[O'Riley the Leprechaun]"; mes "Thank you. Here's your ale~"; if (countitem(7916) >= 5) { - getitem 12135,1; + getitem 12135,1; delitem 7916,5; } close; @@ -186,7 +186,7 @@ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 4_M_PATRICK,{ mes "[O'Riley the Leprechaun]"; mes "Thank you. Here's your ale~"; if (countitem(7720) >= 1) { - getitem 12135,1; + getitem 12135,1; delitem 7720,1; } close; diff --git a/npc/events/event_skill_reset.txt b/npc/events/event_skill_reset.txt index af1b387f2..718fe2e0e 100644 --- a/npc/events/event_skill_reset.txt +++ b/npc/events/event_skill_reset.txt @@ -58,7 +58,7 @@ yuno,138,187,4 script Hypnotist Teacher 4_F_TELEPORTER,{ mes @npcname$; mes "You know where to find me,"; - mes "if you ever want a reset!!"; + mes "if you ever want a reset!!"; close; L_Info: @@ -80,10 +80,10 @@ L_Info: L_Reset: mes @npcname$; mes "Before skill reset in starting."; - mes "You shall have to first tell me your Base Level."; + mes "You shall have to first tell me your Base Level."; next; mes "^D5A500[" + strcharinfo(0) + "]^000000"; - mes "My Base level is ^AA00AALevel " + BaseLevel + "BaseLv.^000000"; + mes "My Base level is ^AA00AALevel " + BaseLevel + "BaseLv.^000000"; next; set @zeny,BaseLevel*20000; mes @npcname$; diff --git a/npc/events/god_se_festival.txt b/npc/events/god_se_festival.txt index 4712d6fd7..54bf2b6d3 100644 --- a/npc/events/god_se_festival.txt +++ b/npc/events/god_se_festival.txt @@ -6,7 +6,7 @@ //= 1.1 //===== Description: ========================================= //= [Official Conversion] -//= Post-God Item SE Creation Summoning Event +//= Post-God Item SE Creation Summoning Event //= Second Sister is a custom translation. //===== Additional Comments: ================================= //= 1.0 First version. [L0ne_W0lf] diff --git a/npc/events/idul_fitri.txt b/npc/events/idul_fitri.txt index 65964234a..97d018f0a 100644 --- a/npc/events/idul_fitri.txt +++ b/npc/events/idul_fitri.txt @@ -39,7 +39,7 @@ prontera,146,92,3 script Cellerb 1_M_MERCHANT,{ mes "^000088~2 Green Herb, 5 Stem~.^000000"; next; mes "[Staff Idul Fitri]"; - if ( (countitem(552)<5 || countitem(515)<5 ||countitem(516)<5 || countitem(517)<10 || countitem(511)<2 || countitem(905)<5) ) { + if ( (countitem(552)<5 || countitem(515)<5 ||countitem(516)<5 || countitem(517)<10 || countitem(511)<2 || countitem(905)<5) ) { mes "You don't have enough items."; mes "Come back when you have them all."; close; diff --git a/npc/events/nguild/nguild_guardians.txt b/npc/events/nguild/nguild_guardians.txt index 3a34259c2..3b2a7088b 100644 --- a/npc/events/nguild/nguild_guardians.txt +++ b/npc/events/nguild/nguild_guardians.txt @@ -53,7 +53,7 @@ OnGuardianDied: nguild_pay,139,139,0 script Guardian_N03 -1,{ OnAgitInit: if (getcastledata("nguild_pay",10) == 1) guardian "nguild_pay",210,120,"Soldier Guardian",1287,"Guardian_N03::OnGuardianDied",0; - if (getcastledata("nguild_pay",11) == 1) guardian "nguild_pay",69,26,"Soldier Guardian",1287,"Guardian_N03::OnGuardianDied",1; + if (getcastledata("nguild_pay",11) == 1) guardian "nguild_pay",69,26,"Soldier Guardian",1287,"Guardian_N03::OnGuardianDied",1; if (getcastledata("nguild_pay",12) == 1) guardian "nguild_pay",23,141,"Soldier Guardian",1287,"Guardian_N03::OnGuardianDied",2; if (getcastledata("nguild_pay",13) == 1) guardian "nguild_pay",224,87,"Archer Guardian",1285,"Guardian_N03::OnGuardianDied",3; if (getcastledata("nguild_pay",14) == 1) guardian "nguild_pay",81,45,"Archer Guardian",1285,"Guardian_N03::OnGuardianDied",4; diff --git a/npc/events/nguild/nguild_treas.txt b/npc/events/nguild/nguild_treas.txt index fe5512835..750eab88a 100644 --- a/npc/events/nguild/nguild_treas.txt +++ b/npc/events/nguild/nguild_treas.txt @@ -48,7 +48,7 @@ function script F_GldTreas { } //============================================================== -// Treasure Room Switch +// Treasure Room Switch //=============================================================== function script F_GldTreasSw { mes " "; diff --git a/npc/events/nguild/nguild_warper.txt b/npc/events/nguild/nguild_warper.txt index 61541d096..6ad9d02ab 100644 --- a/npc/events/nguild/nguild_warper.txt +++ b/npc/events/nguild/nguild_warper.txt @@ -11,10 +11,10 @@ //= dungeons. And 2nd Classes can't seize these Castles. //= These new castles need a new strategy. It would bring some //= fun and live to your game. -//= NOTE: If your Guild Master is 2nd class, then he could +//= NOTE: If your Guild Master is 2nd class, then he could //= rule the Castles and gather Treasure Boxes after WoE //= 1.1 Now 2nd classes can't enter NC place at all -//= 1.2 Restricted access of SG/SL. On warp clear some +//= 1.2 Restricted access of SG/SL. On warp clear some //= unallowed buffs [Lupus] //= 1.3 Restricted TK,High classes >=90 BaseLevel, //= updated list of unallowed buffs [Lupus] @@ -30,7 +30,7 @@ prontera,146,163,6 script Novice Castles 4_F_NOVICE,{ mes "[Cita]"; if (!getcharid(2)) { mes "^FF0000You have to enter a guild to be able to hit Emperium!^000000"; - } else if (getgdskilllv(getcharid(2),10013) || + } else if (getgdskilllv(getcharid(2),10013) || (getgdskilllv(getcharid(2),10000) + getgdskilllv(getcharid(2),10001) + getgdskilllv(getcharid(2),10002) + diff --git a/npc/events/twintowers.txt b/npc/events/twintowers.txt index 7745adb9b..524351661 100644 --- a/npc/events/twintowers.txt +++ b/npc/events/twintowers.txt @@ -32,7 +32,7 @@ prontera,146,92,4 script Twin Towers#tt1::Twin-Towers TW_TOWER,{ menu "I shall accept your offer.",YES,"I'll ask for your service next time.",NO; NO: - mes "[Twin Towers]"; + mes "[Twin Towers]"; mes "Er, what a pity. Traveling by yourself is still the best evidence of adventure."; mes "Isn't this proving that you are still young?"; mes "We respect brave hearts like this"; diff --git a/npc/events/valentinesday_2012.txt b/npc/events/valentinesday_2012.txt index fc328712d..2d74cb1a5 100644 --- a/npc/events/valentinesday_2012.txt +++ b/npc/events/valentinesday_2012.txt @@ -114,7 +114,7 @@ mosk_in,21,244,3 script Baker Extraordinaire 4_M_NOVELIST,{ mes .@n$; mes "Bring 15 Love Flowers to Pinkamenia!"; close; - } else if(#V_QUE12==1) { + } else if(#V_QUE12==1) { mes .@n$; if (getequipid(1) == 5024 && getequiprefinerycnt(1) >= 8) { mes "Ah, so Pinkamenia told you"; diff --git a/npc/events/whiteday.txt b/npc/events/whiteday.txt index 4cb6a3815..ac76c52a5 100644 --- a/npc/events/whiteday.txt +++ b/npc/events/whiteday.txt @@ -59,7 +59,7 @@ L0_2: goto L_INPUT; L0_3: set @maplePrice,2000; - set @mapleItemID,538; + set @mapleItemID,538; mes "[Sugar]"; mes "It is a well baked cookie, and the price is"; mes "2000 Zeny each."; -- cgit v1.2.3-60-g2f50