brittanycolumbo
New Member
- Joined
- Jun 15, 2012
- Messages
- 39
- Reaction score
- 0
until arias hut is fixed i only use act 3 overnight.. sarkoth only when at computer =O(
Let me get this right (I'd hate to get it wrong..)
Delete my old Icool plugin and use the Sarkoth.cs in its place. Yes?
Edit my "1.04 - Sarkoth_Modified_Wizard.xml" profile in search for "Use TownPortal" and replace with the following line "<While condition="Me.IsInTown == False">
<UseTownPortal questId="1" />
</While>"
?
I just wanna be totally clear here. I'm sort of stupid
:edit:
Question
What if youre dead? will it leave game then? Or revive, port town, leave game?
<UseTownPortal questId="1" />
<While condition="Me.IsInTown == False">
<UseTownPortal questId="1" />
</While>
Is it possible to make the bot TP after collecting the last drop of gold instead of walking to the middle? Not a big deal, but it'd save some time. It's in the Artemis plugin, but I dunno how to put it in here.
Actually its the whole teleporting before dropping loot issue... I slightly changed my last WP so that my wiz moves closer to the chest and gets everything in the process.
HOWEVER... Jenova, Ive succesfully applied your plugin and it works really well... unfortunately!! it takes up to 7 seconds after teleporting into town (after finished run) to actually exiting the gameThats horrible...
Is there a way to fix that? Im looking at the codes but cant really find anything... :/
Unfortunately I don't think its possible to change this, it is the bot and the time it is taking to detect that you are in town after portal. Still 7 seconds seems quite long, I'm only in town for 1-2 seconds before it leaves the game.
Previously, using the UseTownPortal tag without the <While> loop around it, would leave the game the instant it got into town - but that's because it didn't have to check the extra condition on the while loop - which has to wait for the bot to update your new zone.
Oh my...
I changed the final WP coords from x.118 y.102 x.0 ish to x.122 y.98 x.0 - resulting in my wiz actually moving up to the chest and picking up all remaining gold (yay solved).
BUT she does NOT pick up items that are on her loot list unless they are dropped BEFORE finishing combat... meh.. how do I fix this?
in some successful run after looting , it starts teleporting to town in order to exit game but instead it cancels the teleport and start logout while it is in the cellar(with the result of losing time)
any ideas why behaves like this ? or how it can be fixed?
Edit my "1.04 - Sarkoth_Modified_Wizard.xml" profile in search for "Use TownPortal" and replace with the following line
Yes, specifically you are looking for:
Code:<UseTownPortal questId="1" />
and replacing it with
Code:<While condition="Me.IsInTown == False"> <UseTownPortal questId="1" /> </While>
Delete my old Icool plugin and use the Sarkoth.cs in its place. Yes?
Yes, this one plugin is intended to replace Icools plugin.
Edit my "1.04 - Sarkoth_Modified_Wizard.xml" profile in search for "Use TownPortal" and replace with the following line
Yes, specifically you are looking for:
Code:<UseTownPortal questId="1" />
and replacing it with
Code:<While condition="Me.IsInTown == False"> <UseTownPortal questId="1" /> </While>
The reason is because if your bot ends up fighting off a couple monsters using the original UseTownPortal tag, it will be interrupted and won't try to recast it.
What if youre dead? will it leave game then? Or revive, port town, leave game?
If you die, it will leave the game and restart it.
I've run this profile and using this plugin now several hundred runs, and only 2 deaths (sometimes unlucky).
Made 5mil gold since yesterday evening. Successfully ran overnight and was still running when I woke up the next day.