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 - UOMaddog

Pages: [1] 2 3 ... 78
1
It's pretty similar to vanilla UO with a bunch of little Quality of Life improvements. We're releasing a whole bunch of brand new Doom arties this month and expanding the Transmog potions. Also have a ton of new pets (elemental steeds) with more coming. Working on a new dungeon adventure that'll be good for larger groups.

And yes, vendor search is on! We're looking into being able to buy directly from search too,but haven't done that yet.

2
Yes, I've returned yet again to UO, but this time, decided to host my own shard! Check out Insane UO and let me know what you think! Launch date is today so get in early and get your coveted house plots!

Hope to see you all around!

Website: https://insaneuo.com
Server: login.insaneuo.com
Port: 2593
Discord: https://discord.gg/2Z2s6xXX5F

3
UOMaddogs' Script Library / Re: Maddog's Jhelom Farm Taming Trainer
« on: August 19, 2020, 05:41:01 PM »
*sigh* it's been a long time since I've looked at any EUO code so unfortunately I'm not the best one to help anymore! It was always a planned feature to add TM's journal subs into this but never got around before I quit. I'm tempted to re-sub so if I do, I may revisit this, but I'm more than open to having others contribute and I'll update it in the official thread here.

4
UOMaddogs' Script Library / Re: Maddog's Skill Locker
« on: August 19, 2020, 05:38:32 PM »
Correct, it will only do it if skill >= to cap.

You COULD alter the script on line 72 from:

if ( ( #skill >= %2 ) && ( #skilllock <> locked ) )

to:

if ( ( #skill = %2 ) && ( #skilllock <> locked ) )

but the risk of doing that is if it SKIPS the exact number, (like if a skill goes up 0.4 and forces your other skill down 0.4) then it won't lock!

5
Off Topic / Re: So I downloaded Kodi
« on: September 02, 2016, 08:04:35 PM »
I just saw something about Plex Pass members now having the ability to DVR. Might be a nice option for people like me who use an antenna + chromecast.

6
Site News / Re: Time for new Elites? Let it be so.
« on: July 12, 2016, 07:16:11 PM »
Congratulations! As for us Elite Lurkers here...I feel this is fitting for the thread:


7
Site News / Re: Time for new Elites? Let it be so.
« on: April 24, 2015, 08:11:15 PM »
Congratz on the new Rug Ratz!  Girl? Boy? Fencer? Mage?  Now you'll have time to re-engage in the game that's calling to you softly in your sleep.

Little baby girl! Now 7 weeks old!  And what is this sleep thing you talk of?

8
Off Topic / Re: Taxes
« on: April 17, 2015, 07:15:18 PM »
This was my last year of having to deal with self-employment, moving between states, marriage, etc so I can't wait for taxes next year! I always start mine Feb 1 and usually am done by the 2nd week of Feb. But I tend to overpay my quarterly estimated taxes so I don't get dicked by the g-squad for underpaying, which results in a decent refund that sadly goes to paying off student loans :(

9
Site News / Re: Time for new Elites? Let it be so.
« on: April 17, 2015, 07:11:14 PM »
Congratulations from the retired of UO!  ;)

**True store: I accidentally typed "Congratulations from the retarded of UO!" then laughed so hard at the Freudian slip that I almost woke up my new baby!

10
Off Topic / Re: Internet Media Devices
« on: March 29, 2015, 08:03:43 PM »
Not sure, but I'm itching to get one to use as a back/front end for a PVR. I have an HDHomerun Dual (networked 2x digital ATSC tuner) so I can record on 2 devices at once (TV in living room, TV in master bedroom) while still watching TV on the actual TV (via coax). I just plan on using Windows Media Center on both boxes since I record TV as well as play movies from my Zyxel NSA320. Best of all worlds in my opinion.

11
Off Topic / Re: Internet Media Devices
« on: March 20, 2015, 12:52:30 PM »
This has got me excited: http://www.minix.us/products/NEOZ64W.html

I think I'll wait until Win10 actually comes out and maybe the 2nd version of this box as well (hopefully with more RAM, I'd like to see at least 4, but preferably 8), also USB 3.0 and/or USB-C would be nice!

12
UOMaddogs' Script Library / Re: Maddog's Jhelom Farm Taming Trainer
« on: January 10, 2015, 10:26:17 PM »
Is this a newer change that will require an update to the script? (I don't play UO anymore, but if someone has the edited code that works in this script, I'll throw it in and post it up, with credit of course!)

13
Off Topic / Re: Internet Media Devices
« on: December 31, 2014, 11:18:31 PM »
I have older Netgear Powerline devices (claim up to 200, usually see about 60) but the issue is that I don't have room behind the wall-mounted TVs for the size of those devices. In our master bedroom, I have one of the lowest profile wall mounts that Monoprice sells and I can barely fit the power cord for the Minix Neo X8-H back there!

14
Off Topic / Re: Internet Media Devices
« on: December 27, 2014, 08:27:29 PM »
I have 2 Minix Neo X8-H boxes on each of my TVs. The wife loves them (which is impressive in-and-of-itself) and we just got 2 wireless keyboards (keypads really) to use with it. The wireless router in my house is still the weak link so once I improve that (or suck it up and wire them all in), it'll be even better. We pretty much just use Netflix and occasional Youtube or Pandora.

15
General UO Chat / Re: Screen Recorders
« on: December 10, 2014, 09:05:39 PM »
Get an nVidia graphics card that's 650 or higher and use ShadowPlay. Writes all video events to two streams: the first is what you see on your screen, the second gets written to temporary memory chip on the graphics card that stores the last 20 minutes of whatever happened on your screen. This way, if you forget to hit "Record" you still have the fight! Also, they've made a lot of enhancements for it so you can record only certain windows and such as well (for fullscreen games). You can also live stream to Twitch if you want to! I've used it a bunch for SWTOR.  I'd post up some samples but they're all pretty large files.

Pages: [1] 2 3 ... 78