summaryrefslogtreecommitdiff
path: root/db/pre-re
AgeCommit message (Collapse)AuthorFilesLines
2013-11-18Corrected a small error in the Elemental_Sword scriptHaru1-2/+2
- bAutoSpellOnSkill rate for the item was incorrectly set to 10000 (=1000%), while the actual maximum value should be 1000 (=100%). - Special thanks to kyeme. Signed-off-by: Haru <haru@dotalux.com>
2013-11-15Added BindOnEquip to the item_db documentation and templatesHaru1-0/+1
- Special thanks to ossi0110, kyeme - Fixes bugreport:7821 http://hercules.ws/board/tracker/issue-7821-missing-item-dbconf-columne/ Signed-off-by: Haru <haru@dotalux.com>
2013-11-14Item DB overhaulHaru2-6564/+74224
http://hercules.ws/board/topic/2954-item-db-file-structure-overhaul - Item db was changed to libconfig format. - This new format is larger than the original format, but it's less subject to conflicts when some items are edited and the file gets updated. - It is no longer necessary to specify fields with no value, and only the actually used fields are specified. - Items scripts (especially the long ones) are made more readable by splitting them into multiple lines, with proper indentation. - A converter perl script is provided in the tools directory (and a link to the web-based version of the same script canbe found in the above forum topic) - All of this was made possible thanks to Ind, Yommy. Signed-off-by: Haru <haru@dotalux.com>
2013-11-10Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4Haru2-102/+102
- Consolidated case in variables, labels, constants. Signed-off-by: Haru <haru@dotalux.com>
2013-10-30Official Font Supportshennetsind1-9/+9
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>
2013-10-25Added support for trailing commas within libconfig listsHaru2-79/+87
- Follow-up to 62c5e65d28833c1068d195778c0e3a710acaa104, special thanks to Ind - A trailing comma in a libconfig list (enclosed in parentheses) will no longer cause a parse error. - Updated config files where it makes sense to put a trailing comma Signed-off-by: Haru <haru@dotalux.com>
2013-10-25nocashshop mapflagshennetsind1-1/+6
As requested by the community in http://hercules.ws/board/topic/1477-mapflag-for-cash-shop/ and http://hercules.ws/board/topic/1476-disable-cashshop-in-pvp-woe/ 'nocashshop' mapflag disables the usage of the cashshop button as well as any attempts to purchase (in case the flag is turned on after someone gets the shop open). Signed-off-by: shennetsind <ind@henn.et>
2013-10-24Added 4 missing items to pre-re which the quest db update relies uponshennetsind1-4/+4
Follow up 418dd821c91ae19723a7b7b531e64b9c4565d555 Thanks to ossi0110 Signed-off-by: shennetsind <ind@henn.et>
2013-10-17Merge remote-tracking branch 'upstream/master' into SkidConstDastgir Pojee2-1/+34
2013-10-16Fixed Bug#7770malufett2-1/+34
-split 'item_delay.txt'. Follow up @ 9692bc034537693d331148ae8bd15153265c6cf0 -implement PACKET_ZC_SHOWSCRIPT. Special thanks to Kyeme and super awesome Yommy. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-10-12Skill ID Constant AddedDastgir Pojee1-432/+432
2013-10-07Updated/Fixed Clearanceshennetsind1-1/+1
Updated Clearance success rate; Fixed it affecting guild members. Thanks to Rytech/3CeaM Closes #152 Signed-off-by: shennetsind <ind@henn.et>
2013-10-07Follow up 5d6acd951f98bb54c64231d97e196e23f926980ashennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-10-05* Follow up dedec165eaeb0d291279b1d5b53fac242bcf7b4cshenhuyong4-44/+51
-Update pre-re/skill_db.txt * Updated the const.txt to support the newest common status, as well as the latest NPC's. * Fixed a issue where the Dark Collector's assigned MAPID was incorrect. * Updated all Rebellion skills to have official ranges and SP requirements. -Also updated the skill_db entrys for these skills to have near official settings.
2013-09-28Corrected some errors inteh Rebellion skill_tree and job_dbHaru2-5/+6
- Fixed bugreport:7724 (thanks ot Poison, LuLu) http://hercules.ws/board/index.php?app=tracker&showissue=7724 - Please note that, in Pre-Renewal, the job_db values aren't accurate, since the Rebellion class never existed before. It is currently using values from the Gunslinger class, just like Oboro and Kagerou use values from the Ninja class. Signed-off-by: Haru <haru@dotalux.com>
2013-09-27Added full support for the Rebellion.shenhuyong5-3/+138
Credits to 3ceam2 for the base,Thanks to Rytech. -The skill still needs to be completed, as well as support for higher base stats. -Bonus stats are set to temporarily values until the official ones are known. -Updated the item_db.txt file with information on the Rebellion's job equip mask. -Added packets and packet keys for 2013-08-07Ragexe with the info provided by Shakto,Thanks to Shakto. -A 2013-08-07Ragexe client or higher is required for this job to be properly playable.
2013-09-16Corrected line endings and BOM issues with several filesHaru2-2/+2
- 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>
2013-08-26Fixed Bug#7584malufett1-1/+1
-Where HW_SOULDRAIN should work only in single target. Fixed Bug#7670 -Where PA_GOSPEL is not working properly. Fixed Bug#7668 -Bonus 'bLongAtkRate' is not working properly. Fixed Bug#7512 -Bonus 'bCritAtkRate' is not working properly. Fixed Bug#7515 -Fixed MO_EXTREMITYFIST animation. -Fixed RE armor/weapon storage tab positioning. -Fixed HW_MAGICPOWER cast time. -Fixed '/item' '/monster' aegis command where it not working properly in some item names or monsters. -Added NC_DISJOINT cast time hidden modifier. -Updated RE ATK for post damage modifier. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-08-22Fixed Bug #7663shennetsind1-2/+1
SG Union skill being unavailable http://hercules.ws/board/tracker/issue-7663-union-skill-bug/ Closes #86 Signed-off-by: shennetsind <ind@henn.et>
2013-08-22Fixed Bug #7506shennetsind1-0/+4
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>
2013-08-22Fixed Bug #7354shennetsind1-0/+1
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>
2013-08-22Fixed Bug #7503shennetsind1-1/+1
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>
2013-08-03Updated AegisNames in the pre-re item DBHaru3-226/+193
- AegisName values taken from Ind's Ultimate Item DB Update (1caae98) - Fixed bugreport:7600 (thanks to bgamez23) http://hercules.ws/board/tracker/issue-7600-error-itemdb-read-duplicate-aegisname/ - Corrected and enabled some previously unavailable/unknown IDs in item_packages.conf (both pre-re and re) and item_group.conf (pre-re) Signed-off-by: Haru <haru@dotalux.com>
2013-07-20Fixed Bug #7550Mysteries1-1/+1
http://hercules.ws/board/tracker/issue-7550-baby-mage-inheriting-priest- class-skills-re-mode-pre-re/ - My other commit isn't read to release yet, so I rather just push this through now. Thanks jTynne!
2013-07-11Some fixes regarding Sentences, and AlignmentMysteries2-9/+14
Also, Fixed Bug#7504 - http://hercules.ws/board/tracker/issue-7504-missing-monsters/?gopid=1929 1#entry19291 ~Merged from rAthena
2013-07-07Fixed Bug#6503malufett1-1/+1
-where SR_GENTLETOUCH_REVITALIZE is not working properly. Fixed Bug#6547 & Bug#6141 -SC_BLOODYLUST should now work properly like as official behavior. Fixed Bug#7395 -SO_SPELLFIST should now work properly. Fixed Bug#7477 -removed hidden walkdaley that makes character stop when hit even if SC_ENDURE is active. Fixed Bug#7475 -fixed error message in SA_AUTOSPELL when cancel button is pressed. Fixed Bug#7337 -MG_CHANGECART should now work properly. Fixed Bug#7474 -SC_MAELSTROM should now work properly like as official behavior.
2013-07-05HCache | Item Packages Updateshennetsind1-1241/+8614
http://hercules.ws/board/topic/1389-hcache-item-packages-update/ Signed-off-by: shennetsind <ind@henn.et>
2013-07-04Fixed Bug#7459malufett5-22/+38
-where 'working in progress' state is not cancel in change map/teleport. Fixed Bug#7265 -where casting AL_INCAGI into chars force them to stand where it now suppose to be. Fixed Bug#7337 -fixed some skills that deals 'work in progress' state. Fixed Bug#7467 -fixed compiling warning message. Renewal Updates -Temporary fix for skills final damage reduction. -Updated NJ_KUNAI to its renewal formula. -Updated/Fixed some interface messages. -Implemented additional new 3rd job skills(GN_ILLUSIONDOPING,RK_LUXANIMA,SO_ELEMENTAL_SHIELD,SC_ESCAPE) Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-07-03Follow up be2b1ae78b0d7798f57b3875097614b9c92f7a2cshennetsind1-1/+1
Special Thanks to ossi0110 Signed-off-by: shennetsind <ind@henn.et>
2013-07-03Updated item_group.confshennetsind1-165/+1539
Special Thanks to Muad_Dib for all the new info! and to Masao for bringing the issue to our attention. Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Fixed Bug#7404malufett2-11/+11
-ALL_ODINS_POWER should now work properly. Follow up@074662a4b30e5d380fda32fd7df2d3ae2de759e0 -added some missing entry in dbs. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-24Fixed db2sqlshennetsind1-6/+6
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>
2013-06-24Follow up fcba8a2161a392369db99ab9a516a24470c54796shennetsind1-66/+66
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>
2013-06-23UpdateMysteries3-4/+34
- Fixed some documentation - Fixed some alignment
2013-06-23Official Item Group/Package/Chainshennetsind11-3597/+9640
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>
2013-06-22Update skill_tree.confStreusel1-8/+8
Special thanks to Via and the others in irc for reporting this.
2013-06-22Updated db/pre-re/skill-tree.confjaBote1-1/+16
Added a some documentation to the file. Since Github doesn't allow me to edit some files at once and I haven't Git tools right now, a follow up will come right now with the db/re/skill-tree.conf file doc. Thanks to Gepard for pointing it out on the forum topic.
2013-06-19Fixed Bug #7401shennetsind1-1/+1
Special Thanks to Vali http://hercules.ws/board/tracker/issue-7401-new-skill-tree-db-bug/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-19Skill Tree DB Redesignshennetsind2-5732/+3836
http://hercules.ws/board/topic/1188-skill-tree-db-redesign/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-14Update item_db.txtStreusel1-1/+1
Might as well when I'm at it..
2013-06-14Fixed Bug#7362, Bug#7363 & Bug#7355malufett1-2/+2
Fixed compilation error and server console error.
2013-06-13Fixed Bug#7348malufett1-12/+12
Follow up for not updated SC in item_db.txt Thanks Kyeme Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-13Hercules Renewal Phase : Renewalmalufett6-289/+458
Rename SC names to eagis standard. Implement SC Configuration.(see db/sc_config.txt) Skill updates and fixes. Some code optimization. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-09Follow up 81caf701723222ad07168017959d815fdd34535bshennetsind1-5/+5
Forgot the db files. whops. Signed-off-by: shennetsind <ind@henn.et>
2013-06-07Fixed bug 7016 & 7322Mysteries1-2/+2
- http://hercules.ws/board/tracker/issue-7322-about-pluginsconf/ - http://hercules.ws/board/tracker/issue-7016-skill-db-not-behaving-as-des cribed-in-discription/ - Made /conf/plugins.conf a little bit more better to understand.
2013-05-31Update item_db.txtStreusel1-1/+1
Fixed Bug #7227 Part 2. http://hercules.ws/board/tracker/issue-7227-item-12790-unknown-name/
2013-05-17MOTD redesignshennetsind1-2/+2
much more flexible, as per community suggestion in http://hercules.ws/board/topic/320-motd-change-suggestion/ dropped motd_type config new motd is at npc/MOTD.txt dropped @motd, @gmotd commands Signed-off-by: shennetsind <ind@henn.et>
2013-05-09Added Item #12790shennetsind1-0/+1
Special Thanks to Yommy~! Thanks <3 Signed-off-by: shennetsind <ind@henn.et>
2013-05-09Fixed Item #12786shennetsind1-0/+1
Special Thanks to Yommy <3~ Thanks! Signed-off-by: shennetsind <ind@henn.et>
2013-04-29Fixed bug report #6396Kenpachi1-4/+4
- Updated bonus scripts of Chemical Protection scrolls to ensure that skill requirements are fulfilled. http://hercules.ws/board/tracker/issue-6396-chemical-protection/