summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2025-04-14 23:16:19 -0300
committerJesusaves <cpntb1@ymail.com>2025-04-14 23:16:19 -0300
commit46818cb6348b4970d26b2f3c6b0ca12dce4c0900 (patch)
tree5e0519e0caf6c63a274851419d28cbf59da493e5
parent7cdb06b41e0850a6e99a9fcaaaa0773f5a0b3cad (diff)
downloadserverdata-46818cb6348b4970d26b2f3c6b0ca12dce4c0900.tar.gz
serverdata-46818cb6348b4970d26b2f3c6b0ca12dce4c0900.tar.bz2
serverdata-46818cb6348b4970d26b2f3c6b0ca12dce4c0900.tar.xz
serverdata-46818cb6348b4970d26b2f3c6b0ca12dce4c0900.zip
Wurtzite Fix
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/001-11/Soren.txt2
-rw-r--r--npc/006-5/groata.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 9daee9396..8458bf8e1 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -19842,7 +19842,7 @@ item_db: (
noauction: true
}
Script: <"
- setarray .@r, MercBoxC, CrazyRum, Manapple, Dragonfruit, JasmineTea, TreasureMap, MysteriousBottle, Lockpicks, ArcmageBoxset, TreasureKey, CoinBag, WurtziteOre, ChocolateCake; // ~8.33% each
+ setarray .@r, MercBoxC, CrazyRum, Manapple, Dragonfruit, JasmineTea, TreasureMap, MysteriousBottle, Lockpicks, ArcmageBoxset, TreasureKey, CoinBag, Wurtzite, ChocolateCake; // ~8.33% each
.@n=rand(getarraysize(.@r));
getitem .@r[.@n], 1;
">
diff --git a/npc/001-11/Soren.txt b/npc/001-11/Soren.txt
index 76e8c711c..3da77e3b5 100644
--- a/npc/001-11/Soren.txt
+++ b/npc/001-11/Soren.txt
@@ -163,7 +163,7 @@ OnInit:
sellitem CandorWarpCrystal, 100;
//sellitem MagicApple;
//sellitem FishingRod;
- //sellitem WurtziteOre;
+ //sellitem Wurtzite;
// TODO: LottoBox - Random hat to distinguish players
sellitem DoggyDog;
*/
diff --git a/npc/006-5/groata.txt b/npc/006-5/groata.txt
index 596e16cf7..8f58d68b8 100644
--- a/npc/006-5/groata.txt
+++ b/npc/006-5/groata.txt
@@ -462,7 +462,7 @@ OnInit:
disablenpc "#006-5_49_54";
}
if (!getq(CandorQuest_Groata)) {
- getitem any(WurtziteOre, DarkCrystal, CandorWarpCrystal), 1;
+ getitem any(Wurtzite, DarkCrystal, CandorWarpCrystal), 1;
setq CandorQuest_Groata, 1;
}
$@GROTTO += 5;