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.


Messages - Crisis

Pages: 1 ... 182 183 [184] 185 186 ... 192
2746
New member introductions / Re: New Member - UO Vetran
« on: March 12, 2013, 03:08:33 AM »
Brings back memories. Well hell other than the trusting part, I still die to others more than I would care to admit but I am getting better. Welcome to SUO!! :)

2747
Off Topic / Re: Ram - How much ram do you have in your system ?
« on: March 12, 2013, 03:04:45 AM »
I am running 8gb but getting ready to update my processor, mobo, and RAM. I am thinking a minimum of 16gb for me but it depends on what deals I can find at newegg over the next month or so. I will be getting a TB hard drive as well and am going to then reformat my 500gb and then run two OS. I am going to run only gaming on the 500gb and then use the TB for daily use and other software. I can run multiple clients right now but it does tend to slow things down at times if I am scripting and then trying to play as well.

2748
Sounds like you are having map file issues. The map files changed a while back. Did you put the old ones back in? I don't have a link to them but I am sure someone does. I think they are the map.mul files.

2749
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: March 11, 2013, 12:47:34 PM »
You have to edit the BankItems Sub. I added bags and have the fish seperated into different bags to make it easier. Use TM's ItemInfo Tool to get the bag id's. Here is an example of how I edited it to work for me.

I got it working, thank-you bunches!  I also have a better understanding of Claw now too.  You guys write some pretty amazing stuff.  I'm in awe of most of it, and find it fascinating!

Only thing now is that both menues have lines that overlap in them, so I'm not sure if I'm getting the right things checkmarked.  Do you have that problem too?

You may want to try to download fresh copies and then try editing the bags again. I have a feeling that removing CLAW from the FAF script may have affected something. I run both scripts constantly and never have any problems with menus or it cutting up my fish. It puts them in the bag for me instead of cutting them up. I can PM you my copy of FAF with the editing done where all you have to do is change the backpack id's. CLAW is great and I have it loot regs and other stuff that FAF does not.

2750
General UO Chat / Re: Need a hand with runic reforging specifics
« on: March 11, 2013, 02:43:47 AM »
These are Semmersets reforging charts. They are awesome for telling you which runic to use for which property. http://uo2.stratics.com/items/runic-re-forging/semmersets-re-forging-charts

2751
General UO Chat / Re: *Cackles madly* This stuff cracks me up!
« on: March 10, 2013, 03:13:14 PM »
http://stratics.com/community/threads/swapping-items.293441/#post-2229096 You can swap skills as long as they are in the same group.

but not if it is over max intensity

Exactly and you cannot if there is more than 5 properties on it as well. Forgot to mention those.  :-[

2752
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: March 10, 2013, 03:08:24 PM »
You also need to be running this script at the same time
http://www.scriptuo.com/index.php?topic=17.0;highlight=claw

I am running that one at the same time. I'm not getting that first message now, but when she goes to the bank, she doesn't put anything in the bank.  She opens it up, but she doesn't put anything in it. Crap, she just crashed... again...

You have to edit the BankItems Sub. I added bags and have the fish seperated into different bags to make it easier. Use TM's ItemInfo Tool to get the bag id's. Here is an example of how I edited it to work for me.

Code: [Select]
;-------------------------------------------------------------------------------
sub BankItems
  menu set EUOStatus Bank run...
  gosub TM_RandomRunebookTravel %travelmethod %bankrune1 %bankrune2 %runebook
  if #RESULT = #TRUE
  {
    display ok Error in runebook travel.
    stop
  }
  wait 40
  gosub FindBanker
  if #RESULT = #FALSE
  {
    display Cannot locate banker.  Exit.
    stop
  }
  gosub GumpWait NULL container_gump container_gump
  gosub TransferItems NULL SVH_XVH_HTD_UDF_EQD_UVH -1 #BACKPACKID %container_MIBs
  wait 20
  gosub TransferItems NULL WWS -1 #BACKPACKID %container_Stack   ; pearls
  wait 20
  gosub TransferItems NULL POF -1 #BACKPACKID %container_Stack
  wait 20
  gosub TransferItems NULL IND_STO_JJG -1 #BACKPACKID %container_Stack
  wait 20
  gosub TransferItems NULL IND_STO_JJG_HND_UDHB -1 #BACKPACKID %container_Stack ; Leather, Scales, Raw Fish Steak, Yellow Tail Burricuda Fishsteak
  wait 20
  gosub TransferItems NULL ZYZ_SMZ_RMZ_UYZ -1 #BACKPACKID KYJWKND ; Fish Bag 1
  wait 20
  gosub TransferItems NULL OMZ_NMZ -1 #BACKPACKID AYJWKND ; Fish Bag 2
  wait 20
  gosub TransferItems NULL ZYZ_SMZ_RMZ_UYZ_NMZ_OMZ_ZJF_TYZ_WYZ -1 #BACKPACKID HYJWKND ; Fish Bag 3
  wait 20
  gosub TransferItems NULL FQD_EQD_GQD_DQD -1 #BACKPACKID PYJWKND ; Fish Bag 4
  wait 20
  if %offencetype in 4_5
  {
    finditem %ammotype C_ , #BACKPACKID
    set #RESULT %maxarrows - #FINDSTACK
    if #RESULT > 0
      gosub DragStack %bankbox #BACKPACKID %ammotype #RESULT
  }
  if %defencetype in 3_4_5_6
  {
    finditem ZLF C_ , #BACKPACKID
    set #RESULT %maxbandages - #FINDSTACK
    if #RESULT > 0
      gosub DragStack %bankbox #BACKPACKID ZLF #RESULT
  }
  set %bankruncount %bankruncount + 1
return

2753
General UO Chat / Re: *Cackles madly* This stuff cracks me up!
« on: March 10, 2013, 03:03:57 PM »
http://stratics.com/community/threads/swapping-items.293441/#post-2229096 You can swap skills as long as they are in the same group.

2754
Script development tools / Re: TrailMyx's FINDINFO Item Information
« on: March 10, 2013, 11:15:54 AM »
You forgot to tell them about the script that runs RL for you so you can play UO and enjoy yourself.  8)

