When running ascend.ash on my level 13 unascended multi, it starts, populates the quest map, registers the quest step and level up steps and then returns "[server] returned a blank page from lair2.php. Complain to Jick, not us." The only quest I have from the Council right now is MacGuffin. Is it assuming because I'm level 13 I should be ready for the NS?
boolean needakey = !can_interact() || my_level() < 13 ||
4) So I just have to configure the scripts and the default adventuring stuff?
Sort of. You also will need to make sure you're equipping whatever you want equipped. I usually set up the best outfit for the day before I run the script, and name that "melee". The script will use that outfit unless anther one is required.
Populating quest map.
42 quest steps registered.
9 levelup steps registered.
Server www2.kingdomofloathing.com returned a blank page from lair2.php. Complain to Jick, not us.
I got this error, which won't let ascend.ash run, I believe it's becasue I'm level 13 and it expects to be able to check the lair, but it's not finished with the island or level 12's quest.
Edit I also got this error when I just ran eat/drink.ash
Another edit, after completing the level 12 island quest I'm still getting this error, I'm using the latest mafia jar fyi
This is a combination of the fact that you don't have dungeon access in your clan and the fact that mafia assumes it should stop everything if you get a blank page back. I'm not sure why farm.ash would consider the sewer for farming, but I also think that aborting when a blank page is returned is the wrong way to go for mafia. One of those two things will need to be changed.