From cedc47c232d0c862d6183c7614f75259f2a0e746 Mon Sep 17 00:00:00 2001 From: Jesusalva Jesusalva Date: Fri, 28 Apr 2023 22:20:14 +0000 Subject: Shipwreck + Rum --- world/map/db/const-aegis.txt | 1 + world/map/db/item_db.conf | 22 ++++++++++++++++++++++ world/map/db/item_db_use.txt | 1 + 3 files changed, 24 insertions(+) (limited to 'world/map/db') diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt index f8b85919..0cee5b7e 100644 --- a/world/map/db/const-aegis.txt +++ b/world/map/db/const-aegis.txt @@ -913,6 +913,7 @@ MauveScroll 5144 JoyplimScroll 5145 XmasSeeds 5277 Tomato 5251 +CrazyRum 5294 CottonShorts 586 JeansShorts 610 CottonSkirt 632 diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 3bc6812d..1f8c975f 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -15215,6 +15215,28 @@ item_db: ( callfunc "itheal", 200, 5; "> }, +{ + Id: 5294 + AegisName: "CrazyRum" + Name: "Crazy Rum" + Type: "IT_USABLE" + Buy: 40 + Sell: 10 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5294 + Script: <" + callfunc("SC_Bonus", 60, SC_POISON, 1); //@EVOL2 + //callfunc("SC_Bonus", 60000, SC_POISON, 1); //@TMWA + callfunc("SC_Bonus", 60, SC_PLUSATTACKPOWER, 50); + callfunc("SC_Bonus", 60, SC_ATTHASTE_POTION1, 45); + //callfunc("SC_Bonus", 60, SC_PHYS_SHIELD, 40); //@EVOL2 + //callfunc("SC_Bonus", 60000, SC_PHYS_SHIELD, 40); //@TMWA + //misceffect FX_MAGIC_SHIELD, strcharinfo(0); //@TMWA + "> +}, /* Legs Armor */ { diff --git a/world/map/db/item_db_use.txt b/world/map/db/item_db_use.txt index 4952e7f9..d63d75df 100644 --- a/world/map/db/item_db_use.txt +++ b/world/map/db/item_db_use.txt @@ -112,3 +112,4 @@ 5251, Tomato, 0, 40, 10, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 200, 5, 1;}, {} 5263, LovePotion, 0, 90000, 550, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {callfunc "LovePotion";}, {} //5277, XmasSeeds, 0, 9999, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {heal 150, 0, 1;}, {} +5294, CrazyRum, 0, 40, 10, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {sc_start sc_poison, 60000, 1; sc_start sc_raiseattackstrength, 60, 50; sc_start sc_raiseattackspeed0, 60, 45; sc_start SC_PHYS_SHIELD, 60000, 40; misceffect FX_MAGIC_SHIELD, strcharinfo(0);},{} -- cgit v1.2.3-70-g09d2