Recent Posts

Pages: [1] 2 3 ... 10
1
Orion UO Scripts / Re: Fully functional Lumberjack script!
« Last post by Crisis on May 12, 2026, 05:27:42 PM »
thanks for the script)

It would help some if you read the post right above your post....
2
Orion UO Scripts / Re: Fully functional Lumberjack script!
« Last post by Custodian on May 11, 2026, 09:01:56 PM »
thanks for the script)
3
Orion UO Scripts / Re: Altiric's Amazing All-Skills Trainer
« Last post by dustwing on May 07, 2026, 08:55:34 AM »
I am here
4
Orion UO Client / Re: Everything is good. Help me, I need a script for pvp.
« Last post by lbfsiteweb on February 23, 2026, 09:12:42 PM »
Another master is about to be born
5
Orion UO Client / Everything is good. Help me, I need a script for pvp.
« Last post by Vo57number on February 13, 2026, 12:58:05 PM »
I just started playing uo. I've found a lot of new and interesting things for myself. I use Orion, the question is that I can't write scripts, but I have a great desire to play comfortably. Share scripts for using bottles of all kinds for survival. I myself have some interesting scripts that were not written by me, I can share on request.
6
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.
7
Orion UO Scripts / Re: Fully functional Lumberjack script!
« Last post by Avoid on January 31, 2026, 09:54:10 AM »
thanks for the script)
8
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.");
    }
}
9
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.");
    }
}
10
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?
Pages: [1] 2 3 ... 10