Recent Posts

Pages: [1] 2 3 ... 10
1
Orion UO Client / The newly added animation cannot be displayed
« Last post by lbfsiteweb on Today at 06:07:01 PM »
When the client is set to a version later than 7.0.8.2, the newly added animations cannot be displayed properly, and only the first frame is visible
2
Orion UO Scripts / Re: Fully functional Lumberjack script!
« Last post by Crisis on January 31, 2026, 11:44:13 AM »
thanks for the script)

Hello! If you are curious about this script, I would suggest going to the new member section. Read the stickied "good intros" and then make your own "good intro" so you can have your restricted access removed.
3
Orion UO Scripts / Re: Fully functional Lumberjack script!
« Last post by Avoid on January 31, 2026, 09:54:10 AM »
thanks for the script)
4
Orion UO Client / Re: how to get the name of item ?
« Last post by lbfsiteweb on December 24, 2025, 01:35:28 AM »
thank you for answer

Before using this function, i must click on the target item once; otherwise, the output result will still be empty

Here is an example.
function PrintNameBySerial() {
    var obj = Orion.FindObject('0x072AC317'); // Replace with actual serial
    if (obj) {
        Orion.Print("Object name: " + obj.Name());
    } else {
        Orion.Print("Object not found.");
    }
}
5
Orion UO Client / Re: how to get the name of item ?
« Last post by JoO on December 16, 2025, 04:31:03 AM »
Here is an example.
function PrintNameBySerial() {
    var obj = Orion.FindObject('0x072AC317'); // Replace with actual serial
    if (obj) {
        Orion.Print("Object name: " + obj.Name());
    } else {
        Orion.Print("Object not found.");
    }
}
6
Orion UO Client / Re: how to get the name of item ?
« Last post by lbfsiteweb on December 09, 2025, 10:50:06 PM »
and     how to use Script to get name?
7
Orion UO Client / Re: how to get the name of item ?
« Last post by Crisis on December 09, 2025, 02:18:32 PM »
The name should be visible in game but to get other info you can do _info which will bring a cursor up to click an item and get info such as serial number and color etc
8
Orion UO Client / how to get the name of item ?
« Last post by lbfsiteweb on December 07, 2025, 10:53:30 PM »
How to obtain the name of a item
9
Orion UO Scripts / Re: Building a Lumberjacking Script
« Last post by Crisis on November 28, 2025, 06:47:36 AM »
Salute!
Scripts are timeless, thank you so much. It helped me a lot

Maybe try reading the post above this one or 2 posts above your other post? You do not get access just by posting.
10
Orion UO Scripts / Re: Fully functional Lumberjack script!
« Last post by blackheart on November 28, 2025, 04:37:14 AM »
Scripts are timeless, thank you so much!
Pages: [1] 2 3 ... 10