summaryrefslogtreecommitdiff
path: root/npc/jobs/1-1e/taekwon.txt
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-11-03 08:15:05 -0200
committershennetsind <ind@henn.et>2014-11-03 08:15:05 -0200
commitbee4c9d36f4a27e39cc76dc5d6c5f876ed44a678 (patch)
tree79f9aec5171e8aed2d701bf67167f260e05f41db /npc/jobs/1-1e/taekwon.txt
parent239d480487e24294975f35ed55f210837ad1088e (diff)
parentce3f4bfbe016ea69c855146667ba9bd9e0e2e221 (diff)
downloadhercules-bee4c9d36f4a27e39cc76dc5d6c5f876ed44a678.tar.gz
hercules-bee4c9d36f4a27e39cc76dc5d6c5f876ed44a678.tar.bz2
hercules-bee4c9d36f4a27e39cc76dc5d6c5f876ed44a678.tar.xz
hercules-bee4c9d36f4a27e39cc76dc5d6c5f876ed44a678.zip
Merge branch 'master' of github.com:HerculesWS/Hercules
Signed-off-by: shennetsind <ind@henn.et> Conflicts: src/map/battle.c
Diffstat (limited to 'npc/jobs/1-1e/taekwon.txt')
-rw-r--r--npc/jobs/1-1e/taekwon.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/jobs/1-1e/taekwon.txt b/npc/jobs/1-1e/taekwon.txt
index 6403c2648..dd088790d 100644
--- a/npc/jobs/1-1e/taekwon.txt
+++ b/npc/jobs/1-1e/taekwon.txt
@@ -102,7 +102,7 @@ payon,157,141,5 script Phoenix#TKJobChange 4_M_MONK,{
mes "training as a Novice. Very good. Then let us prepare for your";
mes "spiritual training. Take a deep";
mes "breath, speak to me when ready.";
- set TK_Q, 2;
+ TK_Q = 2;
setquest 6001;
close;
}
@@ -112,8 +112,8 @@ payon,157,141,5 script Phoenix#TKJobChange 4_M_MONK,{
mes "true potential without integrating mind and body. Go, gain ^FF00001 more";
mes "Base Level^000000, and then return.";
next;
- set TAEK_Q, BaseLevel;
- set TK_Q, 1;
+ TAEK_Q = BaseLevel;
+ TK_Q = 1;
setquest 6000;
mes "[Phoenix]";
mes "I understand this is not an";
@@ -136,7 +136,7 @@ payon,157,141,5 script Phoenix#TKJobChange 4_M_MONK,{
switch(TK_Q) {
case 1:
if(BaseLevel > TAEK_Q) {
- set TK_Q, 2;
+ TK_Q = 2;
changequest 6000,6001;
mes "[Phoenix]";
mes "Good. I sense that you";
@@ -331,7 +331,7 @@ payon,157,141,5 script Phoenix#TKJobChange 4_M_MONK,{
mes "we have discussed for a little";
mes "while. When your mind is calm,";
mes "come and speak to me.";
- set TK_Q, 3;
+ TK_Q = 3;
changequest 6001,6002;
close;
case 3: