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

Pages: [1]
1
Script development tools / Re: TrailMyx's Master Rail Engine/Developer
« on: November 25, 2012, 01:47:50 PM »
I just finished writing my very first script - a quester for the Naturalist quest. It says a lot about this script and all of the tools and support documentation that you've provided that I was able to figure it out. Thanks for provided such fabulous tools!

2
Script Snippets / Re: TrailMyx's OffsetClick generator
« on: November 22, 2012, 09:17:56 AM »
This is exactly the help I needed - thank you!

3
Gold Farming / Re: Auto Honor and Attack
« on: June 22, 2012, 03:17:31 PM »
Last night/this morning I did my best to go through and put this script on crack. The results were quite good, but I'm hoping for some help ironing out the kinks.

The first thing I did was implement EOO, and Confidence. In order to preserve mana in combat, EOO is only applied between mobs. Health is tested in and out of the combat loop, and if below 80 health, confidence is cast. There is probably a more appropriate way of making this percentage based rather than a static health number. The code I used to add EOO and Confidence was taken directly from these boards, I take no credit for that effort.

I also applied mana checks to EOO, LS, and Confidence. EOO and LS will only be cast if I have greater than 14 mana. This ensures that I always have mana for confidence if I need it. Confidence also has a mana check of 7, but that's just to avoid spamming the skill when I don't have mana to cast it. Again the numbers assigned to the mana checks are relevant to my own gear, and would not be suitable for most people. For public use they would need to be set to the default mana cost of each spell, or consider lower mana cost on the users suit.

I reduced the wait time between honoring a target, and attacking it. When I play manually I do this with a single macro, so this change just mimics that behavior.

By far, the most significant change I made was to ensure that while looting I continue to honor and attack new targets. This allowed me to keep up with the absurd spawn rate of troglodytes. I then established a new variable to keep track of whether or not I needed to chase a fleeing mob or not. If you did not move, then there is never a need to pause killing while you loot. Both can be done at the same time. If I had chased a fleeing mob, then the script pauses attacking long enough to loot and then walk back to my starting location.  At least that's the intent. It does stop to let me loot, but I can't seem to make it return to the starting location reliably while there are more enemies around. It will instead continue to engage any new spawns from its current location, and only return when there is nothing left to kill. This of course could lead to you chasing enemies until you were no longer even near your intended stationary zone. This is a critical flaw, and I would appreciate any insight available.

Newho, I've been up for about 22 hours now, so I'm going to get some sleep. I attached my modifications of the script, but that's mostly for the sake of feedback. It does kill significantly faster than the default script, but there are risks involved, and it may not be tuned appropriately to your character.

Use at your own risk and thanks for any feedback.


Where did you attach your updates, Omnibare?

4
General UO Chat / Re: Stygian Abyss -- GARGOYLE QUEST INFO
« on: April 10, 2010, 10:34:58 AM »
The Flaming Bud is retrieved on Titan Island in T2A.  There are several locations with Guardian Cyclops around a red chest, similar to the Guardian Wisps in the human quest.  Kill them and the chest turns regular brown.  Only a gargoyle who has the quest can double-click the chest and get a flaming bud in their pack.

5
General UO Chat / Re: Stygian Abyss Event -- HUMAN QUEST INFO
« on: April 10, 2010, 06:46:11 AM »
Thanks tandj99!!

6
Questing / Re: ScriptUO Heartwood Quester v1.19
« on: April 10, 2010, 06:25:11 AM »
Thanks for the update TrailMyx - works like a charm!  ;D

7
New member introductions / Re: another newbee
« on: March 21, 2010, 03:38:46 PM »
Thanks for the warm welcome!

8
New member introductions / another newbee
« on: March 16, 2010, 04:56:21 PM »
Hi all,

I've been playing UO since 1997.  I started out on dial-up, playing with an RP guild (don't remember the name) back on Chessy.  Took me awhile to figure out that I'd get faster speeds playing a shard closer to home - took me awhile to figure out that shard meant server...  I remember when there was no insurance and no Tram, and I would hunt monsters around Skara, and run like hell from every red I saw hoping to make the ferry.  I remember when there wasn't a ferry!

Now I play Sonoma, and have for several years.  I'm new to scripting this year, though.  Now that I've had a taste, I'm addicted to scripting.  I trained all my chars the old fashioned way - the "carpel-tunnel-method" - so scripts have opened up a whole new world for me.  I actually think that the game is unplayable without scripting, as it currently stands.  I work a full-time job, so I don't have time to lumberjack or mine for hours on end to gather resources.

I really appreciate the philosphy of this site and all the hard work the folks smarter than me put into writing the scripts.

Thank you very much!!

Pages: [1]