summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-04 02:12:58 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-04 02:12:58 -0300
commit38adc7b0500091fabadba5281f5526ff7fd60966 (patch)
tree978fd732e57d46ad15f1e01f048582c939d9047c /db
parent120666894beaa238845cd146409afa0c06a17690 (diff)
downloadserverdata-38adc7b0500091fabadba5281f5526ff7fd60966.tar.gz
serverdata-38adc7b0500091fabadba5281f5526ff7fd60966.tar.bz2
serverdata-38adc7b0500091fabadba5281f5526ff7fd60966.tar.xz
serverdata-38adc7b0500091fabadba5281f5526ff7fd60966.zip
Mechanic-wise, implement Warp Crystals and ensure they work
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf56
1 files changed, 56 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index aad9c430b..45d4ca861 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3157,6 +3157,62 @@ item_db: (
doevent "inc_sc_bonus::OnUse";
">
},
+// 670 broken wc is an exception to the ID rule (BECAUSE I CAN AND WANT)
+{
+ Id: 670
+ AegisName: "BrokenWarpCrystal"
+ Name: "Broken Warp Crystal"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 40
+ Refine: false
+},
+{
+ Id: 671
+ AegisName: "TulimWarpCrystal"
+ Name: "Tulim Warp Crystal"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 40
+ Delay: 500
+ Script: <"
+ @dest$="Tulim";
+ @itemid=671;
+ doevent "Warp Crystal::OnUse";
+ ">
+},
+{
+ Id: 672
+ AegisName: "HalinWarpCrystal"
+ Name: "Halin Warp Crystal"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 40
+ Delay: 500
+ Script: <"
+ @dest$="Halin";
+ @itemid=672;
+ doevent "Warp Crystal::OnUse";
+ ">
+},
+{
+ Id: 673
+ AegisName: "HurnsWarpCrystal"
+ Name: "Hurns Warp Crystal"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 40
+ Delay: 500
+ Script: <"
+ @dest$="Hurns";
+ @itemid=673;
+ doevent "Warp Crystal::OnUse";
+ ">
+},
// Mounts (690 to 699, probably there will be extra IDs)
{