7
I Use This!
Moderate Activity

News

Analyzed about 1 hour ago. based on code collected about 5 hours ago.
Posted over 9 years ago
December Digest 2014 The following digest covers the month of December 1st - December 31st 2014. Team Changes GmOcean has been awarded a Community Contributor title for continuous contribution throughout Hercules.   Development Highlights Official ... [More] offensive skill formulas of KG/OB (Commit) Added RE Version of size_fix.txt (Commit) Speeding up calc aspd process in renewal (Commit) Save Sex in DB (Commit) Channel Configs to Plugin Support (Commit) item_data,mob_db,mob_data structs to plugin (Commit) Updated KG/OB Spirit Charms to official behavior (Commit) Song Aegis Behavior Update (Commit) Now songs auto-refreshes every 3 seconds Musical Lesson bonus rounded down for BA_ASSASSINCROSS Move check is item usable or not to separate method (Commit) New method: itemdb_is_item_usable Can be used as: itemdb->is_item_usable(item) Additional Script Commands & Functions: Change per character gender function (Commit) setnpcdistance N (Commit) getnpcclass (Commit) getnpcdir and setnpcdir functions (Commit) Extend script command getareausers (Commit) Add function what call OnUntouch event (Commit) Add function what called if player leave npc area (Commit) Renewal Updates (Commit): Homunculus Official Statuses Updated RE @mobinfo to show proper status data Some official behaviors Removal of certain commands: jump_zero, petheal, checkquest, setriding/checkriding, setmadogear/checkmadogear, setdragon/checkdragon   Scripting Highlights Fixed an issue in the Doha's Secret Orders Quest (Commit)   Database Highlights Splitting of mob sql database into mob_db and mob_db_re (Commit)   December Statistics During the period there were 71 Commits. Of these 71 commits, 10 included bug-fixes. 17 Commits from Pull Requests In this month, there were 3,328 Additions and 2,861 Deletions.   Happy New Years! [Less]
Posted over 9 years ago
Hi everyone! I would just like to apologize for the wait on this digest... I was busy last week finishing up assignments and handing them in before our christmas break begins. So, here it is!   November Digest 2014 The following digest covers the ... [More] month of November 1st - November 30th 2014.  Team Changes None   Development Highlights Introduction of 2014-10-22, Roulette, and Per-Char Gender!  (Commit) (Topic) Roulette rewards can be defined in db/roulette_db.conf As we understand the coins are points that you obtain by consuming an item, while such an item is not yet available (will be in a upcoming commit), you can set these values with @set command, they're TmpRouletteBronze,TmpRouletteSilver and TmpRouletteGold -- e.g. @set TmpRouletteBronze 5 Requires PACKETVER 20141022 or higher Sex is now a character table field, which can be defined as 'M', 'F' or 'U'. 'U' being the default value, meaning undefined, which means the accounts gender takes precedence (upcoming) a script command to change a characters gender Requires PACKETVER 20141022 or higher Missing 'type' field in itemdb now defaults to IT_ETC (Commit) Added missing type check to skill_delunitgroup (Commit) Re-issuing conflicted-out content on battle.c (see history/follow up) (Commit) No cell stacking implemented (official version) (Commit) Function for creating NPC (Commit) Removal of certain commands: jump_zero, petheal, checkquest Various Additions / Fixes authored by 4144 (Andrei Karas). Here are some: Allow use all char server interfaces from plugins (Commit) Added missing interface methods initialization in char.c (Commit) Added ability to add deprecated commands from scripts and plugins (Commit) Add function for parse or report about unknown object in parsing script file (Commit)   Scripting Highlights Fixed Typo in breeder.txt (Commit)   Database Highlights Addition of Roulette Items (Commit#1, Commit#2)   November Statistics During the period there were 141 Commits. Of these 141 commits, 6 included bug-fixes. 17 Commits from Pull Requests  In this month, there were 31,717 Additions and 12,154 Deletions. [Less]
Posted over 9 years ago
Septober Digest 2014   Hey everyone!   Once again, I'll be bringing out the Septober Digest! The Septober Digest of course contains both September and October Digests. I decided to do it differently this year and just have them separated so that it's ... [More] a little bit clearer as to certain things that have happened in the two months.   October Digest 2014 The following digest covers the month of October 1st - October 31st 2014.  Team Changes None   Development Highlights Deprecated checkriding and setriding commands (c6f102e) Deprecated checkdragon and setdragon commands (a852bdd) Deprecated checkmadogear and setmadogear commands (b3aef69) Marked command 'checkquest' as deprecated (3ad4a9d) Removed use of 'checkquest' from scripts (re folder) (bba3e69) Removed use of 'checkquest' from scripts (pre-re folder) (88929e7) Removed use of 'checkquest' from scripts (common folder) (32169c3) Removed use of 'menu' from official (non-custom) scripts (bf9e067) Marked the petheal command as deprecated (8bb0078) Removed undocumented setr command. It was never meant to be available (9f1944a) Marked command jump_zero as deprecated (bcf7a77) Added source support to mark script commands as deprecated (ce85609) Added support for other libmysqlclient variants (e1e5bd33) Improved bindatcmd handling (5928d78) Parameters passed to bindatcmd-invoked labels are now properly space-delimited. This is in order to support strings containing multiple spaces or containing a trailing space. Previously it was impossible to create a bindatcmd command that could accept a player name such as 'This name has two spaces' or 'Sir Trailingspace '. Added documentation and usage examples, especially wrt space handling. See doc/script_commands.txt for details. NOTE: Your custom atcommand labels may need edits, as we're no longer trimming multiple sequantial spaces or trailing spaces, in order to gain more flexibility. It is your care to do that. Fixed guild instances from being broken when guild members change (e552575) Increase of SQL password field size (7603ea17) Some 'Life Changes' - Kisuka (4ac6739) (Recommits: fe9e666, db1abaf, ec8aa5c) checkquest deprecated; Use questprogress instead for a more logical quest log checking command. getbrokencount command added to get amount of broken equipment. setdragon and setmadogear deprecated; use setriding instead. setriding now handles all combat mounts. Pathfinding now works exactly as on the client (fc011576) Rewrote the hard monster AI. Monsters will now behave a lot closer to official servers: (c813ffe) Monsters will now attack immediately when they are chasing a target and it comes into attack range (bugreport:7370) Monsters will now chase their target during their aDelay, but they still have to wait for aMotion to be able to move again (bugreport:9269) Monsters will now rethink their chase in a configurable interval (see monster_chase_refresh in monster.conf), official value is once per cell, previously it was once per 3 cells Monsters will now stop when they rethink their chase and their target is gone (player hides or target loot was picked), regardless of the monster_ai setting (note: if you want the old, stupid behavior, just increase monster_chase_refresh instead)   Scripting Highlights 2014 Halloween Event (228a826)   Database Highlights Update of atk2 of all mobs - match with official (dc566e)   October Statistics During the period there were 74 Commits. Of these 74commits, 21 included bug-fixes. 4 Commits from Pull Requests  In this month, there were 92,048 Additions and 86,716 Deletions.   September Digest 2014 The following digest covers the month of September 1st - September 30th 2014.  Team Changes csnv has been awarded a High Council title for continuous contribution throughout Hercules.Development Highlights Replaced hardcoded values with constants for status_change_start's flag (b0006317) Updated Xcode project to Xcode 6 (2f5af5b) Improved some FIFOSD checks in char_parse (41e2a7) Added *getguildmember script command (c84363d)   Scripting Highlights Fix blackjack script by logging out to prevent zeny deletion (a686eea) Updated hunting_missions.txt (4677ae7)   Database Highlights Fixed some rental items in both PRE and RE (a276407)   September Statistics During the period there were 72 Commits. Of these 72 commits, 55 included bug-fixes. 25 Commits from Pull Requests  In this month, there were 15,367 Additions and 15,596 Deletions. [Less]
Posted over 9 years ago
2014-10-22 Client, Roulette and per-char gender!Made Possible Thanks to YommyWe're only able to provide you with this patch thanks to Yommy, Thank you very much!RouletteDuring test period it will be disabled by default, to enable you must edit ... [More] conf/battle/feature.conf// Roulette (Note 1) // Requires: 2014-10-22bRagexe or later // Off by default while test version is out; enable at your own risk -- the mean dev. feature.roulette: offRoulette rewards can be defined in db/roulette_db.confAs we understand the coins are points that you obtain by consuming an item, while such an item is not yet available (will be in a upcoming commit), you can set these values with @set command, they're TmpRouletteBronze,TmpRouletteSilver and TmpRouletteGold -- e.g. @set TmpRouletteBronze 5Requires PACKETVER 20141022 or higher. Where you can get such client? Here (Again, Thanks to Yommy!)In action: http://hercules.ws/board/damocles/ind/screenHercules136.jpgPer-Character GenderSex is now a character table field, which can be defined as 'M', 'F' or 'U'. 'U' being the default value, meaning undefined, which means the accounts gender takes precedence(upcoming) a script command to change a characters genderRequires PACKETVER 20141022 or higher. Where you can get such client? Here (Again, Thanks to Yommy!)In action: http://hercules.ws/board/damocles/ind/screenHercules137.jpgSpecial Thanks toYommy..Yommy...The all-awesome Yommy~! Thank you again!Ziu for extra roulette information (some yet to be applied)HarunaLink~u!Commit2014-10-22 client [Less]
Posted over 9 years ago
2014-10-22 Client, Roulette and per-char gender!Made Possible Thanks to YommyWe're only able to provide you with this patch thanks to Yommy, Thank you very much!RouletteDuring test period it will be disabled by default, to enable you must edit ... [More] conf/battle/feature.conf// Roulette (Note 1) // Requires: 2014-10-22bRagexe or later // Off by default while test version is out; enable at your own risk -- the mean dev. feature.roulette: offRoulette rewards can be defined in db/roulette_db.confAs we understand the coins are points that you obtain by consuming an item, while such an item is not yet available (will be in a upcoming commit), you can set these values with @set command, they're TmpRouletteBronze,TmpRouletteSilver and TmpRouletteGold -- e.g. @set TmpRouletteBronze 5Requires PACKETVER 20141022 or higher. Where you can get such client? Here (Again, Thanks to Yommy!)In action: http://hercules.ws/board/damocles/ind/screenHercules136.jpgPer-Character GenderSex is now a character table field, which can be defined as 'M', 'F' or 'U'. 'U' being the default value, meaning undefined, which means the accounts gender takes precedence(upcoming) a script command to change a characters genderRequires PACKETVER 20141022 or higher. Where you can get such client? Here (Again, Thanks to Yommy!)In action: http://hercules.ws/board/damocles/ind/screenHercules137.jpgSpecial Thanks toYommy..Yommy...The all-awesome Yommy~! Thank you again!Ziu for extra roulette information (some yet to be applied)HarunaLink~u!Commit2014-10-22 client [Less]
Posted over 9 years ago
2014-10-22 Client, Roulette and per-char gender!Made Possible Thanks to YommyWe're only able to provide you with this patch thanks to Yommy, Thank you very much!RouletteDuring test period it will be disabled by default, to enable you must edit ... [More] conf/battle/feature.conf// Roulette (Note 1) // Requires: 2014-10-22bRagexe or later // Off by default while test version is out; enable at your own risk -- the mean dev. feature.roulette: offRoulette rewards can be defined in db/roulette_db.confAs we understand the coins are points that you obtain by consuming an item, while such an item is not yet available (will be in a upcoming commit), you can set these values with @set command, they're TmpRouletteBronze,TmpRouletteSilver and TmpRouletteGold -- e.g. @set TmpRouletteBronze 5Requires PACKETVER 20141022 or higher. Where you can get such client? Here (Again, Thanks to Yommy!)In action: http://hercules.ws/board/damocles/ind/screenHercules136.jpgPer-Character GenderSex is now a character table field, which can be defined as 'M', 'F' or 'U'. 'U' being the default value, meaning undefined, which means the accounts gender takes precedence(upcoming) a script command to change a characters genderRequires PACKETVER 20141022 or higher. Where you can get such client? Here (Again, Thanks to Yommy!)In action: http://hercules.ws/board/damocles/ind/screenHercules137.jpgSpecial Thanks toYommy..Yommy...The all-awesome Yommy~! Thank you again!Ziu for extra roulette information (some yet to be applied)HarunaLink~u!Commit2014-10-22 client [Less]
Posted over 9 years ago
August Digest 2014 The following digest covers the month of August 1st - August 31st 2014.  Development Highlights Fixed several issues with SO_EL_SYMPATHY (b791b66) Corrected an issue that caused the elemental's HP and SP would _decrease to_ ... [More] summon_level*5% instead of _increasing by_ said amount. Corrected an issue that decreased the SP cost of summon elemental skills by 5% even when the Spirit Sympathy skill wasn't present. Added/renamed some variables to prevent confusion. Please don't reuse 'i' variables for things that aren't array indices. Or don't reuse variables altogether for different purposes than their original one. Add MAX_REFINE as hard-coded constant (bac319d) MAX_REFINE has different value for renewal(20) and non-renewal(10) and some server even adjust this value so its better to add this constant so there's no need to add a configuration when making custom refiner scripts New Optional Configuration for unequipped disabled equipments (33a43e) Fixed an issue when Token_Of_Siegfried is used, under certain conditions (b29402) Extended item_check to also add unique_ids to any non-stackable items (49d604) Fixed official devotion behaviour, various cleanups (e7be725) Fixed a crash when a mercenary warps back to its master (7f4d6fc) Battle config option for knockback style when on same tile (2b8d501) sc_config.txt Update! (ec0272) Fixed some MSVC incompatibilities () Corrected several format-string errors through the code (c45e3fa) Fixes on 3rd class skills !  (356a83b) When under Mind Break Matk Effect and Mdef reduction should not show on ALT Q(bug:7915) Plagiarism should not copy New 3rd class skills. Thanks to OmegaRed (bug:8118) Update Runstone Lux Anima to official formula (bug:8285) Add official formula for Demonic Fire Update damage formula for Unlimit, apply Def and Mdef to 1 during the skill and adjust the cooldown to official. (bug:8227) Flash Combo should not consume hp-sp and the skill not ignore the distance. Fix a bug with Full Throttle that not consuming sp correctly and adjust the cooldown to official. All WoE items are inactive outside WoE or PVP Add bonus3 bSPVanishRate for Vellum Items. Script Vellum Items. Add 2 new bonus bSetDefRace and bSetMDefRace for the Vellum Items. (rAthena c046668034) Fixed Bowling Bash, Brandish Spear, Grand Darkness and Meteor Assault reducing def during cast; the only skill that does this officially is Grand Cross (rAthena 6947190) Implemented official Bowling Bash with all its special behaviors including the gutter line As many servers probably want to remove the gutter line problem, it is configurable; just adjust the bowling_bash_area setting in skill.conf (Bug:4209) Sonic Blow now has a fixed range of 1, even for monsters; a monster can't use this skill if you tank it from farther away (rAthena a15cee0)   Database Highlights Massive renewal mob_db update! (0fadf3) Some item fixes (5145cd) Fix some incorrect card effect rate (f8e0227) Update some official mob spawn info (b4bea48)   August Statistics During the period there were 52 Commits. Of these 52 commits, 23 included bug-fixes. 15 Commits from Pull Requests  In this month, there were 14,771 Additions and 12,889 Deletions. [Less]
Posted over 9 years ago
https://github.com/HerculesWS/Hercules/commit/0fadf384a80a25f1af712232d14a664848dbff88   This is been a long time coming ^^; renewal's mob_db now matches official. Thanks for both Michi and I, we present to you a Hercules where your monsters now match official renewal stats, drops, exp, etc   Enjoy.   Be sure to report any issues you may find
Posted over 9 years ago
https://github.com/HerculesWS/Hercules/commit/0fadf384a80a25f1af712232d14a664848dbff88   This has been a long time coming ^^; renewal's mob_db now matches official. Thanks for both Michi and I, we present to you a Hercules where your monsters now ... [More] match official renewal stats, drops, exp, etc   This update changes many values (stats, exp, hp, lv, etc) on many monsters. These changes are on par with the latest official servers.   Enjoy.   Be sure to report any issues you may find [Less]
Posted over 9 years ago
IP.Content was being a big stupid meanie head. So I stabbed it with a fork and now it works.   Our webchat on the website is back up and running. Join us in IRC by using the java chat client provided here: http://hercules.ws/board/page/irc.html