summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-02-03Updated more placeholders and fixed some spacing issues.Mysteries300-714/+354
2013-01-30Removed something I wasn't supposed :<Mysteries1-1/+1
2013-01-29Updated some more placholders.Mysteries60-189/+133
2013-01-29Updated placeholders.Mysteries136-402/+140
2013-01-29Follow up to readme.txtMysteries1-0/+1
2013-01-29Updated the readme.txtMysteries1-39/+34
2013-01-29Fixed battle_calc_cardfix typo, Thanks to MaminhA's hawk eyesshennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-01-29Fixed Bug #6305shennetsind3-70/+57
Brandish spear can now be used by rune knights riding dragons. Made riding state check for both peco and dragon, created a new state for peco-only so that the functionality isn't lost. http://hercules.ws/board/tracker/issue-6305-brandish-spear-bug-for-rune-knight/ Signed-off-by: shennetsind <ind@henn.et>
2013-01-28New skill configshennetsind6-2/+20
After due consideration we thought it'd be in the best interest of the community to provide a switch to this official feature since it drastically change the way traps can be used Signed-off-by: shennetsind <ind@henn.et>
2013-01-28Fixed Bug #4832shennetsind3-6/+8
Fixed Ankle Snare to behave as in official servers, you only stop walking when you reach your destination and activates all other traps in the path. http://hercules.ws/board/tracker/issue-4832-hunter-ht-anklesnare-serious-bug/ Signed-off-by: shennetsind <ind@henn.et>
2013-01-28Updating clif.c's Header Disclaimershennetsind1-4/+3
Also removing something I mistakenly left on my previous commit, I deeply apologise. Signed-off-by: shennetsind <ind@henn.et>
2013-01-28Fixed Bug #7018shennetsind2-5/+7
Fixed bug with garments not displaying properly. http://hercules.ws/board/tracker/issue-7018-visible-robegarment-item-disappears-after-relogging-and-moving/ Signed-off-by: shennetsind <ind@henn.et>
2013-01-28Performance Improvement on Battle/Damageshennetsind1-104/+93
Dropping MarkZD's INT64 megalomania, his usage of int64 was completely unnecessary and was only taking additional processing time and spawning twice the amount of bytes it actually needed. Also dropping the poorly designed DAMAGE_ macros. Updating battle.c header to outline Hercules as made by Jman. Signed-off-by: shennetsind <ind@henn.et>
2013-01-27Support for 2012-04-18ashennetsind2-2/+21
Special Thanks to Judas for providing the new packet info. Signed-off-by: shennetsind <ind@henn.et>
2013-01-27Fixed Bug #7035shennetsind1-1/+1
Char server displaying extra '/' in exp_guild path. http://hercules.ws/board/tracker/issue-7035-typo-in-charserv-sqlbat/ Signed-off-by: shennetsind <ind@henn.et>
2013-01-27Fixed Bug #6644shennetsind1-3/+15
Basilica can only be placed when there are no other units (no mobs/players) within the range of which the basilica will spawn. http://hercules.ws/board/tracker/issue-6644-basilica-bugged/ Signed-off-by: shennetsind <ind@henn.et>
2013-01-27Debugging Improvementshennetsind1-0/+5
Making signal.h available throughout the whole source when in DEBUG mode so that developers (and users debugging) can easily raise signals from anywhere. Extremely handy with gdb, for example. Signed-off-by: shennetsind <ind@henn.et>
2013-01-27Fixed Bug #6689shennetsind1-0/+5
Star Gladiator's map data is now cleared upon job chaging outside star gladiator lineage, that way the database will no longer store these vars when they're not used Signed-off-by: shennetsind <ind@henn.et>
2013-01-27Fixed Bug #4339shennetsind1-1/+1
Normal Boss/mini-boss attacks no longer can hit trick-dead'd players. http://hercules.ws/board/tracker/issue-4339-trick-dead-bug/ Signed-off-by: shennetsind <ind@henn.et>
2013-01-27Renaming some more, also temporarily made "display_version" off by default ↵shennetsind32-39/+39
until we decide what to do with the version since it's git. Signed-off-by: shennetsind <ind@henn.et>
2013-01-26Changing ASCI Art / Moving stat server to Hercules.shennetsind3-20/+21
Changed the ASCI art (not quite final; just changing it prior to release), moving stat server to hercules end Signed-off-by: shennetsind <ind@henn.et>
2013-01-25Merge pull request #4 from mkbu95/mastershennetsind1-1/+1
Fix for bugreport:7218 in rAthena
2013-01-25Merge pull request #3 from shennetsind/mastershennetsind23-27/+28
Dropping _athena conf suffixes
2013-01-25Fixed bugreport:7218, where unique id was implemented and they forgot that ↵Matheus Macabu1-1/+1
more load was being retrieved after, so card0 wasn't being loaded properly. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-01-25Updating .gitignoreshennetsind1-1/+2
Made .DS_Store be ignored in all directories instead of only in root Signed-off-by: shennetsind <ind@henn.et>
2013-01-25Dropping _athena file suffixesshennetsind22-26/+26
Signed-off-by: shennetsind <ind@henn.et>
2013-01-21Updated .gitignoreshennetsind1-0/+2
The *.o files for libconfig were missing, and added /.DS_Store to ignore list (OSX mds cache storage) Signed-off-by: shennetsind <ind@henn.et>
2013-01-21Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-0/+129
2013-01-21Reverting SVN r17061shennetsind2-187/+160
Making --enable-debug useful once again. in r17061 lighta made --enable-debug enforce -wconversion, -Wno-switch, and other options (instead of making them optional) and by doing that lighta cluttered --enable-debug output making it incredibly hard to find important errors Signed-off-by: shennetsind <ind@henn.et>
2013-01-20Merge pull request #2 from trojal/mastershennetsind1-0/+129
Add .gitignore file
2013-01-20Fixed 3 logical errors (1 that would cause CH_PALMSTRIKE to crash the server ↵shennetsind2-4/+4
when either caster or target were out of sc data) Signed-off-by: shennetsind <ind@henn.et>
2013-01-17Merge remote-tracking branch 'origin/rathena'malufett14-203/+279
2013-01-16Fixed bugreport:7182 where GN_MIX_COOKING is limited in creating 1 food item.rud0lp203-10/+30
Fixed bugreport:7172 missing elemental resistance bonus of NC_RESEARCHFE. Recoded RA_FEARBREEZE.(bugreport:7188). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17101 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-01-16* Documented @set command from r16123.euphyy3-14/+20
* Fixed a waitingroom bug in Wizard job quest (bugreport:7189). * Fixed getequipname() returning -1 instead of an empty string (bugreport:7186). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17100 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-01-14* Added quotes parsing to @set (bugreport:7171)trojal1-1/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17099 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-01-13Follow up r17094.(bugreport:7173)rud0lp201-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17098 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-01-13Fixed bugreport:7170 where AL_INCAGI where it double DEF.rud0lp204-20/+21
Fixed bugreport:6961 WL_COMET AOE range is now 15x15. Fixed bugreport:5811 where SC_BLEEDING is not attach to caster to give exp. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17097 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-01-13* Updated WOE Controller script to v1.5, which overhauls the rewards system ↵euphyy4-133/+157
(with many new features). * Fixed another Renewal Izlude coordinate (bugreport:7169). * Fixed a mail bug, since r16574. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-01-12Okay. Trying it now, test 3.shennetsind1-1/+1
need to commit a minor edit to check how the caching works & to check if i got how this git stuff works. Signed-off-by: shennetsind <ind@henn.et>
2013-01-13Merge remote-tracking branch 'origin/rathena'malufett2-2/+2
2013-01-13Revert "Merge latest rathena commits to Hercules"malufett6-66611/+66595
This reverts commit cb18f86c8b6481a338057b1b8ea0bfbd5f5acb6e.
2013-01-12Merge remote-tracking branch 'hercules-remote/master' into dev/trojalTrojal6-66595/+66611
2013-01-13Merge latest rathena commits to Herculesmalufett6-66595/+66611
Merge r17093, r17094, r17095 of rAthena to Hercules. Welcome Hercules!! my first commit <3
2013-01-12Follow up r17094 forgot to include changes in db files..XDrud0lp202-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17095 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-01-12Change GC_VENOMIMPRESS to 10 cells.(bugreport:6419)rud0lp203-19/+35
Fixed bugreport:6503 where SR_GT_REVITALIZE causes glitch display in stat window. Change WM_LULLABY_DEEPSLEEP to self targeted skill.(bugreport:6579) Fixed bugreport:6642 where SR_CURSEDCIRCLE effect is not remove after casting AL_WARP. Change SO_ARULLO to ground targeted skill.(bugreport:6842) Fixed bugreport:7165 where 'npcwalkto' script command is not working properly. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-01-12Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind0-0/+0
2013-01-12Test1, testing for the commit widget, need to edit something.Trojal1315-0/+830889
Test2, testing for the commit widget, need to edit something. Signed-off-by: shennetsind <ind@henn.et>
2013-01-11Fixed bugreport:7159 where cooking formula and creation effect is not ↵rud0lp202-2/+2
working properly. Fixed bugreport:7129 where GN_MANDRAGORA is not working with other skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17093 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-01-10Add .gitignore file specifying lists of files to ignore from repositoryTrojal1-0/+129
(exe, compile objects, custom files, etc) -- generated from list of svnignore files.
2013-01-10Merge rathena repository to form Hercules initial commit.Trojal1315-0/+830889