Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - UoLugnutz

Pages: [1]
1
Jokes! / Learn Chinese in 5 minutes
« on: February 01, 2012, 06:20:24 AM »

2
Public Bugs / Double Charges On GM Made Tools
« on: January 30, 2012, 12:46:32 PM »
When making tools like tinker tools / tongs / saws / skillets etc. or anything thing that allows a GM mark option there is a simple little trick to double the charges.

Step 1 - Open your craft menu set it to " Prompt for Mark "
Step 2 - Make the item and will be asked " Do you wish to to place your maker's mark on the item? ". Before you hit yes click the item made once to see what the current charges are then hit yes on the pop up menu and watch the charges double!
Step 3 - Show me Vast Reputation and Grand Eliteness :)

Its actually a very old bug that I just remembered about when making skillets to train up a cook and still works as of yesterday. Hope it can be helpful to someone else.

3
Resource Farming / Lugz Barb Leather Getter
« on: May 10, 2011, 01:03:57 PM »
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
Code: [Select]
;============================================
; 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.

4
Jokes! / How many times did you want to respond like this?
« on: March 31, 2011, 04:44:11 AM »

Think of people that have responded to one of your Script threads  ;D


5
Off Topic / Looking for Ipod touch apps
« on: March 07, 2011, 06:22:07 PM »
Just decided to jailbreak my Ipod touch and looking for some good sites to download cracked apps. Wondering if anyone has some good links. What made me finally do it was buying apps and finding out they weren't all that good or just plain sucked was getting old. I'm all for the author to get his prop's and paying a few bucks for there work but there is so my out there I want to try them first and just pay for the ones I like after.
Like always any info is much appreciated

6
Jokes! / Monday Morning Laugh
« on: February 14, 2011, 05:58:47 AM »


7
Scripting Chat / Question about %0
« on: February 17, 2010, 07:11:36 AM »
I'm just in the middle of writing my first script and would like to add a few snippets. Why re event the wheel but I don't want to use them until I understand completely what I am using. An example is I want to make sure my backpack is open and if it is not open to open it to a set position. TM has this snippet that works perfect

Code: [Select]
gosub TM_CheckBackpack  200 200

sub TM_CheckBackpack
  namespace push
  namespace local CP
  set !cnt %0
  set !x %1
  set !y %2
  finditem * C_ , #BACKPACKID
  if #FINDKIND = -1
  {
    event macro 8 7 ; open backpackid
    gosub GumpAndSizeWait container_gump 230_204
    if !cnt > 0
    {
      contpos !x !y
      wait 10
    }
  }
  namespace pop
return

Its the
Code: [Select]
set !cnt %0 line. What is the value of %0? I used the search button but didn't find what I was looking for. Thanks in advance!



8
General UO Chat / Holiday Gifts
« on: December 18, 2009, 07:07:21 AM »
I have characters made on most shards from way back when i did a lot of x shard of tickets. If any one wants some extra Christmas goods on there shard let me know and ill see what i got. If you have ones on Cats ill trade but if not you can still have what i got. Just at work so will be on and off and can get back to you when i get a chance. If you don't want to post a shard just PM me.

9
New member introductions / Hello Everyone!
« on: November 11, 2009, 05:10:23 AM »
Hello to the SUO community! Just another old school player trying to get back into the game again. I was born and raised on Catskill just after launch and have had an active account since. I still have my original character I made from day one and still own my first house. A little house just outside Vesper. I remember the countless hours me and my brother ran around the forests chopping logs to make wooden shields to sell back the the provisioner to buy that first house.
 
Played pretty much full time till the launch of AOS. Would have canceled my accounts but I turned into a BOD junkie! Being busy in RL it was nice to just grab that Vanq spear and go faction or log on the mage and go make some money. After awhile it seemed like by the time I figured out what armor to wear and what weapon to use I ran out of time to play. So became a part time player filling my UO fix with BOD's. Started playing again full time awhile back but running around spamming "all kill" got boring.

So a few month back decided to give it a go one more time and here i am. I must say I love that fact there is so many useful templates to play. You can actually hunt big game without that tamer. Absolutely love playing my Sampire and started working on a few more hybrids. All my old friends from the UO world are long gone and came here to find some peeps to talk UO and scripting with.

I'm a small business owner in Northern Canada, Eh!, so playing time is always hit and miss but on the slow days I do get to play UO at work :) Look forward to talking UO again with people who know what the hell i am talking about and learning all the new stuff in the game

Pages: [1]