Search found 93 matches

by davethemage
Wed Feb 01, 2023 5:34 am
Forum: Published Macros
Topic: [ORION] copy script causing crash
Replies: 8
Views: 2786

Re: [ORION] copy script causing crash

I just tested it and i'm fine. converted / copied / pasted and ran no problem. Maybe something on your end.
by davethemage
Mon Jan 09, 2023 11:57 am
Forum: General discussion
Topic: Hopefully NOT off-topic
Replies: 29
Views: 3292

Re: Hopefully NOT off-topic

I do like the idea of players being able to trigger an AFK check for another player in battle. Maybe so it only triggers upon AFKable action at least 5 minutes or 100 steps from where it was requested, and a player can't request more than one automated AFK check per day to avoid harassment. That is...
by davethemage
Tue Jan 03, 2023 12:34 pm
Forum: General discussion
Topic: UOEX Player of the year?
Replies: 54
Views: 8538

Re: UOEX Player of the year?

Well I don't think it will be a popularity contest. I think most players in uoex will vote based on what the criteria are. I think we can always try one and see. I don't see any criteria posted, so yes this will just be a popularity contest. Sorry I know your heart and idea is in the right place, b...
by davethemage
Tue Dec 27, 2022 3:19 am
Forum: General discussion
Topic: Help with mount hue in OrionUO
Replies: 8
Views: 1140

Re: Help with mount hue in OrionUO

Zanzi wrote:
Mon Dec 26, 2022 6:11 pm
So I guess no way to make the mount hue show a different color?
None that I'm aware of. You can always play around with some of the visual setting in the client.
by davethemage
Mon Dec 26, 2022 12:42 am
Forum: General discussion
Topic: Help with mount hue in OrionUO
Replies: 8
Views: 1140

Re: Help with mount hue in OrionUO

Unlike Razor, Orion does not support recording and playing back macros, so that's inconvenient -- anything you want to script you have to actually write scripts. This is incorrect. Orion does have macros you can record and play back (either once, or every x seconds until you stop it) You can also r...
by davethemage
Fri Dec 09, 2022 5:30 am
Forum: General discussion
Topic: Orion Script
Replies: 1
Views: 579

Re: Orion Script

This is what I use for just attacking the closest: function OneShot() { Orion.IgnoreReset(); Orion.Ignore(self); var enemy = Orion.FindType("-1 | !0x0191 | !0x0190 ", -1, "ground", "mobile | near | ignorefriends", "15", "murderer | gray | criminal | enemy...
by davethemage
Fri Nov 11, 2022 4:57 am
Forum: Coding talk
Topic: Orion Spell Timer Loop
Replies: 3
Views: 1643

Re: Orion Spell Timer Loop

ok great you got it figured out! just one of many functions to do i'm sure.
by davethemage
Thu Nov 10, 2022 11:14 pm
Forum: Coding talk
Topic: Orion Spell Timer Loop
Replies: 3
Views: 1643

Re: Orion Spell Timer Loop

Something like this should work. (note Orion.Wait(1000) is approx 1 second)


while (!Player.Dead() )
{
//do whatever you want
Orion.Wait(10000);
}
by davethemage
Sun Oct 30, 2022 5:40 am
Forum: General discussion
Topic: Beehives too close?
Replies: 7
Views: 975

Re: Beehives too close?

I tried to make one, but the beehive gump is pretty hard to decipher. I wrote an OpenEUO script you can find here on the forums. It needs a little work to use as is but one of the things it does just fine is decipher the beehive gump. If you want a reference how to do it, look there and write the e...
by davethemage
Sat Oct 29, 2022 10:36 am
Forum: General discussion
Topic: Beehives too close?
Replies: 7
Views: 975

Re: Beehives too close?

scroft391 wrote:
Sat Oct 29, 2022 10:18 am
I’ve been doing my beehives by hand. Is there a script for UO Orion available?
I tried to make one, but the beehive gump is pretty hard to decipher. I just use a macro to open them all, then manually feed them.
I do have a script to collect honey and beeswax.
by davethemage
Wed Oct 26, 2022 6:02 am
Forum: General discussion
Topic: Grand Auction
Replies: 31
Views: 4803

Re: Grand Auction

Wouldn't mind seeing an "unlimited" beekeepers tool. Would be totally unique from anything else on the shard, and every beekeeper would love/kill to get their hands on. A blessed, unlimited use X tool where X is any common item stored in the tool house would make a great auction item, IMO...
by davethemage
Mon Oct 24, 2022 10:50 am
Forum: General discussion
Topic: Grand Auction
Replies: 31
Views: 4803

Re: Grand Auction

Wouldn't mind seeing an "unlimited" beekeepers tool.

Would be totally unique from anything else on the shard, and every beekeeper would love/kill to get their hands on.
by davethemage
Tue Oct 11, 2022 12:33 pm
Forum: Help & Player Guides
Topic: Where to get UOSteam
Replies: 4
Views: 1718

Re: Where to get UOSteam

forget UOS... try Orion instead. does a lot more than UOS and once you have it set up you can do macros, and create powerful scripts. (just a suggestion) :)

UOS is 2010 UO... Orion is 2020 UO
by davethemage
Mon Oct 03, 2022 12:47 pm
Forum: Help & Player Guides
Topic: Grains & Hay
Replies: 7
Views: 1534

Re: Grains & Hay

CallaDeer wrote:
Mon Oct 03, 2022 11:21 am
Got a maxed out heavy duty Chicken in IDOC. She needs grains & hay to eat.
Farmers do not sell, neither does baker or provisioner. Does anyone know
where I can acquire either of them? Thank you,
Pretty sure you can grow it. grow wheat, turn it into bread and feed them that.
by davethemage
Tue Sep 20, 2022 12:05 pm
Forum: General discussion
Topic: Orion Alternative
Replies: 8
Views: 1129

Re: Orion Alternative

This is what I use. Just need to have a stock of bandages. I have 220+dex and haven't died using it yet. also you can do a search on [Orion] in the published scripts section of the forum for other scripts. function Auto_Heal_Bandages() { var Timer, Msg = "You put the bloody bandage|failed"...