Age | Commit message (Collapse) | Author | Files | Lines |
|
- Implemented the Geffen Scrolls and Mental Potion official effects. Thanks to Kyeme. (Ref: http://herc.ws/board/topic/1125-please-implement-the-magic-scroll-mental-potion-etc/)
|
|
|
|
|
|
- Follow up https://github.com/HerculesWS/Hercules/commit/d9ad1cc97be0a90b3ef2f653ae2d2cdd77dddd83.
- Fixes http://herc.ws/board/tracker/issue-8592-mega-resist-potion/, where the SC_TARGET_BLOOD is not working properly. Thanks to kyeme.
- Adjust some whitespaces.
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Add new config to allow player vend/chat room nearby hidden npc (#834)
|
|
Fix Crash when message is not defined
|
|
ItemDB Update:
|
|
- Fixes Issue #688.
- Update the item 'Acaraje' to its official effect. (Ref: http://herc.ws/board/tracker/issue-7773-acaraje-12375/)
- Fix 'Vitata500' not giving additional % in sp. (Thanks to Haru) (Ref: http://www.divine-pride.net/database/item/12436)
- Fix Ljosalfar and Mermaid Bubbles disappear its effect when died / dispell and etc.
|
|
- The crash could happen when Land Protector is cast as result of a
Fire Wall hit.
- Fixes #698 (fix based on ultramage's suggestion)
- The fix was also applied to the Taekwon Master's Warmth skills that,
while not affected by Land Protector, use a very similar multi-hit
loop.
Signed-off-by: Haru <haru@dotalux.com>
|
|
This reverts commit 912578159c8ccca9545e3c7dce9f7ce2b92bee2e.
This will be re-committed in a more atomic form.
|
|
- Update Geffen Scrolls to its official behavior and effect.
- Added Official item effect of Mental Potion.
- Fixed Chinese Pestel item effect.
- Fixed Vitata500 not giving 5% sp.
- Added 'Costume: Time Accessory'.
|
|
Signed-off-by: Jedzkie <jedzkie13@rocketmail.com>
|
|
Scriptqueue
|
|
|
|
::script_queues
Signed-off-by: Haru <haru@dotalux.com>
|
|
::entries
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- The commands queueadd, queueremove, queueopt, queuedel and qiclear
now all return true (success) or false (failure). - Taken/extended
from AnnieRuru's PR #847.
- The constants HQO_OnDeath, HQO_OnLogOut, HQO_OnMapChange were renamed
to QUEUEOPT_DEATH, QUEUEOPT_LOGOUT, QUEUEOPT_MAPCHANGE respectively.
- The name of the variable @QMapChangeTo$ used during the
QUEUEOPT_MAPCHANGE event has been renamed to @Queue_Destination_Map$.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- also add documentation for it
|
|
- Corrected return value in bool functions (true always means success,
false means failure, some were inverted). The script command return
values are left unchanged for backwards compatibility.
- Added some missing script_pushint to commands that are expected to
return a value (on failure).
- Cleaned up and optimized various functions.
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- script->hq[] should only be accessed through the provided interface,
script->queue().
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Follow-up to 918b1123963ac2f91a4d074b092ceef1db71b4e8, a9042bf0bee2d2453058b22973bea8f335c5a201
- Thanks to Dastgir
Signed-off-by: Haru <haru@dotalux.com>
|
|
Introduced new configuration option: fix_warp_hit_delay_abuse.
Official way is to set this option to false.
|
|
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
|
|
- For plugin overriding purposes. Thanks to Andrei Karas for the idea.
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Fixes #812 (warning message while creating instances)
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
make changes to (#837)
- mske better battle_config clarification
- Add FAKE_NPC constant in the source and use them
- also use the HIDDEN_WARP_NPC constants
|
|
credit to Emistry for the idea
|
|
|
|
- Update 2 new costume items:
• Ljosalfar (ID# 20099)
• Mermaid Bubbles (ID# 20209)
Signed-off-by: Jedzkie <jedzkie13@rocketmail.com>
|
|
|
|
Fixed defending aura bug in pre-renewal
|
|
Fixed Quest Log Packet for 2014-10-22 + Clients
|
|
Fix crash in instance.c
|
|
|
|
Updated script_commands.txt
|
|
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Follow-up to 84e02ac28fbb15c58d0a0f8a916b49663198b05b
Signed-off-by: Haru <haru@dotalux.com>
|
|
Squashed commits:
[18d0374] Fixed Quest Log Packet for 2014-10-22 + Clients
Added log Folder to be able to capture Map Server Logs see map-server.conf for it
Added save folder to be able to dump unknown packets
|