ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Venosa on May 16, 2010, 06:40:37 AM
-
Ok this is an idea and perhaps it has already been done. A script to farm boura pelts killing highland bouras?
For example using a sampire with hp regen suit or something.
I tried combining a Dexer script that cast EoO and CW when finding the target id, and made my own rail system and it seemed pretty good. Unfortunately I am not a scripter and couldnt understand how to make it stop when the highland boura was dead to loot it. It seems like the attack script kept moving back and forth then kills the boura and moves on to the next way point.
This would be a great tool since farming boura pelts is boring and suits are constantly being made . Or if someone would help with how to get the script to stop,loot the pelt, then continue on. I tried reading tutorials and I know my limits. I can usually do some editing to make these scripts work for me, but that is about it.
Thanks in advance!
-
Lemme start by saying "great job on your part" in taking some action on your own!
I'll add that I'm sure there are some of these floating around, but people tend to be a little stingy with them ;) , once a public release of something like this is out you start seeing dozens of people walking the same rails competing for the few Boura that spawn.
It sounds like you already have a good idea of what needs to take place:
Walk a set rail with many waypoints.
Keep Enemy of One active on the char.
At the end of each waypoint look for a Boura.
If found, Consecrate Weapon and attack the Boura
Check for when the Boura is dead.
Find it's corpse, open and loot.
Return to last waypoint and look for any Boura that might have wandered over.
Continue to walk rail.
It seems you have everything you need except the corpse portion. If you look over some of the simple looters here and at EUO I think you'll see what is needed. You'll probably be able to identify some sub routines that are exactly what your looking for.
Maybe "Venosa's Boura Rail Farmer" will be your first contribution to ScriptUO!
-
Venosa
I have a little script I made a little back in time, that do the same thing as you want yours to do, mine is just on another monster. The difference is that I am letting my script wait on a seperate looting script to be done.
My routine for waiting is extremely simple. YFM is an open corpse.
sub wait
repeat
{
wait 10
}
until #conttype <> YFM
return
-
If you read through the TM CLaw posts you will find a sub that starts and stops claw from looting using other subs TM has provided.
And remember search is your friend.
hint hint hint
you might also want to look at Cervesa's Honor and attack