diff options
author | Haru <haru@dotalux.com> | 2018-06-03 22:51:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-03 22:51:08 +0200 |
commit | b5ee7e4863f60a43d6c44c93104d4df4146fdd84 (patch) | |
tree | c9eb881ba40f8c9b4acb45945a5dcbbed82b79ca /db | |
parent | 1670e2b6e5eca660d73aafb8cbb4830bd453e79e (diff) | |
parent | ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 (diff) | |
download | hercules-b5ee7e4863f60a43d6c44c93104d4df4146fdd84.tar.gz hercules-b5ee7e4863f60a43d6c44c93104d4df4146fdd84.tar.bz2 hercules-b5ee7e4863f60a43d6c44c93104d4df4146fdd84.tar.xz hercules-b5ee7e4863f60a43d6c44c93104d4df4146fdd84.zip |
Merge pull request #2004 from Asheraf/stylist
Implementation of stylist ui
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/item_db.conf | 39 | ||||
-rw-r--r-- | db/re/item_db.conf | 39 | ||||
-rw-r--r-- | db/stylist_db.conf | 309 |
3 files changed, 385 insertions, 2 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index d62bbf19c..dfe27f428 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -55829,6 +55829,12 @@ item_db: ( Weight: 1 }, { + Id: 6707 + AegisName: "Cash_Hair_Coupon" + Name: "Cash Hair Coupon" + Weight: 10 +}, +{ Id: 7001 AegisName: "Mould_Powder" Name: "Mould Powder" @@ -93981,7 +93987,38 @@ item_db: ( Weight: 10 Script: <" getitem 12581,50; "> }, - +{ + Id: 16843 + AegisName: "Beauty_Gift_Box" + Name: "Beauty Gift Box" + Type: "IT_USABLE" + Weight: 10 + Script: <" getitem(New_Style_Coupon, 1); "> +}, +{ + Id: 16854 + AegisName: "Clothing_Dye_Box" + Name: "Clothing Dye Box" + Type: "IT_USABLE" + Weight: 10 + Script: <" getitem(Clothing_Dye_Coupon, 1); "> +}, +{ + Id: 16855 + AegisName: "Clothing_Dye_Orig_Box" + Name: "Clothing Dye Orig Box" + Type: "IT_USABLE" + Weight: 10 + Script: <" getitem(Clothing_Dye_Coupon2, 1); "> +}, +{ + Id: 17336 + AegisName: "Jeremy_Beauty_Coupon_Box" + Name: "Jeremy's Beauty Coupon Box" + Type: "IT_USABLE" + Weight: 10 + Script: <" getitem(Cash_Hair_Coupon, 1); "> +}, //== Mechanic / Geneticist Cannon Balls ==================== { Id: 18000 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6c4e820e8..bc3470fd9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -74438,6 +74438,12 @@ item_db: ( } }, { + Id: 6707 + AegisName: "Cash_Hair_Coupon" + Name: "Cash Hair Coupon" + Weight: 10 +}, +{ Id: 6712 AegisName: "Lovely_Stick" Name: "Love Wand" @@ -128151,6 +128157,30 @@ item_db: ( Script: <" packageitem(); "> }, { + Id: 16843 + AegisName: "Beauty_Gift_Box" + Name: "Beauty Gift Box" + Type: "IT_USABLE" + Weight: 10 + Script: <" getitem(New_Style_Coupon, 1); "> +}, +{ + Id: 16854 + AegisName: "Clothing_Dye_Box" + Name: "Clothing Dye Box" + Type: "IT_USABLE" + Weight: 10 + Script: <" getitem(Clothing_Dye_Coupon, 1); "> +}, +{ + Id: 16855 + AegisName: "Clothing_Dye_Orig_Box" + Name: "Clothing Dye Orig Box" + Type: "IT_USABLE" + Weight: 10 + Script: <" getitem(Clothing_Dye_Coupon2, 1); "> +}, +{ Id: 16972 AegisName: "Weather_Report_Box" Name: "Weather Forecast Box" @@ -130037,7 +130067,14 @@ item_db: ( } Script: <" getitem LUK_Biscuit_Stick,20; "> }, - +{ + Id: 17336 + AegisName: "Jeremy_Beauty_Coupon_Box" + Name: "Jeremy's Beauty Coupon Box" + Type: "IT_USABLE" + Weight: 10 + Script: <" getitem(Cash_Hair_Coupon, 1); "> +}, //== Mechanic / Geneticist Cannon Balls ==================== { Id: 18000 diff --git a/db/stylist_db.conf b/db/stylist_db.conf new file mode 100644 index 000000000..f11bf016a --- /dev/null +++ b/db/stylist_db.conf @@ -0,0 +1,309 @@ +//================= Hercules Database ===================================== +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2018 Hercules Dev Team +//= Copyright (C) 2018 Asheraf +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= +//= Stylist Database +//========================================================================= + +stylist_db: ( + /************************************************************************** + ************* Entry structure ******************************************** + ************************************************************************** +{ + // ================ Mandatory fields ============================== + Type: TYPE (int) + Id: ID (int) + // ================ Optional fields =============================== + Zeny: zeny (int, defaults to 0) + ItemID: ItemID (int, defaults to 0) + BoxItemID: BoxItemID (int, defaults to 0) +}, +**************************************************************************/ +{ + Type: "LOOK_HAIR_COLOR" + Id: 1 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR_COLOR" + Id: 2 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR_COLOR" + Id: 3 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR_COLOR" + Id: 4 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR_COLOR" + Id: 5 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR_COLOR" + Id: 6 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR_COLOR" + Id: 7 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR_COLOR" + Id: 8 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 1 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 2 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 3 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 4 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 5 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 6 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 7 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 8 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 9 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 10 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 11 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 12 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 13 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 14 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 15 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 16 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 17 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 18 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 19 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 20 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 21 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 22 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 23 + Zeny: 100000 +}, +{ + Type: "LOOK_HAIR" + Id: 24 + ItemID: "New_Style_Coupon" + BoxItemID: "Beauty_Gift_Box" +}, +{ + Type: "LOOK_HAIR" + Id: 25 + ItemID: "New_Style_Coupon" + BoxItemID: "Beauty_Gift_Box" +}, +{ + Type: "LOOK_HAIR" + Id: 26 + ItemID: "New_Style_Coupon" + BoxItemID: "Beauty_Gift_Box" +}, +{ + Type: "LOOK_HAIR" + Id: 27 + ItemID: "New_Style_Coupon" + BoxItemID: "Beauty_Gift_Box" +}, +{ + Type: "LOOK_HAIR" + Id: 28 + ItemID: "Cash_Hair_Coupon" + BoxItemID: "Jeremy_Beauty_Coupon_Box" +}, +{ + Type: "LOOK_HAIR" + Id: 29 + ItemID: "Cash_Hair_Coupon" + BoxItemID: "Jeremy_Beauty_Coupon_Box" +}, +{ + Type: "LOOK_CLOTHES_COLOR" + Id: 1 + ItemID: "Clothing_Dye_Coupon2" + BoxItemID: "Clothing_Dye_Orig_Box" +}, +{ + Type: "LOOK_CLOTHES_COLOR" + Id: 2 + ItemID: "Clothing_Dye_Coupon" + BoxItemID: "Clothing_Dye_Box" +}, +{ + Type: "LOOK_CLOTHES_COLOR" + Id: 3 + ItemID: "Clothing_Dye_Coupon" + BoxItemID: "Clothing_Dye_Box" +}, +{ + Type: "LOOK_HEAD_TOP" + Id: "Hat" + Zeny: 1000 +}, +{ + Type: "LOOK_HEAD_TOP" + Id: "Ribbon" + Zeny: 800 +}, +{ + Type: "LOOK_HEAD_TOP" + Id: "Bandana" + Zeny: 400 +}, +{ + Type: "LOOK_HEAD_MID" + Id: "One_Eyed_Glass" + Zeny: 10000 +}, +{ + Type: "LOOK_HEAD_MID" + Id: "Sunglasses" + Zeny: 5000 +}, +{ + Type: "LOOK_HEAD_MID" + Id: "Luxury_Sunglasses" + Zeny: 24000 +}, +{ + Type: "LOOK_HEAD_MID" + Id: "Spinning_Eyes" + Zeny: 20000 +}, +{ + Type: "LOOK_HEAD_MID" + Id: "Divers_Goggles" + Zeny: 3500 +}, +{ + Type: "LOOK_HEAD_MID" + Id: "Glasses" + Zeny: 4000 +}, +{ + Type: "LOOK_HEAD_MID" + Id: "Eye_Bandage" + Zeny: 1000 +}, +{ + Type: "LOOK_HEAD_BOTTOM" + Id: "Granpa_Beard" + Zeny: 5000 +}, +) |