Recent Posts

Pages: [1] 2 3 ... 10
1
Orion UO Scripts / Selling/Buying items
« Last post by Gaun on March 19, 2025, 07:04:18 PM »
Hi all, was wondering if any of you managed to sell/buy items from a Orion OA script? If so you might see what I'm missing here:

I am able to get the vendorList object and see the vendorListItems in it and their properties.
I made a shopList to test buying an item by Graphic but I can't seem to obtain it.

Code: [Select]
var slist = Orion.GetShopList("hammer");
var hammer = new ShopListItem("0x13E3");
slist.SetItems([hammer]);

Orion.Print(Orion.GetShopList("hammer")!=null);

Orion.Say("buy");
Orion.WaitForShop();
var vlist = Orion.GetCurrentVendorList();
Orion.Print("isBuyList: "+vlist.IsBuyList());
Orion.Print(vlist.Items().length+" items in shop")
vlist.Items().forEach(function (item){
if (item.Count()>0){
Orion.Print(item.Count()+" "+item.Name());
}
})
Orion.BuyCurrent("hammer");

Thank you !
2
UO News / [UO.com]Database Maintenance
« Last post by Spaz Ferret on March 18, 2025, 09:01:50 AM »
Database Maintenance

3/17/2025 Greetings, Beginning at 9 AM ET on Tuesday, March 18, 2025 we will be performing necessary database maintenance.  During this time the account center and game logins will be unavailable.  We expect this downtime to last less than 1 hour.  We will update this post when maintenance has been complete. Update 3/18/2025 @ 10:30 AM ET: Maintenance is now complete. See you in Britannia, UO Team
Source: Database Maintenance
3
New member introductions / Re: hello
« Last post by gimlet on March 17, 2025, 04:53:05 PM »


  WELCOME!

4
Scripting Chat / Re: Auto evasion for fire breath
« Last post by Gaderian on March 17, 2025, 03:42:49 PM »
Doesn't the AW also have a graphic associated with the sound - like it flaps its wings or some such action? I would be curious if the animations happen like equipment layers. If it does, then you could watch for some of the graphic frames from the AW.
5
New member introductions / Re: hello
« Last post by Crisis on March 17, 2025, 03:27:37 PM »

Welcome to SUO! Thanks for updating your introduction - restricted status lifted - feel free to enjoy all the benefits of the site! We mostly like to hear about UO life, to see what people enjoy doing.
6
UO News / [UO.com]Database Maintenance
« Last post by Spaz Ferret on March 17, 2025, 03:00:57 PM »
7
UO News / [UO.com]TC1 Wipe
« Last post by Spaz Ferret on March 17, 2025, 03:00:56 PM »
TC1 Wipe

3/4/2025 Greetings, TC1 will be wiped today as part of planned maintenance. See you in Britannia, UO Team
Source: TC1 Wipe
8
New member introductions / Re: hello
« Last post by adi on March 17, 2025, 04:18:22 AM »
Sorry,

I started playing UO over 20 years ago, as a teenager. Since then life has become busier! I've recently rejoined and I'm looking to get back to where I was, the shard is just starting up again and I'm trying to get ahead of the curve somewhat! I have very very basic scripting knowledge so I'm looking for scripts to help me learn scripting and to improve my in-game experience. I used to play Santiago many moons ago and we had a great community, people crafting, PvP'ers, the lot. So hopefully the new SantiagoUO gets back to somewhere like it used to be. Outside of here I work lot of hours as well as raising a young family so whilst that is my main focus, this is a nice change of pace.

Not sure what else to include, certainly nothing private :) I hope you guys can help please

Thanks
9
Scripting Chat / Auto evasion for fire breath
« Last post by xhx831 on March 16, 2025, 07:49:32 PM »
Hi there,

I'm thinking about writing a script for auto evasion when fire breath is coming from greather dragon/ancient wyrm, etc. But I'm struggling with finding a way to identify the status of this attack coming since EUO does not recognize sound made by the monsters. Does anyon here know how/have experience with this?

Any inputs would be greatly appreciated!
10
New member introductions / Re: hello
« Last post by Crisis on March 15, 2025, 08:36:15 AM »

A Very Warm Welcome!

Our only requirement to be part of this site is for new members to write a good and thoughtful introduction.

Before we will unrestrict you - you need to tell us a lot more!
Please greatly expand your introduction and tell us about yourself and your UO life.

Look at the stickied examples if you need insight.
I think you will find the effort required to write a couple paragraphs will pay off with this community!

(Use a translator program if you feel you can not write in English.)
Pages: [1] 2 3 ... 10