Age | Commit message (Collapse) | Author | Files | Lines |
|
Added iPc, iParty, iMap, iTimer to HPM exported interfaces
|
|
Made 'guild' interface available to plugins, added 'bc' in battle interface to link to map-server's battle config (special thanks to Shikazu!)
Signed-off-by: shennetsind <ind@henn.et>
|
|
So we can get some clue as to what is trying to cast it.
Special Thanks to Zopokx.
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to mkbu95, Zopokx!
http://hercules.ws/board/tracker/issue-7324-2-skill-issues
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to Xgear~!
http://hercules.ws/board/tracker/issue-7325-potion-pitcher-going-negative/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to lighta for pointing out an issue with that.
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to lighta for pointing it out.
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to Joseph / j-tkay !
http://hercules.ws/board/tracker/issue-7328-close-and-end/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to Angelmelody, Xgear~!
http://hercules.ws/board/tracker/issue-7329-server-crash-when-running-getmapxy/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Forgot about the Interface.
Signed-off-by: shennetsind <ind@henn.et>
|
|
All Credits to Haruna~!
Thank you very much!
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to Zopokx for bringing this up!
Signed-off-by: shennetsind <ind@henn.et>
|
|
http://hercules.ws/board/tracker/issue-7312-bug-instance/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to Shikazu
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to mleo1, Masao!~
http://hercules.ws/board/tracker/issue-7311-hideonnpc-not-working/
Signed-off-by: shennetsind <ind@henn.et>
|
|
http://hercules.ws/board/topic/843-commands-arent-being-logged/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to Haruna / Xgear~!
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to Axiom
http://hercules.ws/board/tracker/issue-7306-map-server-crashes-on-mvp-tombstone-spawn/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to bgamez23
http://hercules.ws/board/tracker/issue-7272-secure-npctimeout-bug-for-those-npc-who-have-no-dialog-window/
Signed-off-by: shennetsind <ind@henn.et>
|
|
|
|
Special Thanks to Beret.
Further Enhanced silhouette sync.
http://hercules.ws/board/tracker/issue-7171-fontcolor-error/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Merge checkhomcall Script Command from rAthena
|
|
Fixed some scripts
|
|
Special Thanks to Haru!
http://hercules.ws/board/tracker/issue-7291-segmentation-fault-in-run-script-main-on-mapserver-startup/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to Kyeme!
http://hercules.ws/board/tracker/issue-7264-map-zone-db-cards-not-working
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to Haru~!
http://hercules.ws/board/tracker/issue-7298-uninitialized-variable-in-read-channels-config/
Signed-off-by: shennetsind <ind@henn.et>
|
|
* 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>
|
|
Fixed warnings pinpointed by mkbu95 (THANKS)
Signed-off-by: shennetsind <ind@henn.et>
|
|
http://hercules.ws/board/topic/928-memory-slasher-may-30-patch/
Signed-off-by: shennetsind <ind@henn.et>
|
|
http://hercules.ws/board/topic/928-memory-slasher-may-30-patch/
Signed-off-by: shennetsind <ind@henn.et>
|
|
http://hercules.ws/board/topic/928-memory-slasher-may-30-patch/
Signed-off-by: shennetsind <ind@henn.et>
|
|
|
|
report]
* Added support for Baby Novices in the Novice's Quest Skills
* Hotfix for the Blacksmith Rank bugreport: http://hercules.ws/board/tracker/issue-7288-max-refine-blacksmith-rank/
* Added duplicates from pre-re Mage Quest required in Sage Quest Skill.
|
|
- 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>
|
|
Thx to Yommy for the packet extractor tool
|
|
|
|
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
|
|
|
|
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
|
|
report ASAP and I will revert it gladly.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
|
|
Adjusting it to the ERS modification, my IDE automatically fixed some indentation that i guess was accidentally removed.
Signed-off-by: shennetsind <ind@henn.et>
|
|
greatly enhances the ability to detect memory throughput
More on it: http://hercules.ws/board/blog/1/entry-30-ers-report-update/
Signed-off-by: shennetsind <ind@henn.et>
|
|
HPM Update
|
|
Signed-off-by: shennetsind <ind@henn.et>
|
|
http://hercules.ws/board/tracker/issue-7171-fontcolor-error/
Special Thanks to Beret~!
Signed-off-by: shennetsind <ind@henn.et>
|
|
Signed-off-by: shennetsind <ind@henn.et>
|
|
Signed-off-by: shennetsind <ind@henn.et>
|
|
special thanks to Beret~!
Signed-off-by: shennetsind <ind@henn.et>
|
|
Special Thanks to mkbu95!
Signed-off-by: shennetsind <ind@henn.et>
|
|
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>
|