This is probably just me not sure how the script really works but..
Hmm, been having some trouble with my farming the last few days. Basicly, every day it consider the Upper Chamber in the pyramid to be the best option for both my Main and Multi! It has also been trying to send my main to The Orcish Frat House (Bombed back to the stone age) not realizing it is not available (as I instead have the Hippy Camp bombed).
It also decided to go with a +item outfit and a Hobo Monkey!
I thought going to the Giant Castle would give better yield but not according to the script atm.
Setting Upper Chamber as excempted from the list of allowed locations it instead recommend the 8-bit realm, again with +item outfit and the Hobo Monkey which is wierd since no monster in the 8-bit realm drop any meat.
Looking through the session logs of the last day, it seem to have some wierd communications with can_adv or something along those lines, especially based around it not realizing which faction I helped during the lvl12 quest.
The sessionlog for my Main say
With no mention of can_adv reporting either of the bombed places as unavailable. Doing a quick check in the gCLI however yield
So at least can_adv recognize what is available and what is not.
Also, looking at the list where the script go through all the zones and search for the values of each item in the zone, several of the zones have no items. Sure, some zones have no items (such as the Throne Room) and naturally will not show up and some zones have already had their items parsed, but other zones like the 8-bit realm, the Barroom Brawl and the basement of the Giants castle have no items searched. I assume the script consider the zones worthless.
Hmm, been having some trouble with my farming the last few days. Basicly, every day it consider the Upper Chamber in the pyramid to be the best option for both my Main and Multi! It has also been trying to send my main to The Orcish Frat House (Bombed back to the stone age) not realizing it is not available (as I instead have the Hippy Camp bombed).
It also decided to go with a +item outfit and a Hobo Monkey!
Code:
Best location is The Upper Chamber with the command line 'item drop,switch Hobo Monkey{Peeled Eyeballs};'. Expected value is 500. The best monster there is Iiti Kitty, who is worth 192 meat.
Setting Upper Chamber as excempted from the list of allowed locations it instead recommend the 8-bit realm, again with +item outfit and the Hobo Monkey which is wierd since no monster in the 8-bit realm drop any meat.
Looking through the session logs of the last day, it seem to have some wierd communications with can_adv or something along those lines, especially based around it not realizing which faction I helped during the lvl12 quest.
The sessionlog for my Main say
Code:
> Considering Frat House:
> Considering Frat House In Disguise:
> can_adv reports that the area is unadventure-able.
> Considering The Orcish Frat House (Bombed Back to the Stone Age):
> Considering Hippy Camp:
> Considering Hippy Camp In Disguise:
> Considering The Hippy Camp (Bombed Back to the Stone Age):
> Considering The Obligatory Pirate's Cove:
Code:
> ashq import canadv.ash; print_html(can_adv($location[The Hippy Camp (Bombed back to the Stone Age)],false));
true
> ashq import canadv.ash; print_html(can_adv($location[The orcish frat house (Bombed back to the Stone Age)],false));
false
Also, looking at the list where the script go through all the zones and search for the values of each item in the zone, several of the zones have no items. Sure, some zones have no items (such as the Throne Room) and naturally will not show up and some zones have already had their items parsed, but other zones like the 8-bit realm, the Barroom Brawl and the basement of the Giants castle have no items searched. I assume the script consider the zones worthless.