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

Pages: [1]
1
I've used this script for years and absolutely love it. However it stopped working recently when trying spell weaving. I am at the word of death stage and it goes through the horse target routine, remounts and then asks where the horse is....

2
UOSteam / Re: Help with auto target
« on: July 09, 2016, 11:07:07 AM »
I prefer headmsg over sysmsg since I am most likely looking at my character or close to it.

3
UOSteam / Re: Changing game window size in UOSteam?
« on: July 09, 2016, 11:04:06 AM »
I have a 36" wide curved screen and at 1440 x 900, I can still have two full UO's on my screen

4
UOSteam / Cure/Heal Self one Button
« on: July 03, 2016, 02:23:34 PM »
There are tons of heal and cure scripts but I wanted one button and it decides to cure if poisoned and heals if not. You could change the 'Arch Cure' to Cure and 'Greater Heal' to 'Heal" to do minors.

Spoiler: show

//CharlieB
//Cure/heal One Button
if poisoned 'self'
  Cast 'Arch Cure'
  Waitfortarget 2000
  target! 'Self'
else
  Cast 'Greater Heal'
  waitfortarget 2000
  target! 'Self'
endif

5
New member introductions / Hello all!
« on: July 03, 2016, 01:36:58 PM »
Hello everyone!

My name is charlie B. I have been playing UO since beta. I remember signing into AOL with a 1200 baud modem to play UO. AOL back then used to log you out after a minute of (in there eye inactivity). So I started looking for a way to some how cause, "activity" in AOL so i wouldn't get logged out. This is how my coding career started and the world of UO.

As I said I have played UO off and on since beta and I still play today. I have multiple accounts on OSI and I continue to find new things I like about the game daily. I mean name another game where you can still be surprised, find something new, or make a new friendship after 18+ years? There simply is not one out there, I know because I look.

I am an avid gamer and I try and play each and every MMORPG that comes out. They all suck and I always seem to find my way back home to UO and of course scripting. Heck we all know they go hand in hand. Does anyone still train up characters anymore, I simply couldn't imagine.  Which is what led me here of course. I look forward to releasing some of my scripts to ScriptUO and improving my own knowledge. I apologize upfront for any stupid questions I might ask. I promise that once I understand, I will not ask again. I am not an expert coder by any stretch of the imagination but I can trude through code and eventually get something that works for my needs. I understand the logic with coding it is just learning the language and context of how it is used.

I'm all over the place here. I am a single, girlfriend (wont play Grr), job, house, etc etc boring..

I really respect all the coders that have unknowingly allowed me to bastardize their code and privately chop it up and frankenstien it together all these years. Not to kiss ass but I am in awe at some of the scripts out there and I aspire to be one of them some day. I figured the best place to learn would be from the best, so here I am.

Thank you for considering my introduction and I look forward to learning from you all. Peace.


Pages: [1]