diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 8 | ||||
-rw-r--r-- | db/item_db2.conf | 2 | ||||
-rw-r--r-- | db/pre-re/item_db.conf | 2 | ||||
-rw-r--r-- | db/re/item_db.conf | 7 | ||||
-rw-r--r-- | db/stylist_db.conf | 12 |
5 files changed, 21 insertions, 10 deletions
diff --git a/db/constants.conf b/db/constants.conf index e51ccb9bd..b7bc24985 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -33,15 +33,9 @@ constants_db: { ************* Entry structure (full) ************************************* Identifier: { Value: value // (int) - Parameter: true // (boolean) Defaults to false. Deprecated: true // (boolean) Defaults to false. } **************************************************************************/ -// NOTE: -// Parameters are special in that they retrieve certain runtime values -// depending on the specified ID in field Value. Depending on the -// implementation values assigned by scripts to parameters will affect -// runtime values, such as Zeny, as well (see pc_readparam/pc_setparam). comment__: "Weekdays" SUNDAY: 0 @@ -1397,7 +1391,7 @@ constants_db: { SC_TUNAPARTY: 649 SC_SHRIMP: 650 SC_FRESHSHRIMP: 651 - + SC_DAILYSENDMAILCNT: 653 // Summer 2 Costume diff --git a/db/item_db2.conf b/db/item_db2.conf index d814e5ef3..199bd798e 100644 --- a/db/item_db2.conf +++ b/db/item_db2.conf @@ -9,7 +9,7 @@ //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= -//= Copyright (C) 2014-2016 Hercules Dev Team +//= Copyright (C) 2014-2018 Hercules Dev Team //= //= Hercules is free software: you can redistribute it and/or modify //= it under the terms of the GNU General Public License as published by diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 3dbba4ae6..55ddcbd3b 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -9,7 +9,7 @@ //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= -//= Copyright (C) 2014-2016 Hercules Dev Team +//= Copyright (C) 2014-2018 Hercules Dev Team //= //= Hercules is free software: you can redistribute it and/or modify //= it under the terms of the GNU General Public License as published by diff --git a/db/re/item_db.conf b/db/re/item_db.conf index be4728f02..21c11f3cd 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9,7 +9,7 @@ //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= -//= Copyright (C) 2014-2016 Hercules Dev Team +//= Copyright (C) 2014-2018 Hercules Dev Team //= //= Hercules is free software: you can redistribute it and/or modify //= it under the terms of the GNU General Public License as published by @@ -74526,6 +74526,11 @@ item_db: ( } }, { + Id: 6959 + AegisName: "Costume_Change_Ticket" + Name: "Costume Change Ticket" +}, +{ Id: 7001 AegisName: "Mould_Powder" Name: "Mould Powder" diff --git a/db/stylist_db.conf b/db/stylist_db.conf index f11bf016a..70d7162f5 100644 --- a/db/stylist_db.conf +++ b/db/stylist_db.conf @@ -306,4 +306,16 @@ stylist_db: ( Id: "Granpa_Beard" Zeny: 5000 }, +{ + Type: "LOOK_BODY2" + Id: 0 + ItemID: "Costume_Change_Ticket" + BoxItemID: "Costume_Change_Ticket" +}, +{ + Type: "LOOK_BODY2" + Id: 1 + ItemID: "Costume_Change_Ticket" + BoxItemID: "Costume_Change_Ticket" +}, ) |