Search found 1245 matches

by Wil
Sat Oct 07, 2023 1:34 am
Forum: General discussion
Topic: Orion Script help
Replies: 7
Views: 17095

Re: Orion Script help

What would be a better script to use that will not lag the server? I want a fast heal but not at the expense of everyone else. Any suggestions on how to correct the scrip is appreciated. I have no idea what I'm doing. i just found something on line that worked and was trying to make a tweak. Well, ...
by Wil
Sat Oct 07, 2023 12:46 am
Forum: General discussion
Topic: Orion Script help
Replies: 7
Views: 17095

Re: Orion Script help

Hey +C: How about enforcing a 10ms delay between executed player inputs and a disconnect after queue depth 100 is reached? With the exception of folks making errors with Orion scripts, that should basically be impossible to reach. And the sudden disconnects upon running a script would warn Orion use...
by Wil
Sat Oct 07, 2023 12:30 am
Forum: General discussion
Topic: Orion Script help
Replies: 7
Views: 17095

Re: Orion Script help

Timer = Orion.Now(); while (!Orion.InJournal(Msg) && Orion.Now() < Timer) Note that it's impossible for Orion.Now() to ever be less than Timer so the while() condition always evaluates false. This means that the script as running is: function Auto_Heal_Bandages_three() { var Timer, Msg = &q...
by Wil
Sat Oct 07, 2023 12:26 am
Forum: General discussion
Topic: Orion Script help
Replies: 7
Views: 17095

Re: Orion Script help

How long is a Wait? 1 Second? 1 millisecond?
by Wil
Thu Oct 05, 2023 11:02 am
Forum: General discussion
Topic: "UNUSED" item
Replies: 6
Views: 1523

Re: "UNUSED" item

i found this "UNUSED" item for 2 times in a Cultist's Corpse at Halloween Dungeon, what is item and what is it used for :P? any idea will be highly appreciated Do you have more than one copy of Ultima Online installed on your computer? It's possible you're picking up the right client exe ...
by Wil
Mon Oct 02, 2023 11:23 pm
Forum: General discussion
Topic: Leveling Weapon Help
Replies: 9
Views: 3507

Re: Leveling Weapon Help

I'm Looking for the best course or action to level this Scythe up that I found at the last IDOC Event. First step: check if it's looted or player-crafted. If it says "Crafted by PLAYER" at the top of the description, -OR- if it says "player crafted" down in the bottom third of t...
by Wil
Mon Oct 02, 2023 1:27 pm
Forum: General discussion
Topic: Screenshots from the shard
Replies: 815
Views: 358611

Re: Screenshots from the shard

culichi wrote:
Mon Oct 02, 2023 8:44 am
which costume is that?
I requested the troll costume. This was what I got. I must say: I like it better.
by Wil
Mon Oct 02, 2023 12:10 am
Forum: General discussion
Topic: Screenshots from the shard
Replies: 815
Views: 358611

Re: Screenshots from the shard

costume.jpg
costume.jpg (57.84 KiB) Viewed 8139 times
This is not the costume I ordered.

It's better.
by Wil
Fri Sep 22, 2023 7:31 pm
Forum: Announcements
Topic: IDOC Event September 23
Replies: 13
Views: 3582

Re: IDOC Event September 23

Zalia wrote:
Wed Sep 20, 2023 8:27 pm
I have my eye on one of the Stronger Boxes.
A suggestion for your rune house: leave a space between every 5 runes or so. Or put something under the rune every 5 or so, like a goza mat. Lined up like they are, it's tough to keep count of which ones you've visited.
by Wil
Fri Sep 22, 2023 7:21 pm
Forum: Announcements
Topic: IDOC Event September 23
Replies: 13
Views: 3582

Re: IDOC Event September 23

Zalia wrote:
Tue Sep 19, 2023 4:17 pm
Is anyone in contact with Merrilus? Her big houses are IDOC.
The water house too.
by Wil
Thu Sep 21, 2023 5:13 pm
Forum: General discussion
Topic: The infamous tunic slot (layer 22).
Replies: 20
Views: 5240

Re: The infamous tunic slot (layer 22).

Eremite wrote:
Thu Sep 21, 2023 10:52 am
Seems to be based on the ItemID rather than the actual layer property
I'm not so sure about that part. A few years back the client was modified with some "puppet" graphics which the client understands to fit in the 2H slot. I'd be interested in how that was done.
by Wil
Thu Sep 21, 2023 2:47 am
Forum: General discussion
Topic: The infamous tunic slot (layer 22).
Replies: 20
Views: 5240

Re: The infamous tunic slot (layer 22).

this thing of slot interaction is somewhat confusing. The UO client software understands that items of particular types can be placed on particular slots on the paper doll. If you try to place the item there and something else is already in that slot, it will reject you without first asking the ser...
by Wil
Tue Sep 19, 2023 2:40 pm
Forum: General discussion
Topic: The infamous tunic slot (layer 22).
Replies: 20
Views: 5240

Re: The infamous tunic slot (layer 22).

I'd like to make that exceptional relayering possible again someday. Oh, about this specific issue with the tunic hiding your stuff below, I tested and it seems to not hide it. But I don't know if I understand everything right. The way to get around this would be to adjust the paper doll graphic to...
by Wil
Sat Aug 19, 2023 6:05 pm
Forum: Announcements
Topic: Auction August 19th
Replies: 17
Views: 4253

Re: Auction August 19th

Results: Ethereal Diablo Statuette sold to gilga for 190,000,000 Gold A Deed For A Pixie sold to arni for 3,700,000 Gold Ancient War Hammer sold to Darsk Shadow for 120,000,000 Gold Single-use Mold sold to Faruk for 50,000,000 Gold Ethereal Mount De-etherializing Tub sold to Nick of Old for 24,000,0...
by Wil
Tue Jul 04, 2023 8:30 pm
Forum: General discussion
Topic: Orion Auto Loot settings
Replies: 5
Views: 1442

Re: Orion Auto Loot settings

I don't know about Orion's speed per se, but I note that the server will reject a drag request that arrives less than half a second after the last action, so the absolutely fastest you're going to get from any looting engine is 2 items per second.