diff options
author | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
---|---|---|
committer | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
commit | e3afdc2af4c5e50c79237ee092e25f39b7428e47 (patch) | |
tree | 20cfd05dd6fc2e3e53173ef059f045cee1526d58 /npc/pre-re/quests/collection/quest_disguiseloliruri.txt | |
parent | 491892212d338903179909b89a5bfc2385e52261 (diff) | |
download | hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.gz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.bz2 hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.xz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.zip |
Update to last rAthena npc.
Fix some typos
change sc_bleeding to -> sc_blooding
Updated RE EXP for quests_brasilis.txt
Diffstat (limited to 'npc/pre-re/quests/collection/quest_disguiseloliruri.txt')
-rw-r--r-- | npc/pre-re/quests/collection/quest_disguiseloliruri.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/npc/pre-re/quests/collection/quest_disguiseloliruri.txt b/npc/pre-re/quests/collection/quest_disguiseloliruri.txt index 42ff4800c..1b6f37e28 100644 --- a/npc/pre-re/quests/collection/quest_disguiseloliruri.txt +++ b/npc/pre-re/quests/collection/quest_disguiseloliruri.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= iRO Repeatable EXP Quests. //===== By: ================================================== //= Masao //===== Current Version: ===================================== //= 1.0 -//===== Compatible With: ===================================== -//= rAthena SVN //===== Description: ========================================= //= Custom Version. //= Repeatable EXP Quest : Kill 50 Disguise or Loli Ruri. @@ -109,7 +107,7 @@ nif_fild02,332,327,4 script Deadman 795,{ next; switch(select("Disguise:Loli Ruri:Cancel")) { case 1: - if(BaseLevel > 90){ + if (BaseLevel > 90) { mes "[Deadman]"; mes "Thank you for your great help with the Disguise!"; mes "Currently the Situation is stable and i'm not in need of your help anymore to kill them."; @@ -120,7 +118,7 @@ nif_fild02,332,327,4 script Deadman 795,{ setquest 60173; close; case 2: - if(BaseLevel > 98){ + if (BaseLevel > 98) { mes "[Deadman]"; mes "Thank you for your great help with the Loli Ruri!"; mes "Currently the Situation is stable and i'm not in need of your help anymore to kill them."; |