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

Pages: [1] 2
1
Off Topic / Re: File Magic (Corrupt File Recovery)
« on: June 29, 2016, 09:12:15 PM »
I can't help with the file recovery, but I have had some experience with many sleazy landlords in the past.

Was this incident recent?  Is there any mold?  Was any of your personal property damaged (on video)?  Do you have renters insurance?  Are they threatening your deposit, or wanting funds from you directly?  Does your lease allow pets?

It's easy for me to be biased and say "get a lawyer," because my wife is one, but if the dollar amounts are creeping up it may be worth it.  Usually a formal letter with a BAR number listed at the bottom is enough to make the smart sleaze balls back peddle.  The dumb ones who still think they can pull some quick easy fraud often find they've opened a can of worms they were not prepared for.

You don't have to reply if you aren't comfortable, I just want you to keep in mind going into this that the landlord is not nearly as powerful as society places them (ask any landlord who has had nightmare tenants just how helpless they are!), so don't give them an inch!  Just stick to your guns, and make sure you are constantly taking pictures.

/rant

2
General UO Chat / Re: Wrestling and Parrying Question
« on: June 27, 2016, 08:27:59 PM »
Can a mage have 120 wrestling and a spellbook in one hand and 120 parrying with a shield in the other hand and still get the full benefits of Wrestling AND parrying?

Yes, just keep in mind that there is a penalty to parry with < 80 dex

3
Scripting Chat / Re: Training on a horse while mounted
« on: June 03, 2016, 07:11:42 PM »
Yeah I was asking if you could damage/poison/curse them while still mounted.  A long ways back there were a few exploits that depended on modifying your pets stats or killing it while still mounted.

Oh well, still a cool trick.  Thank you so much for sharing!

4
Scripting Chat / Re: Training on a horse while mounted
« on: June 01, 2016, 09:05:11 PM »
Do you know by any chance if the spells are having any effect on the mount?  Or are they just going to "the void" like when you target a spellbook?  I won't be able to test anything until next week unfortunately.

I suspect the mount is unaffected, but if not this has HUGE potential.

5
Off Topic / Re: NAS recommendations
« on: May 21, 2016, 06:55:22 PM »
I've been browsing reddit /datahoarding while researching a plex set up for my new house

Lots of good info for setting up your own NAS build and choosing drives, but be warned the people on that subreddit have deep pockets and aren't afraid to drop thousands on their setups and redundancy systems


6
Player Templates / Re: Dust off your Chiv Archer!
« on: May 09, 2016, 07:02:35 AM »
I finally got around to doing to testing on the test center with this template.  I'm not really understanding the poisoning skill after playing with it a bit.  It very rarely inflicts high level poisons with the bow, many high end creatures cure it off almost instantly, and damage was a very small increase from poison ticks...  What am I missing?

