Recent Posts

Pages: [1] 2 3 ... 10
1
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.");
    }
}
2
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.");
    }
}
3
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?
4
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
5
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
6
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.
7
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!
8
Orion UO Scripts / Re: Building a Lumberjacking Script
« Last post by blackheart on November 27, 2025, 12:37:27 PM »
Salute!
Scripts are timeless, thank you so much. It helped me a lot
9
Orion UO Client / About “Autoloot” 's questions
« Last post by lbfsiteweb on November 27, 2025, 01:17:42 AM »
please help
1、How to record the item pickup log of autoloot
2、After opening the corpse, how to monitor whether autoloot has finished picking up items (not using Orion.CheckAgent to monitor the funtion is in execution)
happy everyday for you
10
Find an example of using the "help" menu and clicking a button within it

Post Merge: October 21, 2025, 04:06:16 AM
how to click the menu's button
Pages: [1] 2 3 ... 10