summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09-Updated HeadersStreusel4-7/+13
-Fixed Issue ID #6834 warps --tu_swordsman.txt warp to New Izlude uses custom coordinates as renewal coordinates were not available
2013-02-07Updated accidental header reversionStreusel28-84/+28
2013-02-07-Updated plant spawnsStreusel28-121/+240
Signed-off-by: Streusel
2007-01-01-Updated guides/guides_izlude.txt coordinatesStreusel1-11/+11
2013-02-07Partial Fix for Bug #6825shennetsind2-2/+2
Hells Plant no longer can be stacked on the ground http://hercules.ws/board/tracker/issue-6825-hell-plant/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-07Fixed Bug #6803shennetsind1-0/+6
You no longer can dispell guild mates in non-pkable areas http://hercules.ws/board/tracker/issue-6803-dispell-bug/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-07Fixed Bug #7045shennetsind1-1/+3
Fire Pillar is now removed by land protector, and no longer can be cast over land protector. http://hercules.ws/board/tracker/issue-7045-fire-pillar-and-land-protector/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-07Fixing a layout issue on README.mdshennetsind1-1/+2
Signed-off-by: shennetsind <ind@henn.et>
2013-02-07Fixing mistake in modified source code headersshennetsind24-24/+24
Signed-off-by: shennetsind <ind@henn.et>
2013-02-06Fixed Bug #7056shennetsind1-1/+1
atoll was introduced in a 2011 lib and vc9 and 10 dont have that, dropping to atol since we dont need the int64 and using a tricky conversion to get it to unsigned http://hercules.ws/board/tracker/issue-7056-compiling-error/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-05Updating Headers of modified filesshennetsind4-8/+15
Signed-off-by: shennetsind <ind@henn.et>
2013-02-05Fix Bug # 7049malufett12-9/+78
Added new item bonuses bFixedCast, bVariableCast & bFixedCastrate. (see 'doc/item_bonus.txt' for info) Added new conf for max walk path.(Bug Report # 7042) http://hercules.ws/board/tracker/issue-7049-do-we-need-new-bonus/?gopid=16578#entry16578
2013-02-04Merge pull request #8 from M45T3Ryu/patch-1shennetsind1-1/+1
Update npc/instances/EndlessTower.txt
2013-02-04Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind2-13/+7
2013-02-04Fixed Bug #7053shennetsind1-15/+18
Disabled 2012-07-02 packets to avoid future bug reports, the client is broken. http://hercules.ws/board/tracker/issue-7053-fe8d3fc-buyingstore-not-working/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-04Merge pull request #7 from akrus/mastertrojal2-13/+7
Getting rid of unneeded indexes & allowing uint for guild exp values
2013-02-04Update npc/instances/EndlessTower.txtM45T3Ryu1-1/+1
Small typo in 15 Mobs.. I noticed of it because i seen 15 "Theif Bug Male" xD
2013-02-04Allow unsigned int values for guild exp (as it was before the change).akrus1-2/+2
2013-02-04Getting rid of unused indexes.akrus1-11/+5
Source: http://dev.mysql.com/doc/refman/5.5/en/multiple-column-indexes.html If the table has a multiple-column index, any leftmost prefix of the index can be used by the optimizer to find rows. For example, if you have a three-column index on (col1, col2, col3), you have indexed search capabilities on (col1), (col1, col2), and (col1, col2, col3).
2013-02-04Merged some commits from rAthena.Matheus Macabu14-43/+93
2013-02-04Some changes to .gitignore;Matheus Macabu5-49/+33
Merged r15231 and r15232 from eAthena. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-02-03Merge pull request #6 from Mysteries/masterMatheus Macabu302-956/+698
Various commits from Mystery
2013-02-03Follow up to 2f02be9Mysteries1-1/+1
Spacing issue
2013-02-03Merged rAthena r17103Mysteries3-243/+345
Added and updated many Renewal item scripts (incl. bugreport:7162, bugreport:7147). Some formatting changes in Clothes Dyer script (incl. bugreport:7204).
2013-02-03Fixed Bug #7051shennetsind1-1/+1
http://hercules.ws/board/tracker/issue-7051-warning-when-compiling/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-03item_noequip overhaul / Fixed Bug #7048shennetsind5-39/+37
Items are no longer unequipped when disabled by item_noequip.txt, instead their effects are nullified -- however cards in them, unless also disabled, wont have its effect nullified. Consumables will be consumed even while disabled, unless you modify the new config item_restricted_consumption_type http://hercules.ws/board/tracker/issue-7048-requestreport-regarding-to-item-noequiptxt/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-03Updated more placeholders and fixed some spacing issues.Mysteries300-714/+354
2013-02-03First attempt at converting our readme to .md markdown formatshennetsind1-1/+160
Signed-off-by: shennetsind <ind@henn.et>
2013-02-03Fixed Bug #7044shennetsind2-18/+18
Monsters in stone curse pre-stone state no longer are able to attack. http://hercules.ws/board/tracker/issue-7044-stone-curse/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-03Partial Fix to Bug #7039shennetsind1-0/+1
Fixed magical reflection behavior, user reflecting now visually casts the skill back at the caster, instead of caster casting it on itself. Waiting confirmation on the other part to fix. http://hercules.ws/board/tracker/issue-7039-frost-diver/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-03Merge branch 'master' of https://github.com/HerculesWS/Herculesmalufett206-690/+480
2013-02-03Fixed Bug #7042malufett1-1/+2
Fixed wrong 'if' condition in checking CELL_CHKNOPASS for the OFFICIAL_WALKPATH where clear path is considered to be limited to 14 cells it should only be with obstacles.
2013-02-03Updating the headers of so-far modified files with outdated headersshennetsind6-12/+18
Signed-off-by: shennetsind <ind@henn.et>
2013-02-03Fixed Bug #7048shennetsind2-42/+33
Items are no longer unequipped when a card within them is blacklisted (e.g. item_unequip.txt), instead the card's effect is nullified. http://hercules.ws/board/tracker/issue-7048-requestreport-regarding/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-03Fixed Bug #7046shennetsind1-4/+3
Updated Safety Wall Renewal behavior, when taking damage higher than the health of the safety wall, excess damage will no longer be passed to the player. http://hercules.ws/board/tracker/issue-7046-safetywall-should-always-block-at-least-one-hit/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-03Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind196-629/+307
2013-02-03Introducing MySQL Reconnectshennetsind4-1/+88
* mysql_reconnect_type ** 1: when mysql disconnects during runtime, the server tries to reconnect mysql_reconnect_count times and, if unsuccessful, the server is shut down ** 2: when mysql disconnects during runtime it tries to reconnect indefinitely mysql_reconnect_type:2 * mysql_reconnect_count ** number of reconnect attempts the server should do when the database disconnects during runtime ** only used when mysql_reconnect_type is 1 mysql_reconnect_count:1 ~Ind Signed-off-by: shennetsind <ind@henn.et>
2013-02-02Merge pull request #5 from Mysteries/mastershennetsind196-629/+307
Updated README.txt. Approving Mysterious pull request (Thanks!).
2013-02-01Added New Char-Server Rename Packetshennetsind1-0/+29
Special Thanks to Ancyker http://hercules.ws/board/tracker/issue-7040-missing-char-server-rename-packet/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-01Fixed clif.c::clif_parse_NpcSelectMenushennetsind1-2/+2
SECURE_NPCTIMEOUT is always defined; the check is wrong. Signed-off-by: shennetsind <ind@henn.et>
2013-02-01Fixed Bug #7037malufett1-2/+10
Where casting MO_EXTREMITY to untargetable targets causes the caster to move in fixed location/coordinate. http://hercules.ws/board/tracker/issue-7037-asura-strike-position/?gopid=16521#entry16521
2013-02-01Fixed Bug #5343shennetsind3-24/+28
SECURE_NPCTIMEOUT should be fully functional now, fixed remaining known issues. http://hercules.ws/board/tracker/issue-5343-delete-timer-error/ Signed-off-by: shennetsind <ind@henn.et>
2013-01-31Fixed Bug #6097shennetsind2-7/+12
Players in Chatrooms now: - Can Equip/Unequip gear - Can Talk to NPCS - Cant use consumable Items http://hercules.ws/board/tracker/issue-6097-chatroom/ Signed-off-by: shennetsind <ind@henn.et>
2013-01-31Fixed Bug #3080shennetsind12-41/+53
Replaced strncpy with safestrncpy where I found would be beneficial. http://hercules.ws/board/tracker/issue-3080-safestrncpy-instead-of-strncpy-where-applicable/ Also modifying headers accordingly. Signed-off-by: shennetsind <ind@henn.et>
2013-01-31Fixed Bug #6918shennetsind1-0/+2
@follow will not stop immeadily when turned off, instead of waiting for the current walk path to be complete. http://hercules.ws/board/tracker/issue-6918-follow-not-releasing-hold/ Signed-off-by: shennetsind <ind@henn.et>
2013-01-31Fixed Bug #7038shennetsind1-165/+161
Spider web no longer triggers on players on non-pvp maps http://hercules.ws/board/tracker/issue-7038-spider-web/ (also fixed tab align on switch and a logical thing on skill_additional_effect) Signed-off-by: shennetsind <ind@henn.et>
2013-01-30Removed something I wasn't supposed :<Mysteries1-1/+1
2013-01-30Fixing a typo on skill_trap_type descriptionshennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-01-30Fixing skill_trap_type bug, special thanks to exnevalshennetsind1-2/+2
Signed-off-by: shennetsind <ind@henn.et>
2013-01-29Updated some more placholders.Mysteries60-189/+133