Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need a whimsyshire script
05-15-2014, 03:09 AM
Post: #1
Wink I need a whimsyshire script
Hey guys, I have no idea what coding this is in or ho to do it. If someone can explain to me how to write a code for this, or write one for me, I'd be forever grateful. I'm trying to farm whimsyshire to get the Mat for Sage items for my wizard, and Ive been doing it manually for about a month without a single drop. any help?
Find all posts by this user
Quote this message in a reply
05-15-2014, 04:57 PM (This post was last modified: 05-15-2014 05:24 PM by nalleman.)
Post: #2
RE: I need a whimsyshire script
I Imagine its not very hard.. thrown below together in 3 minutes and working to get you there first run:
However there is a big caveat that I have not figured out, the bot will Stash the Infernal Staff of Herding when he gets to town....
Need Titaniums helm to sort that out for it to work for you un attended Smile Will now make a test run and see if there are stuff in that place needing blacklisting for it to work as there as some funny things in there and most are named tentacle when checking actors near me Smile


<Profile>
<Name>Act1 Wyrmshire</Name>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
<GameParams resumeFromSave="False" isPrivate="True" numGames="-1"/>
<!-- Made by Nalleman-->

<Order>


<!-- Old ruins -->
<UseWaypoint waypointNumber="1"/>

<If condition="CurrentWorldId == 71150">

<!-- Spawnloc of Tentacle lord Cow ghost-->
<MoveTo x="2194.082" y="2521.854" z="27.1"/>
<UseObject actorId="209133"/>
<WaitTimer waitTime="1000"/>
<!-- Use wyrmshire portal Tentacle Trist-->
<UseObject actorId="209083"/>
</If>


<ExploreArea boxSize="80" boxTolerance="0.1"/>
<WaitTimer waitTime="1000"/>

<UseTownPortal/>

<LeaveGame/>


</Order>
</Profile>

needs a bit tweaking more I see, will add some more soon Smile still big problem with that bot deposit staff every run in stash.

This is how far I have gotten, still does not work correctly though thanks to the cow ghost has a superlong dialog that I do not seems to be able to get the bot to skip, if thats done it entered the wyhrmshire and cleaned it for me. but only ran it twize and have other stuff calling attention now Sad

<Profile>
<Name>Act1 Wyrmshire</Name>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
<GameParams resumeFromSave="False" isPrivate="True" numGames="-1"/>
<!-- Made by Nalleman-->

<TargetBlacklists>
<TargetBlacklist actorId="209133"/>
</TargetBlacklists>
<Order>


<!-- Old ruins -->
<UseWaypoint waypointNumber="1"/>

<!-- Walk there -->
<MoveTo x="1999.47" y="2761.23" z="40.15685"/>
<MoveTo x="1993.597" y="2653.908" z="39.50518"/>
<MoveTo x="2036.153" y="2550.621" z="27.1"/>
<MoveTo x="2155.92" y="2532.296" z="27.1"/>

<!-- Spawnloc of Tentacle lord Cow ghost-->
<MoveTo x="2194.082" y="2521.854" z="27.1"/>
<UseObject actorId="209133"/>
<WaitTimer waitTime="30000"/>


<!-- Use wyrmshire portal Tentacle Trist-->
<UseObject actorId="209083"/>


<If condition="CurrentWorldId == 211471">

<ExploreArea boxSize="80" boxTolerance="0.1"/>
<WaitTimer waitTime="1000"/>
<LeaveGame/>
</If>



</Order>
</Profile>
Find all posts by this user
Quote this message in a reply
05-16-2014, 06:11 PM
Post: #3
RE: I need a whimsyshire script
Thank you! I'm pretty sure I can set it up from here to just wait for an allotted time after speaking to the cow, prior to preceding to the rift.
Find all posts by this user
Quote this message in a reply
08-31-2014, 06:07 PM
Post: #4
RE: I need a whimsyshire script
I'm surprised there is not an official one made by Titanium.
Find all posts by this user
Quote this message in a reply
09-01-2014, 10:56 AM
Post: #5
RE: I need a whimsyshire script
There is an official one here:
http://www.botexploit.com/en/forum/showt...hp?tid=732

(08-31-2014 06:07 PM)itsbiju Wrote:  I'm surprised there is not an official one made by Titanium.
Find all posts by this user
Quote this message in a reply
09-22-2015, 11:41 PM
Post: #6
RE: I need a whimsyshire script
(09-01-2014 10:56 AM)Titanium Wrote:  There is an official one here:
http://www.botexploit.com/en/forum/showt...hp?tid=732

(08-31-2014 06:07 PM)itsbiju Wrote:  I'm surprised there is not an official one made by Titanium.

I think he means an official Whimsyshire farm profile.
I'm still looking, Can't just now take the time to write one myself. Though i'm sure I will eventually if I can't find one to my liking.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)