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/quests/first_class/tu_ma_th01.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/quests/first_class/tu_ma_th01.txt')
-rw-r--r-- | npc/quests/first_class/tu_ma_th01.txt | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/npc/quests/first_class/tu_ma_th01.txt b/npc/quests/first_class/tu_ma_th01.txt index 72c1d4914..6bbe5c456 100644 --- a/npc/quests/first_class/tu_ma_th01.txt +++ b/npc/quests/first_class/tu_ma_th01.txt @@ -1,20 +1,18 @@ -//===== rAthena Script ======================================= -//= Theif Mage Quest Story Mode -//===== By: ================================================== +//===== Hercules Script ====================================== +//= Thief Mage Quest Story Mode +//===== By: ================================================== //= Fix up by Jukka -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= rAthena SVN (Testet in Trunk 88xx) -//===== Description: ========================================= -//= -//===== Additional Comments: ================================= +//===== Description: ========================================= +//= [Official Conversion] +//= Battle Traces from Thief and Magician training quests. +//===== Additional Comments: ================================= //= 1.0 Fully working //= 1.1 optimized [Lupus] -//= TODO: Test, Add correct misceffects numbers //= 1.2 Changed "battle_trace" to "Trace of Battle". [L0ne_W0lf] //= 1.3 Misc. updates. [L0ne_W0lf] -//============================================================ +//============================================================ // Battle Traces 1 //============================================================ @@ -32,7 +30,7 @@ moc_fild12,166,369,0 script Trace of Battle#1 844,{ mes "of acute dizziness overcomes"; mes "you after examining the scene.^000000"; set tu_thief01, 6; - sc_start SC_Poison,60000,0; + sc_start SC_POISON,60000,0; specialeffect EF_VENOMDUST2; close; } else if(tu_thief01 == 6){ @@ -40,7 +38,7 @@ moc_fild12,166,369,0 script Trace of Battle#1 844,{ mes "used in a battle. A feeling"; mes "of acute dizziness overcomes"; mes "you after examining the scene.^000000"; - sc_start SC_Poison,60000,0; + sc_start SC_POISON,60000,0; specialeffect EF_VENOMDUST2; close; } else if(tu_thief01 == 7){ @@ -1003,7 +1001,7 @@ moc_fild18,109,197,0 script Trace of Battle#15 844,{ mes "^3355FFBy sheer accident,"; mes "you set off one of"; mes "the traps in the area.^000000"; - sc_start SC_Poison,60000,0; + sc_start SC_POISON,60000,0; specialeffect EF_VENOMDUST2; percentheal -30,0; close; @@ -1157,7 +1155,7 @@ moc_fild18,109,197,0 script Trace of Battle#15 844,{ mes "^3355FFBy sheer accident,"; mes "you set off one of"; mes "the traps in the area.^000000"; - sc_start SC_Poison,60000,0; + sc_start SC_POISON,60000,0; specialeffect EF_VENOMDUST2; percentheal -30,0; close; |