summaryrefslogtreecommitdiff
path: root/npc/001-1/enora.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/enora.txt')
-rw-r--r--npc/001-1/enora.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index 73e81422..d676407f 100644
--- a/npc/001-1/enora.txt
+++ b/npc/001-1/enora.txt
@@ -90,7 +90,7 @@
l("Try doing that now!");
switch (select(l("Okay, but there won't be any explosions."),
- lg("Don't get too excited about it...")))
+ l("Don't get too excited about it...")))
{
case 1:
narrator S_FIRST_BLANK_LINE | S_LAST_NEXT,
@@ -122,8 +122,8 @@
.@exp_reward = getarg(0);
.@zeny_reward = getarg(1);
- getexp .@exp_reward, 0;
- Zeny += .@zeny_reward;
+ quest_xp(.maxLevel, .@exp_reward);
+ quest_gp(.maxLevel, .@zeny_reward);
narrator S_LAST_NEXT,
l("You received @@ EXP and @@ E.", .@exp_reward, .@zeny_reward);
@@ -136,7 +136,7 @@
function enora_first_quest {
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("You probably don't have much business in this city as you don't remember who you are."),
- lg("So I was going to ask if maybe you would be interested in giving me a hand with a few errands.");
+ l("So I was going to ask if maybe you would be interested in giving me a hand with a few errands.");
switch (select(l("I guess so. What's in it for me?"),
l("Of course! What do you need?")))
@@ -348,7 +348,7 @@
function enora_paid_potions {
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- lg("Are you sure that these are my potions?");
+ l("Are you sure that these are my potions?");
if (askyesno() == ASK_YES)
{
@@ -363,7 +363,7 @@
{
speech S_LAST_NEXT,
l("Hey! You must be @@.", strcharinfo(0)),
- lg("Julia told me how they found you in the sea, on a raft with a logo of..."),
+ l("Julia told me how they found you in the sea, on a raft with a logo of..."),
l("...I mean log! Made of log!"),
l("I also heard you lost all your memories? That's a shame."),
l("I'm sure you would have some interesting stories to tell!");
@@ -443,8 +443,8 @@
close;
OnInit:
- .bodytype = BODYTYPE_2;
.distance = 5;
+ .maxLevel = 20;
end;
}