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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user