summaryrefslogtreecommitdiff
path: root/db/pre-re/item_db.conf
AgeCommit message (Collapse)AuthorFilesLines
2017-09-17Update item DB (View -> Subtype)Haru1-786/+786
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Split 'View' in two different fields in the item databaseHaru1-1/+2
- The field was used both for sprite view IDs and for weapon or ammunition subtypes. Now the fields 'ViewSprite' and 'Subtype' are used respectively. Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_THROWWEAPON in the item database applicable entriesHaru1-31/+31
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_CANNONBALL in the item database applicable entriesHaru1-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_KUNAI in the item database applicable entriesHaru1-6/+6
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_SHURIKEN in the item database applicable entriesHaru1-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_GRENADE in the item database applicable entriesHaru1-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_BULLET in the item database applicable entriesHaru1-3/+3
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_DAGGER in the item database applicable entriesHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_ARROW in the item database applicable entriesHaru1-22/+22
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_2HSTAFF in the item database applicable entriesHaru1-7/+7
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_HUUMA in the item database applicable entriesHaru1-10/+10
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_GRENADE in the item database applicable entriesHaru1-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_SHOTGUN in the item database applicable entriesHaru1-8/+8
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_GATLING in the item database applicable entriesHaru1-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_RIFLE in the item database applicable entriesHaru1-12/+12
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_REVOLVER in the item database applicable entriesHaru1-13/+13
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_KATAR in the item database applicable entriesHaru1-37/+37
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_BOOK in the item database applicable entriesHaru1-33/+33
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_WHIP in the item database applicable entriesHaru1-34/+34
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_MUSICAL in the item database applicable entriesHaru1-29/+29
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_KNUCKLE in the item database applicable entriesHaru1-29/+29
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_BOW in the item database applicable entriesHaru1-47/+47
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_STAFF in the item database applicable entriesHaru1-50/+50
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_MACE in the item database applicable entriesHaru1-56/+56
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_2HAXE in the item database applicable entriesHaru1-42/+42
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_1HAXE in the item database applicable entriesHaru1-13/+13
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_2HSPEAR in the item database applicable entriesHaru1-39/+39
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_1HSPEAR in the item database applicable entriesHaru1-29/+29
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_2HSWORD in the item database applicable entriesHaru1-43/+43
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_1HSWORD in the item database applicable entriesHaru1-69/+69
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_DAGGER in the item database applicable entriesHaru1-98/+98
Signed-off-by: Haru <haru@dotalux.com>
2017-06-03remove specialeffect2 from databasesgumi1-86/+86
2017-05-28remove the pow buildin from item databasesgumi1-1/+1
2017-05-04Merge pull request #1695 from Jedzkie/7-CashFoodFixHaru1-12/+12
Cash Foods Update
2017-04-29Fixes #994Jedzkie1-1/+4
2017-04-25Status effects from Cash Food items cannot be removed by death.Jedzkie1-12/+12
2017-04-21Update GX Poison itemsJedzkie1-16/+49
2017-04-21Update Rune Knight Runes & OresJedzkie1-30/+51
2017-04-21Removed hard coded checks for no use while sitting in Aloevera and Anodyne item.Jedzkie1-0/+6
2017-04-04Implementation of Item Options System.Smokexyz1-0/+1
Allows the infusing of equipments with bonus item options. This feature is constrained to clients of packet versions greater than or equal to `20150226`. Item Options and their effects are defined server-side in `db/item_options.conf` and client side in `data/luafiles514/lua files/datainfo/addrandomoptionnametable.lub` The ID of the option must tally with the correct index of the description provided in the client side lua file to avoid bugs. IT_OPT_* keys and MAX_ITEM_OPTIONS macro are also exported from the source as constants. An additional flag `disable_options` has been added to sql, and as `DisableOptions: true/false (boolean, defaults to false !!for equipments only!!)` to item_db.conf files. Script commands documentation is also included. SQL file updates are included. Credits: [Smokexyz](https://github.com/Smokexyz) Style and Script Fixes by [Asheraf](https://github.com/Asheraf) Initial design Idea by [secretdataz](https://github.com/secretdataz)
2016-11-20Replaced some unsupported symbols in AegisNames (step 2)Haru1-131/+131
This removes the remaining unsupported symbols (despite they being official names) in AegisNames: The apostrophe (`'`) sign is suppressed. The full replacement rules (cumulative with the step 1 commit) are thus: - Any apostrophe is suppressed. - Any non-`[A-Za-z0-9_]` character is replaced with an underscore (`_`). - If the replaced symbol is at a word boundary (beginning or end of the string, or next to another underscore), it is suppressed instead. - If the replacement causes an AegisName conflict, underscores are appended appropriately. Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Replaced some unsupported symbols in AegisNames (step 1)Haru1-8/+8
This removes some unsupported symbols (despite they being official names) in AegisNames. The replacement rules used are: - Any non-`[A-Za-z0-9_']` character is replaced with an underscore (`_`). - If the replaced symbol is at a word boundary (beginning or end of the string, or next to another underscore), it is suppressed instead. - If the replacement causes an AegisName conflict, underscores are appended appropriately. Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Synchronized the AegisNames to the in-source ITEMID_ constantsHaru1-0/+90
Some missing items were copied to the pre-renewal database. In general, when an item ID is hardcoded in source, it's preferable that the item exists in both databases. Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Synchronized the AegisName between re and pre-re item databasesHaru1-13/+13
Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Fixed various minor issues in the item DBHaru1-3/+3
- Mostly whitespace, with the exception of the 'Wurst' item rename (was previously incorrectly named Brusti) Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Propageted the AegisName fix to scripts and pre-re databaseHaru1-34/+34
This commit just propagates the AegisName changes to the pre-re database and to the (re) scripts. Two issues are fixed as a side-effect: - The ghost_palace script was referring the non-existing constant(s): Thanatos_Two-Handed_Staff == (Thanatos_Two) - (Handed_Staff) == 0. Paired with the script engine's inability to differentiate between constants and player variables, that produced a very subtle issue. - The item RAG203 is sold by a NPC (Rebellion Weapon Vending). Due to a pair of swapped AegisName constants (RAG203 and RAG203_), the slotted version was sold by the NPC instead of hte non-slotted one (the issue was actually fixed in the previous commit, although the description of the fix is here - these two commits are only split for legibility purposes but they're to be considered indivisible). Signed-off-by: Haru <haru@dotalux.com>
2016-10-22Added Summoner ItemsDastgir Pojee1-0/+12
2016-10-16Change *getcharid to use constantsAsheraf1-5/+5
2016-09-02change *strcharinfo to use constantsAsheraf1-13/+13