diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-14 10:55:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-14 10:55:31 -0300 |
commit | 88907fba36dc6559ede5bd1c1d4977eefc0a5819 (patch) | |
tree | 99b7da5971471d0c1acf24a4a20cc34c1c0b2576 /db/re/item_db.conf | |
parent | 0c89664363cd75d758b1b590329265408de167ea (diff) | |
download | serverdata-88907fba36dc6559ede5bd1c1d4977eefc0a5819.tar.gz serverdata-88907fba36dc6559ede5bd1c1d4977eefc0a5819.tar.bz2 serverdata-88907fba36dc6559ede5bd1c1d4977eefc0a5819.tar.xz serverdata-88907fba36dc6559ede5bd1c1d4977eefc0a5819.zip |
Magic Olympics Tuition workaround
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 21 |
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" |