Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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