Just a quick script I wrote to collect Barbed Leather and Gold. It can be easily modified to hunt other monsters and other items to loot. It is currently set to hunt White Wyrms in Ice Dungeon and loot leather and gold. Just walk to the location you want to start at and hit play. Script will remember the start location and return to the same spot after every kill. I find it handy this way to stop from wandering off. Script is written for a Sampire template and has a basic healer but no cure poison option. This is my first script posted so be gentle
The BOS sub will now recharge if powder in pack. I find it takes about an hour to burn 30 charges on a BOS and should get you around 100k and 4-5k in Barbed leather. This is based on hunting in FEL. Script will now use Sacred Journey and bank loot.
If people find this script helpful I can modify it to be more user friendly. Just post suggestions and Ill see what I can do
Instructions:
- Bag of sending needed or Sacred Journey and Bank dump option now
- Must use Butcher War Cleaver as a bladed weapon. No other balde set
- Run to hunt spot and hit play and begin ownage (again pre set to Ice Dungeon spawn and farm White Wryms). MUST START SCRIPT AT HUNTING LOCATION!
- Must do some minor set up to use now. Set rune book id, rune locations in book and Bos_option true or false
- Updated to Version 2.5 Sept 7/11
;============================================
; Script Name: One Spot Hunter
; Author: Lugnut
; Version: 2.5
; Client Tested with:
; EUO version tested with: 1.50 (199)
; Shard: EAMythic
; Revision Date: Sept 5/2011
; Purpose: To hunt an area with out leaving a defined location. Current set up to farm Barbed Leather
; and gold only hunting White Wyrms in Ice Dungeon sending loot by BOS
;============================================
; Thanks to Twinkle McNugget for his Buff Bar Scanner used in this script! Its awesome!
; Thanks to TM and the whole SUO Crew for suggestions to get me started, tutorials and being helpful to the Newbs!
; Thanks to Cheffe and EasyUo
; Thanks to TM and his ScriptUo Utility. Its awesome!
; Thanks to TM and his TM's Runebook, Adv Journal Scan & Persistent Variable Subs
;============================================
;
;UPDATES
;
;============================================
;Aug 30/11 - Version 2.3 released
;
;-updated buff scanner with timers for better efficiency with the help of Twinkle McNugget
;-cleaned up healing sub a little. Still more clean up to do in later versions
;
;Sept 1/11 - Version 2.4 released
;
;-adjusted timers to be more efficient.
;-added a quick evade to heal sub. Cleaned up some more code
;-updated BOS sub to recharge with powder of translocation
;
;Sept 5/11 - Version 2.5 released
;
;-all timers should be working now (I hope)
;-still cleaning up more code. And yes will choose a standard font.
;-added a drop sub for spined leather. Looting the odd snake would mess up the weight and not
;worth burning a BOS charge on the few spined leather looted
;
;Sept 15/11 - version 2.6 released
;
;- added a banking option in set up thanks to TM's Runebook, Adv Journal Scan & Persistent Variable Subs
;- added a user set up section to be edited before starting
;============================================
;
;USER MUST SET UP BEFORE STARTING
;
;============================================
Set %Bos_Option xxxxx ; #true for using BOS and #false for Bank
Set %Rune_Book xxxxxx ; set id of rune book with hunting spot and bank inside here
Set %Travel SJ
Set %Hunt_Rune1 x ;Set the rune number in book of hunting spot to return to
Set %Bank_Rune1 x ;Set the rune number in book of the bank. Must land withen reach of a banker
SET %KILLS QE_DJ_TE_OJ_JB_TH_IB_SB_KD_RE_BJ_NE_IE_BI_HE_IAB_VI_TZ ; add other monsters to hunt here
SET %LOOT JJG_EEG_POF_LZF_YCHB_KZGB_AXS_TWS_UWS_VWS_ZWS_GXS_BVJ_GVF_EVF_VUF_FVF_RVF_HVF_OVF_BVF_UVF ; add aditional items to loot here. Set to Hides/Gems/Gold
SET %CAST_HEAL ( #MAXHITS - 25 ) ; adjust when to heal here
SET %HIDE_AMOUNT 300 ; total amount of hides to send via BOS
SET %GOLD_AMOUNT 15000 ; total amount of gold to send via BOS
Set %Bank_Bag xxxxxxx ; set to id of container in bank
=============================================
Posted an updated BETA version!
Please posts problems. Also looking on feedback on the healing sub on when to use what.