7
Script Debug / Re: First Script, help appreciated!
« on: May 06, 2016, 09:00:41 PM »
Since you are planning on coordinating actions between two clients, I suggest learning about persistent variables by reading the easyuo documentation (http://wiki.easyuo.com/index.php?title=Variables).  It is hard to read an allies hp vs. your own or an enemies. Instead of using OCR, just tell the other client what the current hp is!  Go on test center where no one will bother you and have the second client say the current hp of the first every few seconds.  Play on the first client and damage yourself several times to test that it is working correctly.  You can press F7 to walk through each line in a script to find spots where it hangs up or behaves funny.  As you get basic parts keep building more and more complexity into the scripts.

Client 2:
Code: [Select]
main_loop:

repeat

if my allies *currenthp is less than his *maxhp
{
    msg My BFF has *currenthp HP $
    wait 30
    ; gosub healing
}
; gosub barding *enemyid

until #CharGhost = YES
while #CharGhost = YES
    msg you said you would protect me! $
    halt
GoTo main_loop

Client 1:
Code: [Select]
main_loop:

repeat

set my max hp to *maxhp ; in case of buff/debuff
set my current hp to *currenthp
wait 20

until #CharGhost = YES
while #CharGhost = YES
    msg nice healing, anusface $
    halt
GoTo main_loop

Once you get the above working modify it to display an enemy ID from the first client on the second.  You can then use that to auto target your bard skills.  I would use finditem in your backpack to look for bandages so you don't have to hardcode the ID each time.

To understand how to organize the flow of your script and use a wrapper/loop read (http://www.scriptuo.com/index.php?topic=976.0)

To pull useful information about your toons for passing info about your HP check out (http://wiki.easyuo.com/index.php?title=MaxHits)

You could consider adding some small waits in your subs for stability, and also using timers to figure out when you should use the next bard skill or bandaid (http://www.scriptuo.com/index.php?topic=12094.0)


I'm not great at scripting, but that's a start until the Wizards can explain more.

8
Welcome!

That's the beauty of scripting/botting: having a life!

9
General UO Chat / Re: Barbed/Valorite Runics?
« on: May 02, 2016, 09:53:03 PM »
The lower runics are more desirable because they allow you to have more control over the mods that are rolled when runic reforging.  Val and barbed runic will impart 4-5 mods, and your chances of them all being your desired outcome are low.  Also, for whatever reason, higher runics lose the ability to manually reforge certain properties, such as 150 luck.  The whole crafting system is backward now..

10
Player Templates / Re: Dust off your Chiv Archer!
« on: May 02, 2016, 09:30:43 PM »
Interesting take on the archer

What are your poison ticks doing damage wise to various bosses?  I just checked UO guide and it states that lethal would do 16-33% of the opponents max HP as a damage tick every 5 seconds for 16 ticks. That would mean that some bosses would have 4 figure damage ticks even after factoring in resist..  That sounds rediculously OP even before your factor in disco/corpse skin/onslaught from other clients/guildmates.

11
Used this script to 120, very fast and well put together.  Had one hang up at ~117 skill where it decided to fill my pack with fancy dresses and then just sit there, but after a quick restart it worked again flawlessly.  Much faster and less clunky than CEO turbotailor!  Thanks for sharing!

12
Manwincs' Script Library / Re: Mwinc. Imbuing Trainer
« on: April 23, 2016, 06:58:47 PM »
Thanks for sharing!

My stats:
Garg started with 50 imbue
Had 98 armslore from training smith
Run time to 120 ~ 8-10 hours (estimate, had d/c in middle)
Significantly less resources used than expected (9k amber, 5k citrine, 5k ruby, small amount of ingots)

This script is amazing because it is so FAST!  I will definitely be dissecting this script to learn more about handling crafting and gumps at lightning speed.  Thanks for the awesome contribution!

13
General UO Chat / Re: So much to do, don't know where to start
« on: April 19, 2016, 07:37:25 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!

UO is the only game I've never been able to let go.  There seriously needs to be a support group!

Quote
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)?

Crafting and farming very high end bosses produce the best items.  Artifacts play a minor role now, as many items can now drop as random loot that put some old artifacts to shame!  All spots have at least 1 or 2 artifacts that drop which are still relevant.

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

They made "shame loot" global to all mobs.  The fist mob I killed after a 10 year break was a solen warrior in fel, and it dropped an item that would have been worth 10+ mil at the time I quit playing!

Quote
Is the Abyss/Underworld/Peerless still relevant?

Everything is still relevant, but the effort vs. reward ratios vary substantially between different areas of the game.  Example: Armor of fortune is still useful from doom, but you are just as likely to get other artifact drops that are worse than currently craftable items.

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

The all purpose template is a sampire with high end gear.  However, the best template is actually based on what you plan to farm as all farming spots have unique highly specialized templates and gear to maximize efficiency.  You can solo it all with 1 toon if you have enough soul stones and suits.

Quote
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?

With the new mastery system a tamer with a greater can do 95% of the content solo... The problem is it is super slow compared to other specialized templates.  If you have multiple accounts a tamer makes a great support character for tanking/disco/back healing...

Quote
Best all-around pets to use as a tamer?

There are very few situations where other pets would outclass a greater.  There is a new dragon turtle pet, but it is basically just a greater drag.

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

One of the devs hinted on the stratics forums that a new story arc involving the tribes of the new dinosaur lands would start in the future.

Quote
What are the fun things you guys are currently doing?

Rebuilding myself back up from peasant status.  Theory crafting multi box strats for content. 

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

Treasure hunting is a zen thing for most people.  You either love it or hate it!  It's not considered the most profitable profession, but if you consistently do level 6 maps you WILL make gold.

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

This is shard specific, but my best answer after some scouting is that pvp currently centers around general chat


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

The most reliable information by far comes from this site.  Stratics is almost intolerable, because it is plagued by an extremely vocal minority of posters with their own agendas.  Be sure to vet any information you get from UO guide or stratics, it is usually contradictory or outdated/wrong.  I've been burned by this a couple times already.

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

If you ask in general chat most shards have guilds which cater to new or returning players and are desperate to cultivate the player community.

14
New member introductions / Re: Back for some more
« on: April 19, 2016, 06:43:03 PM »
I came back after about a 10 year break.  If you figure out the crafting and imbuing system you can learn to build suits that allow you to do almost anything! If you are new to scripting I highly recommend you read all of the tutorials by Cerveza in the scripting sub forum.  You will find that a vast majority of publicly available scripts at easyuo official site are broken, but with those awesome tutorials and a quick read of the easyuo documentation you can repair them!

Welcome back, have fun learning all the new stuff and don't get overwhelmed, because there sure is a lot!

15
Great script! Thanks for sharing!

Only required an easy QOL modification.  When you cross sub servers it seems that all your +stats are reapplied, meaning you land at your recall location with <100% HP.  I wear +str gear on my gatherers to increase the amount of weight they can carry, which trips up the script, making it think you got damaged right after recalling.

If anyone has the same problem just look for the "check_health" sub to modify what threshold you want the script to escape at! 

Pages: [1] 2