From 52d7e8e4955572aff7d01f29f7b7b8032c779894 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 14 Apr 2008 22:28:30 +0000 Subject: Fixed bugreport:1337, bugreport:1355, bugreport:1361, and bugreport:1362. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12594 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/first_class/tu_ma_th01.txt | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'npc/quests') diff --git a/npc/quests/first_class/tu_ma_th01.txt b/npc/quests/first_class/tu_ma_th01.txt index 873ffdb8f..ce1b6e4bb 100644 --- a/npc/quests/first_class/tu_ma_th01.txt +++ b/npc/quests/first_class/tu_ma_th01.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Fix up by Jukka //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN (Testet in Trunk 88xx) //===== Description: ========================================= @@ -12,11 +12,12 @@ //= 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] //============================================================ //=================================================Battle Traces 1==================================================== -moc_fild12,166,369,0 script battle_traces#1 844,{ +moc_fild12,166,369,0 script Trace of Battle#1 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 5){ mes "^3355FFThere are traces of poison used in a battle. You can sense its power and decide that it would be safer not to get too close to it.^000000"; @@ -94,7 +95,7 @@ moc_fild12,173,215,0 script Battle Traces#2 844,{ } //=================================================Battle Traces 3==================================================== -moc_fild12,276,165,0 script battle_traces#3 844,{ +moc_fild12,276,165,0 script Trace of Battle#3 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 10){ mes "There are traces of several who have went by."; @@ -125,7 +126,7 @@ moc_fild12,276,165,0 script battle_traces#3 844,{ } //=================================================Battle Traces 4==================================================== -moc_fild11,39,163,0 script battle_traces#4 844,{ +moc_fild11,39,163,0 script Trace of Battle#4 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 11){ mes "There are traces of many that have gone by."; @@ -158,7 +159,7 @@ moc_fild11,39,163,0 script battle_traces#4 844,{ } //=================================================Battle Traces 5==================================================== -moc_fild11,205,52,0 script battle_traces#5 844,{ +moc_fild11,205,52,0 script Trace of Battle#5 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 12){ mes "There are traces of many that have gone by."; @@ -260,7 +261,7 @@ moc_fild11,205,52,0 script battle_traces#5 844,{ } //=================================================Battle Traces 6==================================================== -moc_fild11,226,235,0 script battle_traces#6 844,{ +moc_fild11,226,235,0 script Trace of Battle#6 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 13){ mes "There are traces of many that have gone by."; @@ -283,7 +284,7 @@ moc_fild11,226,235,0 script battle_traces#6 844,{ } //=================================================Battle Traces 7==================================================== -moc_fild11,184,342,0 script battle_traces#7 844,{ +moc_fild11,184,342,0 script Trace of Battle#7 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 13){ mes "There are traces of several that have stopped by."; @@ -306,7 +307,7 @@ moc_fild11,184,342,0 script battle_traces#7 844,{ } //=================================================Battle Traces 8==================================================== -moc_fild17,213,358,0 script battle_traces#8 844,{ +moc_fild17,213,358,0 script Trace of Battle#8 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 13){ mes "There are traces of about two people that stopped by."; @@ -337,7 +338,7 @@ moc_fild17,213,358,0 script battle_traces#8 844,{ } //=================================================Battle Traces 9==================================================== -moc_fild17,228,274,0 script battle_traces#9 844,{ +moc_fild17,228,274,0 script Trace of Battle#9 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 14){ mes "There are traces of a small battle."; @@ -396,7 +397,7 @@ moc_fild17,228,274,0 script battle_traces#9 844,{ } //=================================================Battle Traces 10==================================================== -moc_fild17,34,292,0 script battle_traces#10 844,{ +moc_fild17,34,292,0 script Trace of Battle#10 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 16){ mes "A large group of people seem to have gone by."; @@ -427,7 +428,7 @@ moc_fild17,34,292,0 script battle_traces#10 844,{ } //=================================================Battle Traces 11==================================================== -moc_fild18,346,296,0 script battle_traces#11 844,{ +moc_fild18,346,296,0 script Trace of Battle#11 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 17){ mes "A large group of people seem to have gone by."; @@ -458,7 +459,7 @@ moc_fild18,346,296,0 script battle_traces#11 844,{ } //=================================================Battle Traces 12==================================================== -moc_fild18,309,257,0 script battle_traces#12 844,{ +moc_fild18,309,257,0 script Trace of Battle#12 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 18){ mes "A large group of people seem to have gone by."; @@ -489,7 +490,7 @@ moc_fild18,309,257,0 script battle_traces#12 844,{ } //=================================================Battle Traces 13==================================================== -moc_fild18,177,333,0 script battle_traces#13 844,{ +moc_fild18,177,333,0 script Trace of Battle#13 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 19){ mes "A large group of people seem to have gone by."; @@ -520,7 +521,7 @@ moc_fild18,177,333,0 script battle_traces#13 844,{ } //=================================================Battle Traces 14==================================================== -moc_fild18,111,303,0 script battle_traces#14 844,{ +moc_fild18,111,303,0 script Trace of Battle#14 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 20){ mes "A large group of people seem to have gone by."; @@ -551,7 +552,7 @@ moc_fild18,111,303,0 script battle_traces#14 844,{ } //=================================================Battle Traces 15==================================================== -moc_fild18,109,197,0 script battle_traces#15 844,{ +moc_fild18,109,197,0 script Trace of Battle#15 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 21){ mes "A large group of people seem to have gone by."; @@ -713,7 +714,7 @@ moc_fild18,109,197,0 script battle_traces#15 844,{ } //=================================================Battle Traces 16==================================================== -moc_fild18,156,96,0 script battle_traces#16 844,{ +moc_fild18,156,96,0 script Trace of Battle#16 844,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 25){ mes "A large group of people seem to have gone by."; -- cgit v1.2.3-70-g09d2