Age | Commit message (Collapse) | Author | Files | Lines |
|
Implements the 'BindOnEquip' item db field which determines whether the piece of equipment should bind to the character upon being equipped.
When a character tries to equip such a item for the first time a dialog shows up asking the character to confirm whether to equip the item or not, and notifying the character that by equipping the item it will become bound to the character, and therefore unable to be used by another character.
Special Thanks to Beret for all the information, Haruna for testing.
Signed-off-by: shennetsind <ind@henn.et>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- For those using a SQL item_db2, I provided a convenience script to
update to the new structure without having to delete and re-import
your data.
- The script requires at least MySQL 5.0 (tested on MySQL 5.6) and works
for both Pre-Renewal and Renewal tables. If you're running an older
version (Oracle advises to upgrade for security reasons by the way!),
open the upgrade script in your text editor, and you'll find
the queries you can run manually instead.
- Special thanks to Ind.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Both databases have the same format now.
- Special thanks to Ind.
Signed-off-by: Haru <haru@dotalux.com>
|
|
Now it deletes all entries on the sc_data table since it's dangerous if we port the sc data as is. WARNING, this ends all active SCs on the previous server! Even jailed state!
|
|
This has been added because a lot of people were suggesting this on the forums. Check the news topic for more info: http://hercules.ws/board/topic/2906-introducing-rathena-to-hercules-database-converters/?p=19260
|
|
This has been added because a lot of people were suggesting this on the forums. Check the news topic for more info: http://hercules.ws/board/topic/2906-introducing-rathena-to-hercules-database-converters/?p=19260
|
|
Special Thanks to Haruna, ossi0110.
Signed-off-by: shennetsind <ind@henn.et>
|
|
Thanks to Haruna!
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to Haruna
Signed-off-by: shennetsind <ind@henn.et>
|
|
Signed-off-by: shennetsind <ind@henn.et>
Conflicts:
conf/messages.conf
src/common/mmo.h
src/map/pc_groups.c
src/map/pc_groups.h
|
|
Signed-off-by: shennetsind <ind@henn.et>
|
|
Signed-off-by: shennetsind <ind@henn.et>
Conflicts:
sql-files/main.sql
sql-files/upgrades/index.txt
src/common/mmo.h
|
|
Im pretty sure its on the clif.c
Signed-off-by: sevenzz23 <sevenzz23@yahoo.com>
|
|
Fonts are now relog-persistent.
Font items are now toggle-on/off, they no longer go away on use, they go away when their rental duration is over (and the font effect goes back to original).
Special Thanks to Yommy for all the data!
Signed-off-by: shennetsind <ind@henn.et>
|
|
Attempting to mimic the official as suggested in http://hercules.ws/board/topic/250-official-vip-system/
The variables can be read and modified thru scripting as well as sql, the patch introduces 3 new pc-arams 'ModExp','ModDrop' and 'ModDeath' for that purpose.
The OnLogin modifier display is not the real deal though -- wasn't able to get it to output properly (though that might have been my client files failt)
Up for review.
Signed-off-by: shennetsind <ind@henn.et>
|
|
http://hercules.ws/board/topic/581-implement-the-shadows-system/
Special Thanks to Yommy for all the client data, Haru for making it possible to get it out and rosfus for the details on the feature.
Shadows Feature requires packetver 20120925 or newer.
----------
Also: Updated all packets related to the shadows system, improved memory/processing of inventory/cart/storage/viewequip packets
Signed-off-by: shennetsind <ind@henn.et>
|
|
Follow up 418dd821c91ae19723a7b7b531e64b9c4565d555
Thanks to ossi0110
Signed-off-by: shennetsind <ind@henn.et>
|
|
Includes the skill name constant update e3d71d9455de45d5a9417dbebd74aa49a0e7ae6a
Signed-off-by: shennetsind <ind@henn.et>
|
|
Thanks to ossi0110 for bringing it up.
We will soon make this automatic like the hooking cache ( e.g. 491892212d338903179909b89a5bfc2385e52261 ) so that .sql dbs will always be up to date with the txt counterparts.
Signed-off-by: shennetsind <ind@henn.et>
|
|
Thanks to QQfoolsorellina
|
|
Missed account_data table in the upgrade file, thanks to ossi0110
Signed-off-by: shennetsind <ind@henn.et>
|
|
http://hercules.ws/board/topic/2455-introducing-bank-support/
Thanks to Yommy, Haru!
Signed-off-by: shennetsind <ind@henn.et>
|
|
- Ensured final end-of-line character in every file.
- Corrected cases of mixed line endings (mostly CR and CRLF within the
same file.)
- Removed extra BOM from some scripts, since it causes a parsing error.
Signed-off-by: Haru <haru@dotalux.com>
|
|
Given the class is accessible under pre-re mode, its skills that rely on these catalysts are unable to function since the items they require do not exist.
Adding them.
http://hercules.ws/board/tracker/issue-7506-skill-items-missing-in-pre-re/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Given mounting support is present in pre-re I'm adding the item to squash the warning away, the problem by having item_delay being shared by pre-re and re will be sorted in a upcoming update.
http://hercules.ws/board/tracker/issue-7354-item-delaytxt/
Signed-off-by: shennetsind <ind@henn.et>
|
|
128 being higher than the maximum available value for pre-re mode (in pre-re def is 'char/int-8', unlike renewal mode in which it is 'short/int-16')
http://hercules.ws/board/tracker/issue-7503-mob-parse-dbrow/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Thanks to Haruna,
Closes #88
Signed-off-by: shennetsind <ind@henn.et>
|
|
renewal item db price column fix.
Special Thanks to Muad_Dib for pinpointing the source of the problem and providing a solution, and also providing us with data for 32 new items (some are new headgears :P)
http://hercules.ws/board/tracker/issue-7610-wrong-price-for-iron-ore/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Issue existed in renewal mode only; Special Thanks to Jezu for bringing it up.
Signed-off-by: shennetsind <ind@henn.et>
|
|
Added bonuses for items:
- 2917
- 2918
- 2919
- 2920
- 2921
- 2922
- 2923
- 2924
- 2925
- 2926
- 2927
- 2928
|
|
Applying the missed 'upper' flag updates.
http://hercules.ws/board/topic/1778-ultimate-item-db-update/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Prioritising kRO-item-data above others whenever possible, Special Thanks to Yommy for the data and Haru for help on validating the output.
http://hercules.ws/board/topic/1778-ultimate-item-db-update/
Signed-off-by: shennetsind <ind@henn.et>
|
|
http://hercules.ws/board/topic/1778-ultimate-item-db-update/
Signed-off-by: shennetsind <ind@henn.et>
|
|
|
|
Merged from rAthena, there is no commit to refer to as I've obtained the missing entries from their latest file.
Special Thanks to jTynne
http://hercules.ws/board/tracker/issue-7507-items-missing-from-item-d/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Wasn't taking in account the delay_consume flag which actually means the item type is 11 not 2.
Also added a extra warning in the item packages parser.
Special Thanks to ossi0110 for bringing this up.
Signed-off-by: shennetsind <ind@henn.et>
|
|
Fixed "random" item package rates, special thanks to Beret.
Also, added the missing (+130) item package calls (special thanks to Streusel!)
Signed-off-by: shennetsind <ind@henn.et>
|
|
http://hercules.ws/board/topic/1244-official-item-grouppackagechain/
Also
Further implemented itemdb.c/storage.c interfaces, and a minor update to db2sql plugin.
Signed-off-by: shennetsind <ind@henn.et>
|
|
Replaced indents using spaces with tabs, reducing file sizes and
conforming to standards.
|
|
Also Introducing the official DB2SQL plugin to quickly update the .sql db files.
http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch
Signed-off-by: shennetsind <ind@henn.et>
|
|
- Updated bonus scripts of Chemical Protection scrolls to ensure that skill requirements are fulfilled.
http://hercules.ws/board/tracker/issue-6396-chemical-protection/
|
|
- Updated bonus order of 12218 to enable correct showing of skill effects.
http://hercules.ws/board/tracker/issue-7202-assumptio-effect-on-scrolls/
|
|
- Removed double entries for item 6441 and 6442 and updated their names according to fRO database. (http://rns.gamona.de/index.php?show=viewitem&itemid=6441, http://rns.gamona.de/index.php?show=viewitem&itemid=6442)
- Updated name of 12416 in all 4 item database files. (LUcky -> Lucky)
- Updated order of 19533 and 19534 in /db/re/item_db.txt.
- Updated AegisName of 4853-4858.
http://hercules.ws/board/tracker/issue-7156-double-items/
|
|
All credits to kyeme! thank you!
Signed-off-by: shennetsind <ind@henn.et>
|
|
Also Implemented allow party invitations state.
Implemented saving of client options (atm show_equip and allow party invitation)
http://hercules.ws/board/tracker/issue-7127-view-equipment/
Signed-off-by: shennetsind <ind@henn.et>
|
|
http://hercules.ws/board/tracker/issue-7154-equipment-based-skills-skill-891-for-example-persisting-through-resetsremoving-gears/
Merge of 3a9bacc515674885f079391899b22a5ccd8c2e31
Special Thanks to akinari1087
http://hercules.ws/board/topic/410-skill-script-command-updatefix/
Signed-off-by: shennetsind <ind@henn.et>
|
|
all credits to the awesome jTynne :3 thank you!
Signed-off-by: shennetsind <ind@henn.et>
|
|
* Renewal item database update:
-- Implemented nearly all remaining Malangdo items.
-- Added Upg_* boxes (follow-up r17180).
-- Corrected many kRO names.
* Updated Renewal item_trade database for Dewata, Malangdo, and Upg_* boxes.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17186 54d463be-8e91-2dee-dedb-b68131a5f0ec
|
|
* Added some Malangdo coin exchange NPCs, more will come later.
* Updated Malangdo warp portals.
* Fixed item ID 12220 and clarified documentation of 'getiteminfo' types 11 and 14 (bugreport:7256).
* Minor Renewal item database update.
* Applied changes from r17171 to SQL databases.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17172 54d463be-8e91-2dee-dedb-b68131a5f0ec
|