summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-16Follow-up to c9f845f4518fc3626d9bc2f7166db5a2ac620a57Haru1-21/+10
- Removed documentation for floor and ceil. - Updated documentation for log10 to the new command's name. - Updated documentation for the math commands to mention that their return value is truncated to int. - Updated documentation for the distance() command to mention what type of distance it returns. Signed-off-by: Haru <haru@dotalux.com>
2015-05-16Merge pull request #515 from EPuncker/masterDastgir1-140/+163
Updated warper. Changed close; to end;
2015-05-16updated warperEvil Puncker1-140/+163
2015-05-16Fix log10() function actually using log10. Used natural log before.Streusel1-1/+1
2015-05-15Renamed log to log10, as it is creating errors with items called Log.Streusel1-21/+2
Removed floor() and ceil() as they don't make sense since everything is int to begin with.
2015-05-15Added floor(), ceil() and log() functions for usage in scripts.Streusel2-10/+68
2015-05-14Fixed some invalid questprogress conditionsHaru2-2/+2
Special thanks to MordekaiserGod for pointing out the issue. Signed-off-by: Haru <haru@dotalux.com>
2015-05-14Update Champion Mobs, Atk2 should be Variance, Thanks to Angelmelody for ↵Dastgir1-312/+312
pointing it out.
2015-05-13Fix a typo in packets.hDastgir1-1/+1
2015-05-13Added Packets for 2015-05-13aRagexe, Thanks to YommyDastgir1-13/+55
2015-05-13Follow-up to fb88a56Haru1-44/+47
- Fixes a division by zero while parsing the job_db. - Improves algorithm for guessing HP/SP table values when not enough levels are provided. Signed-off-by: Haru <haru@dotalux.com>
2015-05-13Merge pull request #514 from EPuncker/masterHaruna1-1/+1
Changed close; into end; to try to fix bug 8666, since there is no di…
2015-05-13Changed close; into end; to try to fix bug 8666, since there is no dialogue ↵Evil Puncker1-1/+1
window a close; is not needed
2015-05-12Follow-up to 2b4f2993Haru1-1/+1
Related: fff2194, http://hercules.ws/board/tracker/issue-8672-map-server-error/ Signed-off-by: Haru <haru@dotalux.com>
2015-05-12Follow-up to fff2194Haru1-10/+11
Related: http://hercules.ws/board/tracker/issue-8672-map-server-error/ Signed-off-by: Haru <haru@dotalux.com>
2015-05-11Merge pull request #513 from 4144/fixassertHaruna1-5/+13
Fix issue http://hercules.ws/board/tracker/issue-8672-map-server-error/
2015-05-12Fix issue http://hercules.ws/board/tracker/issue-8672-map-server-error/Andrei Karas1-5/+13
2015-05-11Merge pull request #508 from 4144/sanityHaruna4-77/+890
Extend sanity check configure flag with all sanity checks.
2015-05-11Fixed SC_BERSERK not starting SC_ENDUREHaru1-1/+1
- Issue present since cf56f7c9 (seemingly unintended edit of a condition in status_change_start). - Special thanks to MordekaiserGod. Signed-off-by: Haru <haru@dotalux.com>
2015-05-09Merge pull request #512 from Inzianity/patch-5malufett1-7/+7
WoE, Ur, Sapha, Nab, Rogue Treasure's combo effect
2015-05-09ItemDB SQL SyncHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-05-09Merge pull request #511 from zackdreaver/masterDastgir1-2/+10
Fixed Tidung item script
2015-05-08Deprecated command checkre().Haru2-1/+9
- The command is deprecated and it will be removed in about a month. Please use the constants RENEWAL, RENEWAL_CAST, RENEWAL_DROP, RENEWAL_EXP, RENEWAL_LVDMG, RENEWAL_EDP, RENEWAL_ASPD instead. Signed-off-by: Haru <haru@dotalux.com>
2015-05-08Replaced checkre() calls with constantsHaru61-261/+249
Signed-off-by: Haru <haru@dotalux.com>
2015-05-08Removed deprecated command isdayHaru2-15/+0
- Follow-up to b1b1b1aa8edc866a83029081e93d3e7d0f138189 Signed-off-by: Haru <haru@dotalux.com>
2015-05-08Added support for RENEWAL constants in scriptsHaru1-0/+37
Supported constants: - RENEWAL (globally enabled renewal mode) - RENEWAL_CAST (renewal cast time) - RENEWAL_DROP (renewal drop rate algorithms) - RENEWAL_EXP (renewal exp rate algorithms) - RENEWAL_LVDMG (renewal level modifier on damage) - RENEWAL_EDP (renewal enchant deadly poison algorithm) - RENEWAL_ASPD (renewal ASPD) Signed-off-by: Haru <haru@dotalux.com>
2015-05-07WoE, Ur, Sapha, Nab, Rogue Treasure's combo effectInzianity1-7/+7
-Fixed to make WoE Suit and WoE Boots get its set bonus when combined with WoE Manteau instead of WoE Muffler -Ur Set, Nab Set, Sapha Set item combo effect fix -Fixed Rogue of Treasure's combo effect with Cold Heart and Black Cat
2015-05-06Merge pull request #510 from MarvinLamart/patch-1Dastgir1-1/+1
Update script_commands.txt
2015-05-06Update script_commands.txtMarvin Lamart1-1/+1
2015-05-06Fixed Bug#8665zackdreaver1-2/+10
http://hercules.ws/board/tracker/issue-8665-tidungs-script-damage-reduction/ Signed-off-by: zackdreaver <zackdreaver@gmail.com>
2015-05-05Merge pull request #509 from Nihadm89/patch-1Dastgir1-1/+1
Typo when setting JoinAnnounce for channels
2015-05-05Typo when setting JoinAnnounce for channelsNihadm891-1/+1
The comment is right, but the wrong message number is there
2015-05-05Update script_commands.txtMarvin Lamart1-1/+1
Actually, without "(" and ")" it triggers an error when script is loaded
2015-05-03Add sanity into LDFLAGS also.Andrei Karas2-3/+58
Fix small typo.
2015-05-03Merge pull request #2 from MishimaHaruna/fsanitizeAndrei Karas2-70/+803
Split -fsanitize checks into multiple steps
2015-05-03Split -fsanitize checks into multiple stepsHaru2-70/+803
This will allow fine-grained detection of the sanitizer options supported by the current compiler. Signed-off-by: Haru <haru@dotalux.com>
2015-05-03Fixed Bug#8650malufett5-10/+22
-http://hercules.ws/board/tracker/issue-8650-minstrel-poem-of-netherworld-or-despair-song-skillleffect/?gopid=25083#entry25083 Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2015-05-03Fixed Bug#8652malufett3-0/+3
-http://hercules.ws/board/tracker/issue-8652-sp-again/?gopid=25092#entry25092 -Added missing weight factor of Minstrel/Wanderer. Thanks Michi Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2015-05-02Fix out of bound access if skill level is 0.Andrei Karas2-33/+45
2015-05-01Fix memory allocation error in atcommand.cAndrei Karas1-1/+1
2015-05-01Add extended sanitify flags.Andrei Karas1-6/+19
Configure option: --enable-sanitize=full
2015-05-01ItemDB SQL SyncHercules.ws1-2/+2
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-05-02Merge pull request #507 from zackdreaver/mastermalufett1-2/+2
Fix Bug#8653 -http://hercules.ws/board/tracker/issue-8653-parasite-and-harpy-card/
2015-05-01Fix bug 8653zackdreaver1-2/+2
http://hercules.ws/board/tracker/issue-8653-parasite-and-harpy-card/ Signed-off-by: zackdreaver <zackdreaver@gmail.com>
2015-04-29Merge pull request #506 from HerculesWS/champ_mobDastgir4-311/+2671
Added Champion Monsters
2015-04-29Added Champion Monsters. (Based on info from idAthena and DivinePride)Dastgir4-311/+2671
2015-04-27ItemDB SQL SyncHercules.ws1-1672/+1672
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-04-27Merge pull request #505 from HerculesWS/ItemDB_restrictDastgir1-2043/+9936
Item Restrictions Updated to match info from kRO
2015-04-27Item Restrictions Updated to match info from kRODastgir1-2043/+9936
2015-04-26ItemDB SQL SyncHercules.ws2-14/+14
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>