summaryrefslogtreecommitdiff
path: root/npc/quests/skills/novice_skills.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-10-26 05:00:08 +0100
committerHaru <haru@dotalux.com>2014-11-02 01:36:51 +0100
commit54604096ac53398778a5481613061216fe47e5bc (patch)
tree4d9982857e3bd9ee7eab839cc743cb6f3e9dc7f3 /npc/quests/skills/novice_skills.txt
parent46fbbaabefa29df1378ae68b7f063dbc64846042 (diff)
downloadhercules-54604096ac53398778a5481613061216fe47e5bc.tar.gz
hercules-54604096ac53398778a5481613061216fe47e5bc.tar.bz2
hercules-54604096ac53398778a5481613061216fe47e5bc.tar.xz
hercules-54604096ac53398778a5481613061216fe47e5bc.zip
Replaced 'set' with direct assignment where applicable (quests subfolders)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/skills/novice_skills.txt')
-rw-r--r--npc/quests/skills/novice_skills.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/quests/skills/novice_skills.txt b/npc/quests/skills/novice_skills.txt
index c7512b38b..4e688f639 100644
--- a/npc/quests/skills/novice_skills.txt
+++ b/npc/quests/skills/novice_skills.txt
@@ -76,7 +76,7 @@ prt_in,234,133,4 script Nami 1_F_01,{
mes "If you go and find these items, ";
mes "I will be happy to teach you this skill.";
mes "Well, I will be awaiting your return.";
- set skill_nov,1;
+ skill_nov = 1;
close;
case 1:
mes "[Nami]";
@@ -136,7 +136,7 @@ prt_in,234,133,4 script Nami 1_F_01,{
mes "Presto !!";
next;
skill "NV_FIRSTAID",1,0;
- set skill_nov,3;
+ skill_nov = 3;
mes "[Nami]";
mes "Yes yes, that's right!";
mes "Now that you have this";
@@ -282,7 +282,7 @@ prt_in,73,87,4 script Chivalry Member 1_M_YOUNGKNIGHT,{
mes "If you are late, you have to do it again! !";
mes "Now GO ! GO ! GO !";
mes "Run ~~~~~!!!!";
- set skill_nov, 4;
+ skill_nov = 4;
close;
case 4:
mes "[Bulma]";
@@ -310,7 +310,7 @@ prt_in,73,87,4 script Chivalry Member 1_M_YOUNGKNIGHT,{
mes "use this skill as you see fit.";
mes " ' Play Dead ' ";
mes "Okay okay, See you around ! ! !";
- set skill_nov,6;
+ skill_nov = 6;
delitem 7039,1; //Novice_Nametag
skill "NV_TRICKDEAD",1,0;
close;
@@ -330,7 +330,7 @@ prt_in,73,87,4 script Chivalry Member 1_M_YOUNGKNIGHT,{
mes "In order for you to have another chance,";
mes "you must start from the beginning. . .";
mes "Do it right this time ! ! ! !";
- set skill_nov,4;
+ skill_nov = 4;
close;
}
}
@@ -413,7 +413,7 @@ prt_castle,175,146,4 script Nursing Instructor 1_M_04,{
mes "go and get killed, be careful. -";
next;
mes "^3355FF- Got 1 Sterilized Bandages -^000000";
- set skill_nov,2;
+ skill_nov = 2;
close;
case 2:
mes "[Dread Lord]";
@@ -441,7 +441,7 @@ prt_castle,175,146,4 script Nursing Instructor 1_M_04,{
mes "-woosh - *storms away*";
next;
mes "^3355FF- Got 1 Newbie Tag -^000000";
- set skill_nov,5;
+ skill_nov = 5;
getitem 7039,1; //Novice_Nametag
close;
}