Wow does it pay to be elite!! Does it take care of the kids too??

Since this thread has been re-opened  ;)

This is a great tool by the way, I use it all the time. Thank you!


2755
New member introductions / Re: New To Scrips
« on: March 10, 2013, 11:12:26 AM »
Hi I have been playing UO for years and I love crafting but I would love to be able to use a script to do the clicking for me and give my wrists a rest for a change. I'm afraid I don't really have anything cleaver or witty to write so if you could please allow me to become a member I would be most grateful.

Thank you
An old timer

Don't need to be witty or crafty, just tell us about you. How many years? What is your favorite crafting skills? Do run a vendor house? What else do you like to do in game? Just be yourself!  ;D

2756
General UO Chat / Re: *Cackles madly* This stuff cracks me up!
« on: March 10, 2013, 11:10:25 AM »
I know a lot of you hate the new loot system, but it has pulled me back into this game with a vengeance.  Yes, I really like finding the 150M+ lottery tickets on two hit monsters, but mostly I really enjoy finding stuff like THIS:

Makes me want to run a RP event for my home shard and give away 100M to the winner.  I love UO!

That is awesome!! Gargoyles get the coolest worthless items!

2757
Gold Farming / Re: TrailMyx's Fish Treasure Hunter v1.6
« on: March 10, 2013, 11:07:57 AM »
i play to get things I want, not to sell or whatever, just for my own entertainment

Me too, but then again, Origin is so un-populated, I don't see how anyone could benefit from have a vendor.  I haven't tried this script yet.  I just discovered it, after I bought the big Gargoyle ship.   :-\  But, I have a little boat too, and I want to try this one.  By the time I'm done decorating, my little house is not going to have any room!   ;D

I uses the FAF but saving the fish is beneficial even if vendors are not practical. You turn them in for quests and use/sell the rewards. I am sure that the higher end things will sell, even if it is only to shard hoppers that will take the stuff to other servers. If nothing else, you will have a lot of baits and PS and hooks and what not.  :D

2758
General UO Chat / Re: Nice Surprise
« on: March 10, 2013, 11:01:56 AM »
UO still has the best community :)

SUO has the bestest community!?!   :D

2759
General UO Chat / Re: Nice Surprise
« on: March 10, 2013, 06:17:54 AM »
UO still has the best community :)

2760
General UO Chat / Re: Mining/lumberjacking
« on: March 09, 2013, 10:42:14 PM »
Your right 12..As far as I know the new style ships only hold between 12-14k so you wouldnt be able to put much ore on it.

But the ships work with commodity deeds and would be easy to put them in a deed and later add more ore to each deed. Doing this to keep the weight down.

You cannot put ore on a commodity deed. :(

Pages: 1 ... 182 183 [184] 185 186 ... 192