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

Pages: [1] 2 3 ... 11
1
Character skill advancement / Re: Freddy's Poison Express
« on: June 01, 2016, 10:28:00 AM »
Wow, this script still works and is awesome... Makes me wonder about other skills. Thanks for sharing this

2
Character skill advancement / Re: Jawetzels tamer
« on: May 28, 2016, 06:19:56 PM »
I realize this super old but just wanted to say it's still working great! Went from 50-90 using appropriate jewels and had no problems. Thanks!

3
Script Debug / First Script, help appreciated!
« on: May 06, 2016, 04:47:11 PM »
OK, so my very first script from scratch (be gentle). I've played around with others and I'm basically using snippets from different ones and what I've learned doing so to get started. Any help appreciated!



First Goal:
Use secondary character to repeatedly area peacemake and bandage primary character while being able to manually interrupt the loop to discord on my command.

So far I have two separate scripts that work-ish, but I would like to combine the two to accomplish my goal.


#1. Constant peacing and manual disco

gosub Peace
gosub Discord


sub Peace
    {
     event macro 13 9    ;peacemaking
     target 5s
     event macro 23 0    ;tgt self
     wait 7s
     return
    }


sub Discord
     {
       scanjournal %i
       if You_must_wait in #journal       ;breaks peace loop
          {
           wait 7s                        ;provides time to use disco
           scanjournal %i
           if You_play in #journal   ;disco success
              {
               wait 7s                     ;wait for skill cooldown
              }
           scanjournal %i
           if You_attempt in #journal  ;disco fail
              {
               wait 4s          ;wait for skill cooldown
              }
          }
     }
;goes back to peace loop


Two questions. Does my second set of journal scans actually work like I think it does (only testing on easy things as I'm spending more time on the code than in-game)? Secondly, does the journal scan only scan the last line in the journal?



#2. Constant healing and manual discord

gosub Heal
gosub Disco




sub Heal
    {
       event macro 17           ;use last object (bandage) (have to manually use before starting)
       set #ltargetid KAYSSE   ;change this depending on primary char
       set #ltargetkind 1        ;is this line needed?
       target 5s
       event macro 22          ;last tgt (primary char)
       wait 3s                     ;wait for bandage heal
       return
     }
      
      
sub Disco
     {
       scanjournal %i
          if Choose in #journal     ;used disco
             {
              wait 10s              ;pause so bandage use doesn't cancel targeting
             }
     }




So I've tried to combine the two into one heal/peace/disco script but I keep shooting myself in the foot. Any pointers?




My LONG term goes is to be able to able to create something like:

heal primary when needed
constant peace loop
on primary character, through party chat - send monster ID to secondary character, break the heal/peace loop to disco the monster my primary is targeting

4
General UO Chat / Barbed/Valorite Runics?
« on: May 02, 2016, 06:54:11 PM »
Just curious if these have any good uses at the moment? All the best gear appears to be made starting out with low end (spined/horned, shadow/copper) runics then imbuing/enhancing as far as I can tell.

5
General UO Chat / Re: So much to do, don't know where to start
« on: April 20, 2016, 03:12:03 AM »
Awesome reply savestheday, you've just reinforced that I want to keep playing this game, ty. Can't wait to get started. I'll check back as I go if I think of anything else and to see if anyone else wants to chime in!

6
General UO Chat / So much to do, don't know where to start
« on: April 19, 2016, 05:44:26 PM »
Same ol story, playing off and on for like 10 years. Got the itch again... Was hoping I could just get a shotgun blast of information on what's happening in today's UO (EA/Broadsword? servers). I don't have any method to my questions, just what I can think of right now. Any help is appreciated!



Where are the best items from (pvp and pve)? Crafted, Shame, Doom, Peerless, Imbuing, random turn-in sources, etc.?
-What mods should I be looking for (in general)?

Are all dungeons updated to the "new" Shame format?

Is the Abyss/Underworld/Peerless still relevant?

What are some of the strong templates used for farming the best items?

What are some easy farm spots I can start out on with a 120x tamer w/ greater dragon to get reacquainted to the game?
-Harder solo content?

Best all-around pets to use as a tamer?

Any current events going on? I think Blackthorn/Minax items farming was the thing to do during my last stretch.

What are the fun things you guys are currently doing?

I read the thread on the T-Hunters and that sounds like fun, are they still relevant? (have never had one before!)

What is PvP based around? VvV, Champ spawns, harrowers, Yew gate, etc?

Fun/interesting things to do in the latest xpac?

Other useful, up to date, websites? UOGuide, Searchuo, finduo, stratics, etc?

Active/mature guilds on Atlantic with voice comms that I could look into joining?

Anything else you think could be fun/relevant.

 
About me:
I plan on doing mostly solo, non-pvp, gameplay as I begin again, but would like to venture out as I get my bearings.
Currently on Atlantic with a few hundred million and developed characters/house.
Only 1 active account but wouldn't be against reactivating another.
My most recent break was around High Seas and haven't played any of the new xpac.


Any and all help appreciated, thanks!

7
General UO Chat / Re: Little Weapon Help?
« on: April 11, 2014, 08:21:57 PM »
Ah, had no idea about the durability loss with splinter, thanks

8
General UO Chat / Little Weapon Help?
« on: April 11, 2014, 04:39:31 PM »
So I got this drop last night. I'm trying to figure out the possibilities of this thing...



Current imbue weight: 293

I've never used a Whetstone of Enervation, would removing the damage increase drop the weight to 193 and then have 3 total properties?

I don't really have a clue on a price or even if it's what people are looking for in pvp. Anyone have ballpark price check?

Any help/offers(Atlantic) welcome. Thanks

9
General UO Chat / Returning Vet, PvE?
« on: April 16, 2013, 08:07:42 AM »
Just came back after a ~2 yr break (who doesnt?  ;) )

Looking to work my way back into PvE. Can anyone give a simple run-down of the different types of things I could be doing? Would like more info on Arties, Shame, Wrong, etc..

Thanks guys

10
Cool Links! / Re: WVU Armed Forces Tribute
« on: December 05, 2011, 06:12:33 PM »
and the Army goes rolling along!



cool stuff

11
General UO Chat / Re: Cant Patch/Login to UO
« on: November 17, 2011, 02:45:30 PM »
awsome, thanks man. still not used to windows 7   :-[

12
General UO Chat / Cant Patch/Login to UO
« on: November 17, 2011, 02:13:55 PM »
Anyone else having this prob or know how to fix it?


The patcher downloads the publish but i get the msg:

Error during session
Your client may not be the most recent version.
You may be able to play the game with your current client.
Check http://www.uo.com/ for help on resolving patching issues.
Click OK to play the game or Cancel to abort.


I click ok/cancel and I either get the "Couldn't connect to UO, please try again in a few moments" or it just crashes at "Connecting..." once i try to log in. Anyone know a fix? Thanks


this has been going on the last 3 days too

13
Just wanted to say thanks for this great script. Up to 0-84 disco from off and on macroing the last 2 days without having to change a thing on it. Cheers C2

14
Player Templates / Re: Tamer Luck Armor
« on: October 29, 2011, 03:19:53 PM »
did some digging and found it. pretty awsome tool, too bad its not a drop tho


http://www.uoguide.com/Forged_Metal_Tool

15
Player Templates / Re: Tamer Luck Armor
« on: October 29, 2011, 12:56:16 PM »
At that time we did not have the Runic tool that will give you 100% chance to enhance any item,


Whats the tool that gives the 100% to enhance?

Pages: [1] 2 3 ... 11