summaryrefslogtreecommitdiff
path: root/db/re
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-14 10:55:31 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-14 10:55:31 -0300
commit88907fba36dc6559ede5bd1c1d4977eefc0a5819 (patch)
tree99b7da5971471d0c1acf24a4a20cc34c1c0b2576 /db/re
parent0c89664363cd75d758b1b590329265408de167ea (diff)
downloadserverdata-88907fba36dc6559ede5bd1c1d4977eefc0a5819.tar.gz
serverdata-88907fba36dc6559ede5bd1c1d4977eefc0a5819.tar.bz2
serverdata-88907fba36dc6559ede5bd1c1d4977eefc0a5819.tar.xz
serverdata-88907fba36dc6559ede5bd1c1d4977eefc0a5819.zip
Magic Olympics Tuition workaround
Diffstat (limited to 'db/re')
-rw-r--r--db/re/item_db.conf21
1 files changed, 20 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 9af361b34..d61267fcc 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2481,7 +2481,26 @@ item_db: (
doevent "legacy_heal::OnUse";
">
},
-// 629 is free
+{
+ Id: 629
+ AegisName: "ScholarshipTuition"
+ Name: "Scholarship Tuition"
+ Type: "IT_USABLE"
+ Buy: 250000
+ Sell: 7500
+ Weight: 1
+ Refine: false
+ Trade: {
+ notrade: true
+ nodrop: true
+ noselltonpc: true
+ nomail: true
+ noauction: true
+ }
+ Script: <"
+ callfunc("AutoTitulate");
+ ">
+},
{
Id: 630
AegisName: "XmasGift"