Castlefarming script for a script dummy?

Mystia

Member
I've checked through the forums and found a bunch of scripts that all require a bit of configuration that I just can't seem to figure out.

Would someone mind giving me a basic script that will burn X turns at castle in the sky, and choose "Do Nothing" at Wheel in the Castle in the Sky noncombat?
 

Grotfang

Developer
I doubt that needs to be scripted. Select the castle in the adventure tab, then go to Choice Adv (the second tab in the row half way down). The first choice adv is "Castle Wheel". Tell it to select map quest position, via whichever stat you want.

Now either enter the number of adv you want to spend in the adventure pane, or type:

Code:
adventure x giant's castle

into the CLI.

Hope that helps.
 

Sputnik1

Member
I agree with Grotfang in this doesn't really need to be scripted since the choice adventures choices are just set it and forget it. just change them under the Choice Advs Tab under the Adventure tab.

though I will give you this for adventuring in the castle, its the ash equivalent of what Grotfang gave you

Code:
adventure(my_adventures(), $location[Giant's Castle]);
 

Attachments

  • CastleAdv.ash
    54 bytes · Views: 95
Top