Age | Commit message (Collapse) | Author | Files | Lines |
|
- Removed clif->msgtable, and renamed clif->msg to clif->msgtable.
- Removed clif->msgtable_num, and renamed clif->msg_value to clif->msgtable_num
- Renamed clif->msg_skill to clif->msgtable_skill
- Removed clif_viewequip_fail
- Replaced hardcoded message IDs with constants (see enum clif_messages)
Signed-off-by: Haru <haru@dotalux.com>
|
|
Fixed a swapped-variable typo. Special thanks to Michieru
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
|
|
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- When a duration value is specified, the effect will have a fixed,
non-reducible duration, as required by item scripts.
- Special thanks to Michieru
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Returns the account ID (RID) for the given character ID.
- As per Streusel's request.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- 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>
|
|
Updated warper. Changed close; to end;
|
|
|
|
|
|
Removed floor() and ceil() as they don't make sense since everything is int to begin with.
|
|
|
|
Special thanks to MordekaiserGod for pointing out the issue.
Signed-off-by: Haru <haru@dotalux.com>
|
|
pointing it out.
|
|
|
|
|
|
- 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>
|
|
Changed close; into end; to try to fix bug 8666, since there is no di…
|
|
window a close; is not needed
|
|
Related: fff2194, http://hercules.ws/board/tracker/issue-8672-map-server-error/
Signed-off-by: Haru <haru@dotalux.com>
|
|
Related: http://hercules.ws/board/tracker/issue-8672-map-server-error/
Signed-off-by: Haru <haru@dotalux.com>
|
|
Fix issue http://hercules.ws/board/tracker/issue-8672-map-server-error/
|
|
|
|
Extend sanity check configure flag with all sanity checks.
|
|
- 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>
|
|
WoE, Ur, Sapha, Nab, Rogue Treasure's combo effect
|
|
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
|
|
Fixed Tidung item script
|
|
- 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>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Follow-up to b1b1b1aa8edc866a83029081e93d3e7d0f138189
Signed-off-by: Haru <haru@dotalux.com>
|
|
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>
|
|
-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
|
|
Update script_commands.txt
|
|
|
|
http://hercules.ws/board/tracker/issue-8665-tidungs-script-damage-reduction/
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
|
|
Typo when setting JoinAnnounce for channels
|
|
The comment is right, but the wrong message number is there
|
|
Actually, without "(" and ")" it triggers an error when script is loaded
|
|
Fix small typo.
|
|
Split -fsanitize checks into multiple steps
|
|
This will allow fine-grained detection of the sanitizer options
supported by the current compiler.
Signed-off-by: Haru <haru@dotalux.com>
|
|
-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>
|
|
-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>
|
|
|
|
|
|
Configure option: --enable-sanitize=full
|
|
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
|