summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2013-07-11Partial Fixed Bug#7462malufett1-0/+1
-Burning(Eff_Burning) is now supported with 'bonus2 bAddEff' script command.
2013-07-07Fixed Bug#6503malufett3-4/+4
-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-05DB Queue Debug Updateshennetsind1-3/+3
Some documentation update on battlegrounds.conf Fixed Hercules Queue Option constants, they're 1-2-3 not 0-1-2. Some Bugfixes to the test script, special thanks to ossi0110 http://hercules.ws/board/topic/1302-bg-queue-debug Signed-off-by: shennetsind <ind@henn.et>
2013-07-05HCache | Item Packages Updateshennetsind2-3021/+12566
http://hercules.ws/board/topic/1389-hcache-item-packages-update/ Signed-off-by: shennetsind <ind@henn.et>
2013-07-04Fixed Bug#7459malufett13-41/+73
-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-04Merge branch 'master' of https://github.com/HerculesWS/Herculesj-tkay3-676/+2818
2013-07-04Merged/Updated/Added scripts from rAthena.j-tkay2-33/+305
- Fixed Bug #7400 Signed-off-by: j-tkay <joseph.tk.ea@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.confshennetsind2-675/+2813
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-28Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-2/+2
2013-06-28BG Queue Testingshennetsind1-0/+4
http://hercules.ws/board/topic/1302-bg-queue-debug/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-28Fixed Bug#6991malufett1-1/+1
-Where cardfix is not working properly. Thanks Kyeme Renewal Update: -updated/completed mastery fix damage factor(skills and sc). -initial implementation for new NPC skills (note: not yet functional dbs not yet updated).
2013-06-27Fixed Bug#7404malufett8-36/+45
-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-26Fixed Bug#7402malufett1-3/+3
-Added some missing calc in re atk. Fixed Bug#7378 -PA_GOSPEL should now clear buffs upon casting. Fixed Bug#7399 -Neutral skills should work properly with ghost type monsters. RENEWAL UPDATES: Updated some ninja & gunslinger skills to there renewal formula. Added exploit fix(RE fixed) with hunter stacking trap trick. Added some misc skills more to follow.
2013-06-24Fixed db2sqlshennetsind2-12/+12
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 fcba8a2161a392369db99ab9a516a24470c54796shennetsind2-196/+196
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-23UpdateMysteries7-45/+133
- Fixed some documentation - Fixed some alignment
2013-06-23Official Item Group/Package/Chainshennetsind24-7597/+24585
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-22Update skill_tree.confStreusel1-8/+8
Special thanks to the Xgear and the others in irc for reporting this.
2013-06-22Updated db/re/skill_db.txt (Follow up 9066912f74010dca38b151681faf4496e74ec612)jaBote1-1/+16
Added some doc for this file. Sorry for the follow up, but I don't have Git tools at the moment at Github only lets me to edit files one by one. Thanks to Gepard for pointing it out on the forum topic.
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 #7401shennetsind2-2/+2
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 Redesignshennetsind4-11464/+7669
http://hercules.ws/board/topic/1188-skill-tree-db-redesign/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-18Merge pull request #43 from Akkarinage/masterFlipp2-24/+24
Whitespace, tabs and Spellings
2013-06-17Fixed Bug#7247malufett1-7/+9
-while vending you can now change equipments. Updated sc_config.txt notes. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-15Fixed Bug#7373malufett1-391/+392
-Transformation scroll can now be seen by other char. -Follow up 6fd440ea35cf2a084ffa434ee3c8f651b3259c60. Changed sc_config.txt hex values to integer.
2013-06-15Merge pull request #44 from euphyy/masterMasao871-0/+3
Implemented Hall of Abyss.
2013-06-15Initial release for Monster Transformation Scrolls.(Thanks to Beret)malufett2-6/+15
(http://hercules.ws/board/topic/1087-scroll-transform/) Fixed Bug#7372 -where bows should not benefit matk bonus from upgrade. Thanks to Ryuuzaki Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-15Implemented Hall of Abyss.Euphy1-0/+3
2013-06-14Whitespace, TABs & SpellingsAkkarinage2-24/+24
Replaced indents using spaces with tabs, reducing file sizes and conforming to standards.
2013-06-14Update item_db.txtStreusel1-1/+1
Might as well when I'm at it..
2013-06-14Update item_db.txtStreusel1-4/+4
Fixed some incorrect parenthesis, special thanks to Ind's parser.
2013-06-14Fixed Bug#7362, Bug#7363 & Bug#7355malufett1-2/+2
Fixed compilation error and server console error.
2013-06-13Fixed Bug#7348malufett2-23/+23
Follow up for not updated SC in item_db.txt Thanks Kyeme Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-13Fixed some unintended revert(tortoise sucks..XD)malufett2-7/+7
Thanks to EvilPunker. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-13Follow up 0395610469ffcd3b71c93ef90861f73e0ab8d16fmalufett1-265/+274
Added changes in const.txt
2013-06-13Hercules Renewal Phase : Renewalmalufett18-574/+1281
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 81caf701723222ad07168017959d815fdd34535bshennetsind2-10/+10
Forgot the db files. whops. Signed-off-by: shennetsind <ind@henn.et>
2013-06-07Fixed bug 7016 & 7322Mysteries2-4/+4
- 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-31Update item_db.txtStreusel1-1/+1
Fixed Bug #7227 Part 1. http://hercules.ws/board/tracker/issue-7227-item-12790-unknown-name/
2013-05-30Merge pull request #30 from Zopokx/mastershennetsind1-1/+1
Fixed some scripts
2013-05-30Mora / NPC Updatesshennetsind1-3/+9
* Implemented all Mora quests (excluding instance-related quests and Mora Enchants). * Updated Mora town NPCs, Quiver Maker, and guides. * Updated Bifrost spawns and warps. All Credits to Euphy for sending those to us, Thank you~! Signed-off-by: shennetsind <ind@henn.et>
2013-05-27I didn't notice this errors before.Sirius1-1/+1
2013-05-17Fixed Bug #7257shennetsind1-2/+2
http://hercules.ws/board/tracker/issue-7257-old-wedding-dress/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-17MOTD redesignshennetsind2-4/+4
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 #12790shennetsind3-0/+3
Special Thanks to Yommy~! Thanks <3 Signed-off-by: shennetsind <ind@henn.et>
2013-05-09Fixed Item #12786shennetsind3-1/+3
Special Thanks to Yommy <3~ Thanks! Signed-off-by: shennetsind <ind@henn.et>
2013-05-07Cart Fixshennetsind1-42/+40
cart 'items' button no longer remains visible after the cart has been removed. -- Special Thanks to Wolfed. Improved status change end, now only sends the termination packet to those that matter, as opposed to always sending to those nearby, and made it smaller. Made possible thanks to super awesome Yommy :3 Signed-off-by: shennetsind <ind@henn.et>