summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-04-08 16:39:36 -0300
committerJesusaves <cpntb1@ymail.com>2018-04-08 16:39:36 -0300
commitfa38667b86da4af9f7577b03eaf755b26ee0554c (patch)
tree235e7d30ba41a7d7899ec88b1f674a1e92a977e5
parent5689f14d26f23ed1ce8386eccbfd783d51e5a9f1 (diff)
downloadserverdata-fa38667b86da4af9f7577b03eaf755b26ee0554c.tar.gz
serverdata-fa38667b86da4af9f7577b03eaf755b26ee0554c.tar.bz2
serverdata-fa38667b86da4af9f7577b03eaf755b26ee0554c.tar.xz
serverdata-fa38667b86da4af9f7577b03eaf755b26ee0554c.zip
Emergency patch 1
-rw-r--r--db/re/mob_db.conf24
-rw-r--r--npc/002-3/mapflags.txt2
-rw-r--r--npc/003-1/swezanne.txt3
3 files changed, 16 insertions, 13 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 5bfd9dd13..b5305d471 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -3260,13 +3260,13 @@ mob_db: (
Id: 1092
SpriteName: "RedSlime"
Name: "Red Slime"
- Lv: 30
- Hp: 450
+ Lv: 21
+ Hp: 480
Sp: 0
- Exp: 79
- JExp: 17
+ Exp: 9
+ JExp: 3
AttackRange: 1
- Attack: [40, 45]
+ Attack: [60, 85]
Def: 2
Mdef: 7
Stats: {
@@ -3274,7 +3274,7 @@ mob_db: (
Agi: 8
Vit: 2
Int: 1
- Dex: 25
+ Dex: 45
Luk: 1
}
ViewRange: 9
@@ -3294,13 +3294,13 @@ mob_db: (
DamageMotion: 480
MvpExp: 0
Drops: {
- RedApple: 750
- Knife: 300
- Dagger: 200
- Boots: 150
+ RedApple: 250
+ Knife: 200
ChocolateBar: 110
- MinerGloves: 100
- Ruby: 10
+ Dagger: 100
+ Boots: 50
+ MinerGloves: 50
+ Ruby: 9
}
},
{
diff --git a/npc/002-3/mapflags.txt b/npc/002-3/mapflags.txt
index 02156ece0..e274aa7f6 100644
--- a/npc/002-3/mapflags.txt
+++ b/npc/002-3/mapflags.txt
@@ -1 +1 @@
-002-3 mapflag town
+002-3 mapflag nosave 000-1,22,22
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt
index 32677733b..12e2658b9 100644
--- a/npc/003-1/swezanne.txt
+++ b/npc/003-1/swezanne.txt
@@ -104,6 +104,8 @@ OnInit:
.sex = G_FEMALE;
.distance = 5;
+
+ /*
// Preventive check against faulty update. Must be removed afterwards.
// UPDATE `quest` SET `count1` = '3' WHERE `quest`.`quest_id` = 54 AND `count1` != '1';
.@nb = query_sql("select `char_id` from `quest` WHERE ((`count1`=1 or `count1`=2) and `quest_id`=54) LIMIT 2", .@name$);
@@ -112,5 +114,6 @@ OnInit:
debugmes "disabling Swezanne to prevent weirder bugs.";
disablenpc .name$;
}
+ */
end;
}