summaryrefslogtreecommitdiff
path: root/db/re
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-24 07:14:20 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-24 07:14:20 -0300
commite90014e862ca97244f73c5c3ebbfa3b9c8373de4 (patch)
tree839c4260f65939be92ed83fcb46b93e607b7b2aa /db/re
parente6494d1ef2fd3e34f4c71a03a5ad9b7802c5b461 (diff)
downloadserverdata-e90014e862ca97244f73c5c3ebbfa3b9c8373de4.tar.gz
serverdata-e90014e862ca97244f73c5c3ebbfa3b9c8373de4.tar.bz2
serverdata-e90014e862ca97244f73c5c3ebbfa3b9c8373de4.tar.xz
serverdata-e90014e862ca97244f73c5c3ebbfa3b9c8373de4.zip
Add summoning scrolls (untested)
Diffstat (limited to 'db/re')
-rw-r--r--db/re/item_db.conf132
1 files changed, 132 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 63f36ff2b..91181b120 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -18914,6 +18914,138 @@ item_db: (
sc_start SC_DPOISON, 30000, 10;
">
},
+{
+ Id: 8031
+ AegisName: "ScrollSMaggot"
+ Name: "Scroll Summon Maggot"
+ Type: "IT_USABLE"
+ Buy: 15000
+ Sell: 150
+ Weight: 10
+ Refine: false
+ Delay: 2500
+ Script: <"
+ callfunc "SummonScroll", Maggot, 60, GiantMaggot, 40;
+ ">
+},
+{
+ Id: 8032
+ AegisName: "ScrollSCave"
+ Name: "Scroll Summon Cave Maggot"
+ Type: "IT_USABLE"
+ Buy: 15000
+ Sell: 150
+ Weight: 10
+ Refine: false
+ Delay: 2500
+ Script: <"
+ callfunc "SummonScroll", CaveMaggot, 60;
+ ">
+},
+{
+ Id: 8033
+ AegisName: "ScrollSDragon"
+ Name: "Scroll Summon Dragon"
+ Type: "IT_USABLE"
+ Buy: 150000
+ Sell: 1500
+ Weight: 10
+ Refine: false
+ Delay: 2500
+ Script: <"
+ callfunc "SummonScroll", GreenDragon, 50, NightmareDragon, 105;
+ ">
+},
+{
+ Id: 8034
+ AegisName: "ScrollSWolvern"
+ Name: "Scroll Summon Wolvern"
+ Type: "IT_USABLE"
+ Buy: 30000
+ Sell: 300
+ Weight: 10
+ Refine: false
+ Delay: 2500
+ Script: <"
+ callfunc "SummonScroll", Wolvern, 60;
+ ">
+},
+{
+ Id: 8035
+ AegisName: "ScrollSYeti"
+ Name: "Scroll Summon Yeti"
+ Type: "IT_USABLE"
+ Buy: 75000
+ Sell: 750
+ Weight: 10
+ Refine: false
+ Delay: 2500
+ Script: <"
+ callfunc "SummonScroll", Moggun, 60, Yeti, 60;
+ ">
+},
+{
+ Id: 8036
+ AegisName: "ScrollSTerranite"
+ Name: "Scroll Summon Terranite"
+ Type: "IT_USABLE"
+ Buy: 125000
+ Sell: 1250
+ Weight: 10
+ Refine: false
+ Delay: 2500
+ Script: <"
+ callfunc "SummonScroll", Terranite, 50, TerraniteProtector, 90;
+ ">
+},
+{
+ Id: 8037
+ AegisName: "ScrollMagnusHealA"
+ Name: "Scroll Magnus Heal"
+ Type: "IT_USABLE"
+ Buy: 25000
+ Sell: 250
+ Weight: 10
+ Refine: false
+ Delay: 1500
+ Script: <"
+ @skillId=TMW2_MAGNUSHEAL; @skillLv=1;
+ @skillTarget=getcharid(3); @scriptsk=true;
+ callfunc "HUB_SkillInvoke";
+ ">
+},
+{
+ Id: 8038
+ AegisName: "ScrollMagnusHealB"
+ Name: "Scroll Magnus Heal+"
+ Type: "IT_USABLE"
+ Buy: 25000
+ Sell: 250
+ Weight: 10
+ Refine: false
+ Delay: 1500
+ Script: <"
+ @skillId=TMW2_MAGNUSHEAL; @skillLv=5;
+ @skillTarget=getcharid(3); @scriptsk=true;
+ callfunc "HUB_SkillInvoke";
+ ">
+},
+{
+ Id: 8039
+ AegisName: "ScrollMagnusHealC"
+ Name: "Scroll Magnus Heal++"
+ Type: "IT_USABLE"
+ Buy: 25000
+ Sell: 250
+ Weight: 10
+ Refine: false
+ Delay: 1500
+ Script: <"
+ @skillId=TMW2_MAGNUSHEAL; @skillLv=10;
+ @skillTarget=getcharid(3); @scriptsk=true;
+ callfunc "HUB_SkillInvoke";
+ ">
+},
)