summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-06-05 12:56:54 -0300
committerJesusaves <cpntb1@ymail.com>2024-06-05 12:56:54 -0300
commit98fbaa1c5a89aacc2d91b46173aa17fc424ca6e5 (patch)
tree814e96d1651e96c1986dcc63a2948f6d42ebe5b1
parent411037eba7a7c25a33045ce8d73cc794e74bd328 (diff)
downloadserverdata-98fbaa1c5a89aacc2d91b46173aa17fc424ca6e5.tar.gz
serverdata-98fbaa1c5a89aacc2d91b46173aa17fc424ca6e5.tar.bz2
serverdata-98fbaa1c5a89aacc2d91b46173aa17fc424ca6e5.tar.xz
serverdata-98fbaa1c5a89aacc2d91b46173aa17fc424ca6e5.zip
failed assertion: exp modifiers must be positive, signed integers [HERC]
Except for Botter's Syndrome... Amend option accordingly
-rw-r--r--db/item_options.conf2
-rw-r--r--npc/004-2/pachua.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/db/item_options.conf b/db/item_options.conf
index 8a77dbc1e..8491b84e5 100644
--- a/db/item_options.conf
+++ b/db/item_options.conf
@@ -1055,7 +1055,7 @@ item_options_db: (
{
Id: 187
Name: "IOPT_SPLASHDAMAGE"
- Script: <" bonus(bSplashAddRange, getequippedoptioninfo(IT_OPT_VALUE)); bonus(bAtkRate, -20); bonus2(bExpAddRace, RC_All, -3); bonus(bCritical, -1); ">
+ Script: <" bonus(bSplashAddRange, getequippedoptioninfo(IT_OPT_VALUE)); bonus(bAtkRate, -20); /*bonus2(bExpAddRace, RC_All, -3);*/ bonus(bCritical, -1); ">
},
{
Id: 188
diff --git a/npc/004-2/pachua.txt b/npc/004-2/pachua.txt
index 3e3295829..6b90e8383 100644
--- a/npc/004-2/pachua.txt
+++ b/npc/004-2/pachua.txt
@@ -38,6 +38,7 @@
OnTouch:
if (@pachua != 1) end;
// If you're disarmed (riding?) apply a small time penalty
+ // checkmount() might not work? untested?
if (getequipid(EQI_HAND_R) < 1 || getequipid(EQI_HAND_L) < 1) {
setq2 HalinarzoQuest_Speed, getq2(HalinarzoQuest_Speed) - 30;
}