summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
2013-05-30Memory Slasher | May 30 Patchshennetsind1-16/+16
http://hercules.ws/board/topic/928-memory-slasher-may-30-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-30Memory Slasher - May 30 Patchshennetsind3-17/+92
http://hercules.ws/board/topic/928-memory-slasher-may-30-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-30Memory Slasher - May 30 Patchshennetsind28-1013/+2460
http://hercules.ws/board/topic/928-memory-slasher-may-30-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-24Edited doc/script_commands.txt:jaBote1-2/+7
- Now lines will have up to 75 characters, no more (this does not affect functions or example codes, except most comments). - Some random lines have been shortened up a bit in order to fit wherever possible, in a way that doesn't affect quality of explanation. - Removed any references to past eA/rA revisions, changed SVN references to Git (except in get_revision), and removed most references to past devs of *Athena: this text is informative, not for credits. - Removed any references to TXT servers. - Removed any references to mob control suite. - Improved a bit the part on how to obtain a GID. - Slight improvements on some commands explanations. - Corrected mes script command definition as it can show more than 1 string at once. - Improved set script command to tell the abridged method: a = 7; - Removed reference to an unused parameter (flag) in source, in guildskill script command. - Corrected an error in the rate of autobonus command (100% is 10000, not 1000 as it was before). - Added ways to get a monster's GID through 'monster' and 'areamonster' script commands. - rAthena reference removed in sprintf and sscanf functions. - Please remove cell_basilica references in sercell function if it doesn't work anymore, as said in http://hercules.ws/board/topic/546-how-to-put-safe-zone-on-some-pvp-map/?hl=cell_basilica - Removed "Whew. That's about all of them." at end of the document. Edited src/map/script.c: - Added modification to 'monster' and 'areamonster' to return GID of summoned monster. Signed-off-by: jaBote <jaBote@fake-emails-rock.com>
2013-05-22Update packet.h (Ragexe ver 2013 05 22)Shaktoh1-0/+35
Thx to Yommy for the packet extractor tool
2013-05-19Slight adjustmentsMysteries2-32/+32
2013-05-19Added new packets for 2013-05-15aRagexe (thanks to Shakto!).Matheus Macabu1-0/+35
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-05-18This wasn't supposed to happen. God almighty damn.Matheus Macabu1-3/+1
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-05-18Some type conversion warnings fixed. If this breaks anything create a bug ↵Matheus Macabu1-1/+3
report ASAP and I will revert it gladly. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-05-17Merge pull request #26 from Earisu/masterFlipp10-44/+44
HPM Update
2013-05-17Fixed Party Options being displayed twice on loginshennetsind1-2/+0
Signed-off-by: shennetsind <ind@henn.et>
2013-05-17Fixed Bug #7171 Item #2shennetsind2-9/+15
http://hercules.ws/board/tracker/issue-7171-fontcolor-error/ Special Thanks to Beret~! Signed-off-by: shennetsind <ind@henn.et>
2013-05-17Fixed Look_Base not refreshing skill treeshennetsind1-1/+7
special thanks to Beret~! Signed-off-by: shennetsind <ind@henn.et>
2013-05-17Fixed 2 clang warningsshennetsind1-1/+1
Special Thanks to mkbu95! Signed-off-by: shennetsind <ind@henn.et>
2013-05-17MOTD redesignshennetsind10-136/+29
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-17- Made DB and malloc lib HPM-friendlySusu10-44/+44
- Also fixed a bug preventing the plugins to be loeaded because HPMI and HPMI_s weren't HPExport
2013-05-16Fixed setlookshennetsind1-0/+3
LOOK_BASE wasn't being handled despite being in the documentation. Special Thanks to Beret~! Signed-off-by: shennetsind <ind@henn.et>
2013-05-16Map Zone DB skill_damage_cap updateshennetsind1-40/+40
http://hercules.ws/board/topic/302-introducing-hercules-map-zone-database/ As per community suggestion in http://hercules.ws/board/topic/559-about-adjust-skill-damage-mapflag/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-16Fixed cash shop for 2011-11-22shennetsind3-1/+28
Special Thanks to Yommy, and M45T3R! Signed-off-by: shennetsind <ind@henn.et>
2013-05-15Hercules Renewal Phase One: guild.c startedshennetsind17-310/+390
http://hercules.ws/board/topic/237-hercules-renewal/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-15Fixed Bug #7230shennetsind1-3/+14
http://hercules.ws/board/tracker/issue-7230-color-in-messages/ Special Thanks to Beret Signed-off-by: shennetsind <ind@henn.et>
2013-05-15Fixed HPM @command implementationshennetsind1-4/+2
Signed-off-by: shennetsind <ind@henn.et>
2013-05-15Fixed Bug #7245shennetsind1-2/+3
http://hercules.ws/board/tracker/issue-7245-sura-combo-not-increasing-damage/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-15Fixed Bug #7243shennetsind2-9/+8
http://hercules.ws/board/tracker/issue-7243-raising-dragon-sphere-count/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-15Follow up b864056b8d088660fca9129bddad477732ed8df9shennetsind1-0/+5
Special Thanks to Xgear! Signed-off-by: shennetsind <ind@henn.et>
2013-05-15Fixed Bug #7238shennetsind2-173/+189
http://hercules.ws/board/tracker/issue-7238-skills-effect-showing-up-without-state-change-occuring/ Special Thanks to Xgear~! Signed-off-by: shennetsind <ind@henn.et>
2013-05-15For #7210shennetsind3-57/+66
Pending. http://hercules.ws/board/tracker/issue-7210-itemskill-command-does-not-check-for-required-items/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-15Fixed Bug #7242shennetsind1-1/+4
http://hercules.ws/board/tracker/issue-7242-monster-status-loop-issue-status-freeze/ Thanks to malufett! Signed-off-by: shennetsind <ind@henn.et>
2013-05-15Fixed Bug #7244shennetsind1-3/+3
http://hercules.ws/board/tracker/issue-7244-consumable-items-consuming-with-no-effect/ Special Thanks to Xgear <3 Signed-off-by: shennetsind <ind@henn.et>
2013-05-15HPM Updateshennetsind18-324/+360
Made SQL and strlib functions HPM-friendly, special thanks to Yommy for bringing the issue up. Added partial map.c support, for the all-handy map[] array, beware that soon the whole map.c renewal design will be commit and when that happens your usage of map.c functions in plugins might require some updates. Signed-off-by: shennetsind <ind@henn.et>
2013-05-14Follow up dc16b498f6dc8621037e4a596cd47c369576fa23shennetsind1-1/+1
Yahooo an 'n'~! Signed-off-by: shennetsind <ind@henn.et>
2013-05-14Hercules IRC Bridge Fixshennetsind1-7/+21
Special Thanks to Axiom, Wolfed!~ Signed-off-by: shennetsind <ind@henn.et>
2013-05-10* Implemented suggestion in topic:528, related to GMs being able to warp to ↵Matheus Macabu3-1/+4
non-walkable cells; also added configuration. * Few changes to gitignore and gitattributes. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-05-10Fixed Bug #7236 @mountshennetsind4-11/+11
http://hercules.ws/board/tracker/issue-7236-mount/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-09Fixed @go \n problem.shennetsind3-16/+45
Special Thanks to Yommy, Fatalis. http://hercules.ws/board/topic/570-problem-on-go-text/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-09Fixed Bug #7230shennetsind6-30/+58
Special Thanks to Beret! http://hercules.ws/board/tracker/issue-7230-color-in-messages/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-09Fixed Ally Chat / Bug #7228shennetsind4-26/+123
http://hercules.ws/board/tracker/issue-7228-ally-channel-problems/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-09Fixed Bug #7222shennetsind1-0/+3
http://hercules.ws/board/tracker/issue-7222-reloadatcommand-bug/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-09Fixed Bug #7223shennetsind1-4/+1
http://hercules.ws/board/tracker/issue-7223-homunculus-s-max-level-overshooting/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-09Added Item #12790shennetsind2-1/+6
Special Thanks to Yommy~! Thanks <3 Signed-off-by: shennetsind <ind@henn.et>
2013-05-09Fixed Item #12786shennetsind2-0/+5
Special Thanks to Yommy <3~ Thanks! Signed-off-by: shennetsind <ind@henn.et>
2013-05-07Fixed Bug #7223shennetsind15-542/+564
http://hercules.ws/board/tracker/issue-7223-homunculus-s-max-level-overshooting/ src/map/homunculus.c Hercules Renewal Phase One complete. http://hercules.ws/board/topic/237-hercules-renewal/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-07Cart Fixshennetsind9-68/+62
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>
2013-05-06Fixed support for 5k skill idsshennetsind1-7/+9
Thanks to malufett :3 Signed-off-by: shennetsind <ind@henn.et>
2013-05-053rd Class Effects Updateshennetsind8-83/+192
http://hercules.ws/board/topic/561-3rd-class-effects-update/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-05Fixed Bug #7200shennetsind1-0/+2
Fixed speed adjustment, special thanks to Zopkx http://hercules.ws/board/tracker/issue-7200-rental-cash-mounts-speed/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-042013-03-20 Packet Updateshennetsind1-20/+28
Special Thanks to Yommy~! <3 Signed-off-by: shennetsind <ind@henn.et>
2013-05-04Mapreg saving overhaulshennetsind2-107/+198
Server only saves variables that were changed, not all of them. Special Thanks to Yommy <3~! Signed-off-by: shennetsind <ind@henn.et>
2013-05-04Fixed Bug #7210shennetsind2-4/+4
http://hercules.ws/board/tracker/issue-7210-itemskill-command-does-not-check-for-required-items/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-04Upgrading Stat Server from 2.5 to 3.0shennetsind2-29/+48
also: modified encode_zip in grfio for a upcoming modification and some minor stuff in some other places. Signed-off-by: shennetsind <ind@henn.et>