summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-07 10:35:58 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-07 10:35:58 -0300
commit68ccfbfa4b47712bbc01568e83c3e41cdd2caa8c (patch)
tree18f1b16d7a79b37853731b02dcba84c8cebf3e29
parent3f1a21bd4530ccf2932a85b4e3fa9d1201704dae (diff)
downloadserverdata-68ccfbfa4b47712bbc01568e83c3e41cdd2caa8c.tar.gz
serverdata-68ccfbfa4b47712bbc01568e83c3e41cdd2caa8c.tar.bz2
serverdata-68ccfbfa4b47712bbc01568e83c3e41cdd2caa8c.tar.xz
serverdata-68ccfbfa4b47712bbc01568e83c3e41cdd2caa8c.zip
Faulty Update
-rw-r--r--npc/007-1/caelum.txt2
-rw-r--r--npc/007-1/dracoula.txt2
-rw-r--r--npc/007-1/pylon.txt2
-rw-r--r--npc/007-1/torches.txt10
-rw-r--r--npc/007-1/tycoon.txt2
-rw-r--r--npc/007-1/zarkor.txt2
6 files changed, 10 insertions, 10 deletions
diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt
index a4060652d..130a32ec5 100644
--- a/npc/007-1/caelum.txt
+++ b/npc/007-1/caelum.txt
@@ -8,7 +8,7 @@
// Caelum Miner, main author Skydragon Caelum mean Sky in Latin.
// id:193 MineQuests_Caelum
-007-1,138,49,0 script Caelum NPC_PLAYER,{
+007-1,143,49,0 script Caelum NPC_PLAYER,{
.@Miner = getq(MineQuests_Caelum);
if (BaseLevel < 28) goto L_TooWeak;
if (.@Miner == 1) goto L_Check;
diff --git a/npc/007-1/dracoula.txt b/npc/007-1/dracoula.txt
index b1dfb212e..d7eebbec6 100644
--- a/npc/007-1/dracoula.txt
+++ b/npc/007-1/dracoula.txt
@@ -7,7 +7,7 @@
// Variable:
// MineQuest_Dracoula
-007-1,165,99,0 script Dracoula NPC_UKAR_F,{
+007-1,170,99,0 script Dracoula NPC_UKAR_F,{
mesn;
mesq lg("Hello adventurer! Are you lost?");
next;
diff --git a/npc/007-1/pylon.txt b/npc/007-1/pylon.txt
index f514a4d7c..c68e3763a 100644
--- a/npc/007-1/pylon.txt
+++ b/npc/007-1/pylon.txt
@@ -9,7 +9,7 @@
// Reference:
// https://fr.wikipedia.org/wiki/Pilon#Objets not Epiphysis !
-007-1,42,44,0 script Pylon NPC_PLAYER,{
+007-1,47,44,0 script Pylon NPC_PLAYER,{
mesn;
mesq l("Hello, I'm Pylon!");
diff --git a/npc/007-1/torches.txt b/npc/007-1/torches.txt
index f2434939b..0dff30ac1 100644
--- a/npc/007-1/torches.txt
+++ b/npc/007-1/torches.txt
@@ -86,7 +86,7 @@ L_Empty:
}
-007-1,166,145,0 script Torch#1 NPC_NO_SPRITE,{
+007-1,171,145,0 script Torch#1 NPC_NO_SPRITE,{
@torch = 1;
.@q = getq(TulimsharQuest_DarkInvocator);
if (.@q == 5) {
@@ -102,7 +102,7 @@ OnInit:
end;
}
-007-1,65,116,0 script Torch#2 NPC_NO_SPRITE,{
+007-1,70,116,0 script Torch#2 NPC_NO_SPRITE,{
@torch = 2;
.@q = getq(TulimsharQuest_DarkInvocator);
if (.@q == 5) {
@@ -115,7 +115,7 @@ OnInit:
end;
}
-007-1,62,133,0 script Torch#3 NPC_NO_SPRITE,{
+007-1,67,133,0 script Torch#3 NPC_NO_SPRITE,{
@torch = 3;
.@q = getq(TulimsharQuest_DarkInvocator);
if (.@q == 5) {
@@ -127,7 +127,7 @@ OnInit:
.distance = 1;
end;
}
-007-1,35,125,0 script Torch#4 NPC_NO_SPRITE,{
+007-1,40,125,0 script Torch#4 NPC_NO_SPRITE,{
@torch = 4;
.@q = getq(TulimsharQuest_DarkInvocator);
if (.@q == 5) {
@@ -139,7 +139,7 @@ OnInit:
.distance = 1;
end;
}
-007-1,139,24,0 script Torch#5 NPC_NO_SPRITE,{
+007-1,144,24,0 script Torch#5 NPC_NO_SPRITE,{
@torch = 5;
.@q = getq(TulimsharQuest_DarkInvocator);
if (.@q == 5) {
diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt
index 54be061ba..58e417530 100644
--- a/npc/007-1/tycoon.txt
+++ b/npc/007-1/tycoon.txt
@@ -31,7 +31,7 @@
// 14: Completed Black Scorpion Quest - 12 000 EXP 5 000 GP
// 15: Finished all trainment
-007-1,66,65,0 script Tycoon NPC_PLAYER,{
+007-1,71,65,0 script Tycoon NPC_PLAYER,{
.@q=getq(MineQuest_Tycoon);
mesn;
diff --git a/npc/007-1/zarkor.txt b/npc/007-1/zarkor.txt
index 91c9c4552..a9e6c12d1 100644
--- a/npc/007-1/zarkor.txt
+++ b/npc/007-1/zarkor.txt
@@ -10,7 +10,7 @@
// But you won't be able to do more Everburn Powder. And it can be required on another
// quest. And there won't be other way to get the Powder. So DO NOT SELL IT. Think ahead.
-007-1,152,155,0 script Zarkor NPC_MIRAJ,{
+007-1,157,155,0 script Zarkor NPC_MIRAJ,{
.@q=getq(TulimsharQuest_DarkInvocator);
if (BaseLevel <= 30)
goto L_Weak;