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 - period

Pages: [1]
1
Oh I thought I uploaded it.. I probably didn't do it right, it's the first time I've actually posted one lol I'll go back and see if I can fix it

2
Hello all,

This is the first thing I've ever written, it's using UOSteam v1.0.5 and the latest OSI client. Copy this into a new macro, and set it to a button. It's just a quick little macro. What it does, is unequip your current footwear, and equip stone boots - and then when you press the button again, it will unequip the stone boots and re-equip your previous footwear. There is some setup required!

In the script, look for where it says 'stoneboots' and 'regularfootwear' - you'll need to replace those with the specific serials of your boots! Obviously replace 'stonefootwear' with the serial of the stone boots that you're using, and the 'regularfootwear' with whatever you normally have, be it boots of escaping, sandals, etc. - You also may need to adjust the pause times, I'm using steam 1.0.5 on latest OSI client and these work well for me. I don't know about freeshards though, I don't play any of them.

Use the object inspector on the macros tab of UOSteam to get the serial numbers.

I was getting asked for this macro A LOT, and so I thought I would share it with the world. And yes, I know that stone boots are next to useless now, with the patch, but I only just made this maybe a few days beforehand. With a little tweaking, it can be changed to switch between two of anything else though! For example, some people carry a beetle slayer talisman when PVPing, or a conjurer's trinket/vermin slayer talisman for spawns, etc. If there's any interest, I can make some adjustments for those as well.

Anyway, enjoy!

Edit: I can't seem to get the file upload to work, I guess I need to register on imageshack or something? Well anyway I'll just post it here and then figure out how to upload it later.

if @findobject 'stoneboots' 'any' 'backpack'
  @moveitem! 'regularfootwear' 'backpack'
  pause 600
  @equipitem! 'stoneboots' 3
  pause 600
else
  @moveitem! 'stoneboots' 'backpack'
  pause 600
  @equipitem! 'regularfootwear' 3
  pause 600
endif

3
UOSteam / UOSteam health bar issues?
« on: March 06, 2015, 03:21:22 AM »
Hello everyone,

I've been using UOSteam for months now, and I absolutely LOVE it. There's just one problem I've been running into though, and that's with health bars. The names of the health bars will change, sometimes to a pet in my stables, sometimes to a nearby NPC or vendor, and also the health won't update correctly. I'm on OSI shards. Does anyone have any idea on how to fix this? I would really appreciate it!

4
Crafting / Re: Mwincs. Crafting Scripts
« on: July 27, 2014, 03:49:42 AM »
Thanks manwinc, you rock!! I can't wait to see what you come up with! :)

5
Crafting / Re: Mwincs. Crafting Scripts
« on: July 07, 2014, 09:48:43 AM »
I love the armor crafter script! It's such a huge help! Is it possible to modify it so that it can scan for multiple resists? For example, if I'm going to be reforging, and want to set minimums for all 5 resists, and not just one?

6
New member introductions / Re: Hello Everyone
« on: March 29, 2014, 09:26:28 AM »
Yeah, same here - Army, been in 4 years now, spent most of it in Germany, but just recently got back from a tour in Afghanistan. It's great to be back!

7
New member introductions / Hello Everyone
« on: March 29, 2014, 04:14:10 AM »
Hey guys, my name is Aaron. I'm new to this website, but not so new to UO. I first started playing in 1998, and have pretty much been addicted ever since. I've had to take breaks from time to time, but I always come back. Doesn't everyone?  :)

I have a lot of characters in UO, I still have 3 active accounts, so I'm not sure that anyone is interested in hearing my 20 million char names.. I originally started playing on Pacific, and was there for years. I'm serving in the military as a medic, and stationed overseas, so that made Pacific a little too laggy to play. I tried some of the european servers, Europa has been pretty fun! But it seems like most of the action is on Atlantic these days, so that's where I play the most. Even if it's a little laggy.

I love doing just about everything in the game! Except fishing, and plant growing.. But my favorites are pvp and crafting. I just kinda stumbled across this website from googling. I was just looking around to see if there were any other options besides easyuo. This website, the program, and the script options that I've seen all look really interesting! And I've read a few posts by some of the members here, and it seems like everyone is really helpful and friendly. It's exciting to know that there's still a community around in this old game!

I've been really interested in making my own scripts, and I would really like to give it a try. I have absolutely zero scripting experience, and have been trying, little by little, to learn how it works. Time is, unfortunately, my enemy though! The military takes up quite a lot of my time, and on top of that I'm working on my pre-med degree, so that I can go to medical school once I go back home. I'm hoping that once I get to know everyone, I can learn a lot from you guys and help to contribute!

Thanks for taking the time to read all of this. Hopefully you'll see me again out there on the boards!

Pages: [1]