Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dozenrl

Pages: [1]
1
Razor Enhanced / Re: IDOC House Scanner (OSI/FS)
« on: February 25, 2024, 01:15:14 AM »
at the very very top of your script, add a line:

Code: [Select]
from System import Int32
and then in your signs list you have to change:

Code: [Select]
signs = List[int]((0x0BD2, 0x0B96, 0x0BA4, 0x0BA6, 0x0BA8, 0x0BAA,
to

Code: [Select]
signs = List[Int32]((0x0BD2, 0x0B96, 0x0BA4, 0x0BA6, 0x0BA8, 0x0BAA,

2
UOSteam / Re: Use UO Steam and UOStealth on the same client?
« on: August 01, 2022, 07:18:42 PM »
Sorry to rez this old topic, but I read about this alot. I have gotten RazorEnhanced to work with Stealth, AND UOSteam scripts work IN RazorEnhanced with a few simple edits.

First line of script

//uos

save it as a .uos.

If anybody wants help setting this up, let me know. My discord is Dozen#1351

3
New member introductions / Re: UO always brings me back!
« on: March 12, 2022, 08:52:45 PM »
Good to see old friends on outdated internet video game forums!

The legends are true. Time moves forward but not for Tree Wizard's. Sending good vibes, man. It's been a minute.

Hi Gimlet, thanks for doing that so quickly, I read the "This is a good introduction" gulped and thought, well, maybe one day I will get access. My fingers are not that strong anymore. Haha.

4
New member introductions / UO always brings me back!
« on: March 12, 2022, 01:57:28 AM »
Hi! Name is Dozen,

Thanks for putting all the work into this site that many of you have, wild. I think I speak for everyone when I say we are grateful.

I have played UO on and off since 1999, I picked it up for $1 during UO:R when I was 10yo, and every month, had to buy another $1 game disc because my parents would not allow their credit card etc online.

I stopped playing OSI a few months into ML, I just got onto other games, girls and the like. But over the years I have always come back, to freeshards. Alexandria (the EasyUO shard) was a main, and now I am onto some others. That said, during my days on OSI I played on Baja, in H20 the guild, we moved shards a few times allying with PVP! on Atlantic, and Drachenfals. Ventrilo was the main VOIP, and forum sigs were all the rave.

I don't know a ton of coding but like many others can hobble my way through fixing one, usually.

I will be here and active as a community member because UO just holds my heart close, and tbh so does anybody else that plays UO because.... people who never played UO, in my experience won't even "try" UO, because of the "graphics" failing to realize the complexity of the games internal systems checks etc making UO players - imo the best people on earth because they (we) *GET IT* lol.

Anyway, thanks for taking the time to read! Appreciate all the work put into this again, thank you.

Pages: [1]