summaryrefslogtreecommitdiff
path: root/npc/007-1/dracoula.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-22 00:14:16 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-22 00:14:16 -0300
commitf53d4ab581f4eb61577985da181b679331e999e7 (patch)
tree234d2e9315e5be232d240dd22db5144977dcaa34 /npc/007-1/dracoula.txt
parentb0ae6f4ea46eb6d2c410c8dd134f57c605a7fa4e (diff)
downloadserverdata-f53d4ab581f4eb61577985da181b679331e999e7.tar.gz
serverdata-f53d4ab581f4eb61577985da181b679331e999e7.tar.bz2
serverdata-f53d4ab581f4eb61577985da181b679331e999e7.tar.xz
serverdata-f53d4ab581f4eb61577985da181b679331e999e7.zip
Corrections
Diffstat (limited to 'npc/007-1/dracoula.txt')
-rw-r--r--npc/007-1/dracoula.txt33
1 files changed, 18 insertions, 15 deletions
diff --git a/npc/007-1/dracoula.txt b/npc/007-1/dracoula.txt
index e62207c2a..e45135cb1 100644
--- a/npc/007-1/dracoula.txt
+++ b/npc/007-1/dracoula.txt
@@ -7,11 +7,11 @@
// Variable:
// MineQuest_Dracoula
-007-1,165,99,0 script Dracoula NPC_ELVEN_FEMALE,{
+007-1,165,99,0 script Dracoula NPC_UKAR_F,{
mesn;
mesq lg("Hello adventurer! Are you lost?");
next;
- mesq l("This is not a place for unexperimpented people!");
+ mesq l("This is not a place for non-experimented people!");
next;
mesq l("Mine exit is top left!");
if (BaseLevel >= 15) goto L_Menu;
@@ -22,9 +22,9 @@ L_Menu:
mesq l("But as you're here now, could you do me a favour?");
mes "";
menu
- l("Hum, Which type of favor?."),L_Quest,
- l("Can I found a mana source here?"),L_Mana,
- l("Can I become miner?"),L_Miner,
+ l("Hum, Which type of favor?"),L_Quest,
+ l("Can I find a mana source here?"),L_Mana,
+ l("Can I become a miner?"),L_Miner,
l("No, thanks. I gonna leave this place."),L_Close;
L_Quest:
@@ -38,6 +38,7 @@ L_Quest:
next;
if (.@q == 0) goto L_Continue;
if (.@q == 1 && gettimetick(2) >= getq2(MineQuest_Dracoula) + 60 * 60 * 23) setq1 MineQuest_Dracoula, 2; // Repats every 23 hours
+ .@q=getq(MineQuest_Dracoula); // Fix it
if (.@q == 2) goto L_Repeat;
mesn;
mesq l("But come back in a few hours, I didn't lost all @@!", getitemlink(BatTeeth));
@@ -51,23 +52,23 @@ L_Continue:
l("Haha, Nice, but how do you do that?"), L_Next;
L_Next:
- mesq l("I disguise myself into a giant mutated bat but everytime i break or lose my fake teeth.");
+ mesq l("I disguise myself into a giant mutated bat, but every time I break or lose my fake teeth.");
next;
- mesq l("I usually ask adventurers for 11 @@, but new miners should arrive soon. I need to make them cry!", getitemlink(BatTeeth));
+ mesq l("I usually ask adventurers for 11 @@, but new miners should be arriving soon. I need to make them cry!", getitemlink(BatTeeth));
next;
- mesq l("Could be nice, if you can bring me 20 @@,", getitemlink(BatTeeth));
+ mesq l("So it could be nice, if you could bring me 20 @@,", getitemlink(BatTeeth));
mes "";
menu
- rif(countitem(BatTeeth) >= 20, l("Hey! I already get them!")), L_Finish,
+ rif(countitem(BatTeeth) >= 20, l("Hey! I already got them!")), L_Finish,
l("I'll get to it."), L_Close;
close; // double sure
L_Repeat:
mesn;
if (getequipid(EQI_HEAD_TOP) != 0)
- mesq l("Oh its you @@, I did not recognize you with your hat!", strcharinfo(0));
+ mesq l("Oh it's you @@, I did not recognize you with your hat!", strcharinfo(0));
else
- mesq l("Oh its you @@, I did not recognize you without a hat!", strcharinfo(0));
+ mesq l("Oh it's you @@, I did not recognize you without a hat!", strcharinfo(0));
next;
mesq l("Do you have an extra of 11 @@ for me?", getitemlink(BatTeeth));
mes "";
@@ -95,7 +96,7 @@ L_Finish2:
setq MineQuest_Dracoula, 1, gettimetick(2);
mes "";
mesn;
- mesq l("So COOL Thanks! Come back later to bring me extra @@!", getitemlink(BatTeeth));
+ mesq l("So COOL, thanks! Come back later to bring me extra @@!", getitemlink(BatTeeth));
close;
L_Mana:
@@ -110,10 +111,11 @@ L_Mana:
mesq l("If one of us found a Mana stone. They would become rich!");
next;
mesn;
- mesq l("Twelve times more if it is an ellusive Mana Fragment no one knows where they are!");
+ mesq l("Twelve times more if it is an elusive Mana Fragment no one knows where they are!");
next;
mesn;
- mesq l("That it is.");
+ mesq l("That is.");
+ next;
goto L_Menu;
L_Miner:
@@ -123,6 +125,7 @@ L_Miner:
next;
mesn;
mesq l("He is the Miners leader.");
+ next;
goto L_Menu;
L_Close:
@@ -139,7 +142,7 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRSTYLE, 7);
setunitdata(.@npcId, UDT_HAIRCOLOR, 8);
- .sex = G_MALE;
+ .sex = G_FEMALE;
.distance = 4;
end;