Added conf option for homunculus idle no share (#4548)

* Added conf option to make characters stop receiving exp/drop from homunculi when they are idle
This commit is contained in:
Daegaladh
2020-01-22 18:55:59 +01:00
committed by GitHub
parent a4c75d4771
commit 921b3e2c3e
6 changed files with 24 additions and 10 deletions

View File

@@ -61,3 +61,12 @@ homunculus_S_growth_level: 99
// Send auto-feed notice even if OFF (Note 1)
// Official: yes
homunculus_autofeed_always: yes
// Is getting exp/item from the homunculus disabled when you're idle?
// Set to no, or the amount of seconds (NOT milliseconds) that need to pass before considering
// a character idle.
// Characters in a chat/vending are always considered idle.
// A character's idle status is reset upon item use/skill use/attack (auto attack counts too)/movement.
// You will only receive items if 'homunculus_autoloot' is activated,
// otherwise they will be dropped on the ground as usual.
hom_idle_no_share: no