Age | Commit message (Collapse) | Author | Files | Lines |
|
- Follow-up to ca877ecbef0d3fe8df1b69fcaa9e72693c104f02
Signed-off-by: Haru <haru@dotalux.com>
|
|
Additional Status Calculation for Plugins.
|
|
|
|
This fixes the script loading issue mentioned here -> http://herc.ws/board/topic/10249-issue-with-item-db-after-update/
|
|
Changed clif->message with clif->messagecolor_self as this will not c…
|
|
scripts after warp.
|
|
Reduce map server memory usage for 3 MB with loaded HPM
|
|
Fixes skill blocks overiding larger blocks
|
|
|
|
|
|
|
|
|
|
|
|
This remove code duplicates and improve a bit code.
|
|
Follow up 98274e4 fix script command questactive warnings
|
|
sepcial symbols
|
|
Signed-off-by: Angelmelody <Angelmelody@gmail.com>
|
|
|
|
|
|
Update UID system to match official and Implement Merger
|
|
include stackable ones.
Implement ForceSerial option in Package Item Database to force serial for
any item.
Implement ForceSerial option in item database to force serial for any item.
Implement Merge Client interface to merge stackable items with serial numbers ( check npc/other/item_merge.txt ).
|
|
According to the C specifications, va_list isn't necessarily a pointer
(it can be an array of pointers, or just about anything). As such, we
can't nullpo check it.
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
missing character.
|
|
Return a message that tell GM how many points has been sent and what is
the latest total amount of points accumulated by users.
|
|
@sold[] return named item values.
|
|
Makes attached player or GID says a message like shouting a skill name,
the message will be seen to everyone around but not in chat window.
|
|
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
|
|
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
Fixes some plugin load failures
Signed-off-by: Haru <haru@dotalux.com>
|
|
failures
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Include directives are now directory-independent.
- This will allow building plugins from other directories in future.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Fixes issue #539, thanks to @moguri85
- Introduced in 84785ca7, cbccd881
Signed-off-by: Haru <haru@dotalux.com>
|
|
Several Bugs Fixed. Added Many new items, Fixed some ItemScripts, Added 2 New Race Groups: Scraba and Turtle.
|
|
Changes AegisName to Official.
Added 2 New Race Group: Scaraba,Turtle
Fix bug#8717 http://herc.ws/board/tracker/issue-8717-9-glorious-holy-avenger-auto-lex-aeterna/
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
|
|
implemented
(ref:Herc@9d1fe3cd3855bb973c55bdf98909c25bb80ee97a)
|
|
|
|
- More link changes
- Added proper link to Roulette topic
|
|
- Fixes bugreport:8714, thanks to HermeMaton
http://herc.ws/board/tracker/issue-8714-crash/
Signed-off-by: Haru <haru@dotalux.com>
|
|
Fixed a @charban issue
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
- Due to the backward-incompatible change, clif->colormes was renamed to
clif->messagecolor_self (for similarity with clif->messagecolor). The
'color' argument is now a 0xRRGGBB color rather than a color_table
index.
- enum clif_colors is no longer needed, but 0xRRGGBB-based constants
are now provided to replace the old COLOR_* values.
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
|
|
- Replaced several hardcoded values with the appropriate enums.
- Added documentation for some hardcoded values that haven't been
replaced by enums (yet)
- Minor code legibility improvements.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Replaced several hardcoded values with the appropriate enums.
- Added documentation for some hardcoded values that haven't been
replaced by enums (yet)
- Minor code legibility improvements.
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
-http://hercules.ws/board/tracker/issue-8673-gt-energy-gain/?gopid=25265#entry25265
-Fixed some skills related to spiritball, should now work like official.
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|