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 ... 75 76 [77] 78
1141
Off Topic / Re: Happy Earth Day
« on: April 24, 2009, 06:59:56 AM »
"But officer, I thought EVERYONE was supposed to have skeletons in their closet!"

P.S. I live like 10 mins from TMI...cool place to drive by! Huge as hell!

1142
New member introductions / Re: hello!
« on: April 24, 2009, 06:25:15 AM »
Well I might as well be the one to break it to you...

You might want to post a MUCH better intro (How long have you played? What shards? What type of gameplay (pvp or pvm)? What scripts you've used? If none, which would you LIKE to use? etc)

1143
will this work with easyuo or just suo


All scripts on this site work with EUO. SUO is not technically "functional" for running scripts yet so it would be pointless to WRITE scripts for a non-functioning program (unless you're a severe overachiever).

1144
Feedback / Re: Color Schemes
« on: April 23, 2009, 06:05:02 PM »
I'm not sure which of these lines you need, but whatever the "last" set of colors is on this list is the ones I like:
Code: [Select]
Welcome to ScriptUO Pre-Alpha build 224 - 2009/02/07 00:19:49 Debug panel.
Ready to edit
0 8421504 40704 65280 33023 16776960 16022016 8388736 255 16777215 13948116 0 0 0 0 0
You must run the script first
0 8454016 16777215 65535 16753920 16744703 16711808 16776960 65280 12632256 4194304 0 0 0 0 0
0 16711680 8421504 65280 15621124 32896 16776960 255 8388736 8404992 4194304 0 0 0 0 0
Caret color16777215 Caret color16777088 Caret color16776960 0 16711680 8421504 65280 65535 32896 16776960 16512 8388736 255 4194304 0 0 0 0 0
0 16711680 8421504 32768 65535 32896 16776960 16512 8388736 255 25600 0 0 0 0 0
Caret color16776960 Caret color16777215 Caret color8421376 Caret color16711808 Caret color8421631 Caret color33023 Caret color128 Caret color64
You can call it "Maddog Colors" if you want. I attached a picture so you can see what it looks like!

1145
That's friggin' awesome! I'm gonna read up on it this evening!

Sadly, I think most of UO's programmers/devs would probably learn something if they read UOAI! LoL!

1146
What is this UOAI you speak of? I've never heard of it...you have intrigued me! Do you have a link for it?

1147
Feedback / Color Schemes
« on: April 23, 2009, 09:13:46 AM »
So I was playing around with SUO for the first time in awhile and was playing with the color settings. Is there any planned functionality to be able to save/load your color scheme or change the default every time it starts? I can't stand white backgrounds anymore! Too many years of staring at computer screen. I much prefer my black background! hehe

1148
IDOC Hunting / Re: Juicy new IDOC, and sadness
« on: April 21, 2009, 11:59:38 AM »
If you're having trouble selling, I'll take donations!  ;D


1149
UO Reference Information / Re: Potion Types
« on: April 21, 2009, 11:58:06 AM »
Does anyone have the code snippets or a list of the colors for each of the petals? I want to add them to my Maddog Medic script and I had already read about the issue with having the same ID types. If someone already has the snippets,I'd rather use theirs and give them credit than re-write my own. (I know I should probably search, but my connection on the wireless here at school SUCKS!)

1150
Hardware Design / Re: Logitech G15 Keyboard
« on: April 19, 2009, 09:12:04 PM »
I've been thinking about getting the new Nostromo n52te or whatever it is, to replace my USB numpad. Not sure if I want to fork over the dough for it though (Just bought a $1000 12.1" Touchscreen Laptop lol)

1151
Hardware Design / Re: Logitech G15 Keyboard
« on: April 19, 2009, 11:26:39 AM »
I <3 MY G15(V1)!!! If it ever dies, so will I!

1152
Firefly/Serenity / Re: I blame Cerveza for this!
« on: April 19, 2009, 11:22:16 AM »
OMG I just found this forum/thread! I didn't know that many other people even knew of this show/movie's existence! I am a HUGE fan myself and have the complete season and got the movie just this past christmas. I am so psyched that they are supposedly coming out with a sequel, it should be amazing! I'm going to go get laid now, so I'll post later!

(That shows how much I love this series, I took 3 mins to make a quick post instead of bolting over to my girlfriend's place when she called me and told me she wanted to take a "nap" with me!)

1153
Scripting Tutorials / Re: 2 - Selecting and Using an Item
« on: April 19, 2009, 09:23:07 AM »
You should probably have it "return" instead of "halt" if it doesn't find any! Just picking on ya!!  ;)

1154
Scripting Tutorials / Re: 1 - Basic Script Flow
« on: April 19, 2009, 09:19:30 AM »
You can also use:
Code: [Select]
repeat
   repeat
     blah
     blah
     blah
   until #charghost = yes
   while #charghost = yes
     wait 0
until #charghost = yes


Which after reading I just realized can be simplified to:
Code: [Select]
repeat
  blah
  blah blah
  blah blah blooey
  while #charghost = yes
     wait 0
until #charghost = yes

1155
General Discussion / Re: What to do about the lame EasyUO parser?
« on: April 19, 2009, 08:52:05 AM »
I'm a traditional C/C++/C# kinda guy. I hate even USING the word "set" just to make a variable! lol CPPFTW

Pages: 1 ... 75 76 [77] 78