New Content - Implemented Chateau Mantegna - January 2015 IotM

I have the Daily Deed for the Chateau enabled. Am I missing something to make sure I visit the desk?

Thanks.
 
Yes - the button click is working. I stated my question poorly:

In an automated fashion, how do I ensure I visit the desk every day?

Thanks.
 
I've just added this to my logout script, so it fires when I have forgotten to get the potions manually:

Code:
if(get_property("_chateauDeskHarvested") == "false") {
  visit_url("place.php?whichplace=chateau&action=chateau_desk", false);
}
 
Anyone knows how to make the preferred resting place to be my housing instead of the bed? At least for the 1st time, cause my housing has buffs that the bed doesn't.
 
Back
Top