• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Tired Housekeeper

Junior Spellweaver
Joined
Jul 9, 2014
Messages
168
Reaction score
53
You would need to edit scripts for it. Didn't remember, where is this part, but you can try to find string about tiring or smth like that.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 26, 2014
Messages
16
Reaction score
4
An easy way to do this is to change the first line of function FN_HOUSESERVANT_CheckTired (01816.lua file):

replace
local temp1 = ReadServantValue( id, EM_HouseServantValueType_Tired )
with
local temp1 = 0
and your housekeepers will never be tired again. ;)
 
Upvote 0
Junior Spellweaver
Joined
Apr 27, 2015
Messages
176
Reaction score
107
TheElwood chears mate, great work around to editing the database.
 
Upvote 0
Junior Spellweaver
Joined
Apr 27, 2015
Messages
176
Reaction score
107
/script for i=1,500 do ChoiceListDialogOption(0); end; for i=1,100 do ChoiceListDialogOption(1); end;for i=1,100 do ChoiceListDialogOption(2); end;for i=1,100 do ChoiceListDialogOption(3); end

Posting this here so I don't lose it again.

 
Upvote 0
Back
Top