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

Pages: [1]
1
Questing / Re: Easter Egg finder
« on: May 05, 2022, 04:29:22 PM »
changed up a lot of things, fixed some issues.  I'm still having issues with it always finding the eggs furthest from the character instead of nearest. I did add a HUE over the egg so you know what it is as soon as it is in range.  it puts them inside a bag in you pack as well now so you do not have to manually bag them if you are not turning them right in.  I do like the idea of changing the color to something bright if it is a rare egg, but I've been going through a lot of eye surgery last few months and focusing on text and such has been very taxing. Thanks all for testing it.

2
Questing / Easter Egg finder
« on: March 23, 2022, 06:08:03 AM »
Something i wrote up to gather these eggs. just start it up and run around. it will spam a found egg, you run to it and it puts it inside your pack and resets for next egg. just something to make it a little easier.
ver1.1
redid some things , it will show you the hue instantly and now it puts them inside a bag in your pack so you dont have a mess. I am unsure how to get it to find the nearest egg. it seems to always find one that is furthest from you but this seems to be working ok.

3
Submit your Script / Re: BL Trick Or treat Recall
« on: October 03, 2021, 08:41:23 AM »
does this support more than 1 recall book for the trick or treating? or is it limited to just the 16 spots on book 1?

4
Crafting / Re: No Leather Tailor Trainer (uses Gargish Cloth Armor to 120)
« on: September 02, 2021, 06:17:38 AM »
Just ran this on 9-2-21, I was already at 109 tailoring when i started it, however it ran very smooth. it stumbled once at 118.7 when for some reason i ran out of tinker tools, but other than that it was flawless for me. Thank you for such a useful script! I did not really want to farm all the plain leather to get to 120. This was a god send.

5
Questing / Re: said3 Heartwood trinket weaver quester
« on: July 10, 2020, 02:29:50 PM »
Not sure if it  is broke or not. tried this today, it cycles through the quests but does not see the required quest. I do have the OCR file in the same directory and in the same directory as the main EZUO files. anyone able to verify it currently still works? just want to see if it is on my end that is an issue.

6
Crafting / Re: Guadah's Alchimests Assistant
« on: July 01, 2020, 09:19:58 PM »
First time i tried this script. wanted to say thank you for it because it is awesome!  ;D saved my trigger finger from the several thousand clicks..

7
I loaded this up today and it works great. Kudos to the scripter god.  I do however have an issue that I'm not sure how to fix yet.. I have a box with my stash on the step of my keep and when the cycle in heartwood ends, it recalls me home, however the chest does not reload on my screen so the script doesn't locate my supplies. moving forward 1 step forward would reload the contents of my keep and then it would continue.  Any ideas? just need to walk 1 tile forward onto the steps, but no idea where in the script to put a Move..

8
Crafting / Re: Blacksmith Trainer
« on: March 16, 2020, 02:52:02 PM »
Just wanted to say its working good for me as of 3-16-2020. I love the easy setup and love the no extra glitz.. it just does the work and gets it done.. thank you for the script. I'm human with 0 mining,, went from 0-91.7 so far with 0 issues.

9
Character skill advancement / Re: Gaderian's Remove Trap trainer
« on: February 29, 2020, 09:25:30 PM »
 :o pretty fast and definitely cool. 28.6 to 75 without any issues. Thank you for this!

10
Scripting Chat / provoking
« on: July 28, 2017, 08:49:55 AM »
is there a event macro code for using the provo mastery inspire or invigorate? any info would be great thanks.

11
Character skill advancement / Re: Guadah's Multiskill Trainer
« on: July 16, 2017, 05:32:23 AM »
just toyin with the animal lore and of course the new system requires you close the gump before you can use any skill at all again so here is what i did.
Code: [Select]
AnilTrainingLoop:
event macro 13 2        ; Animal Lore
 target
event macro 22 0        ; Target Last
wait 20
if #CONTNAME = generic_gump
   {
   click 400 150 r
   wait 10
   }
   else
GoSub SkillCheck]
works good now. this has always been a great script so i wanted to share this little fix for Animal Lore.

12
for you bank issue people. here is what i found.. it is looking for the secure on the ground... i just fixed with this ...

repeat
    set %to #SCNT + 5
    repeat
      finditem %secure ;G_2                   <----- commented out the G_2 because in the bank your secure is NOT on the ground.
      wait 5
    until #findcnt > 0 || #SCNT > %to
    if #findcnt = 0



On a side note... Excellent script and thank you for sharing.

13
New member introductions / Re: Hello from Toymaker
« on: January 25, 2013, 05:31:27 PM »
well, I started playing Ultima in 1982.. I know I know easy there folks. back then it was owned by Origin and was no such Internet as we know it.. since the beginning of Ultima I have played them all the last one being Ultima 9 Ascension. when Ultima decided to go online I joined the world in August 1997 on Chessapeak. there was no scripts then that i knew of. I've played on and off ever since.. my oldest account being 13 active years old. I do not play nor plan on ever using enhanced client, i'm old school and like the old school 2d world. When I was introduced to EZUO i was hesitant because i felt that in the PvP world you should use ( skills not programs to win ) unfortunately most people feel winning is winning regardless how bad the cheat. I used the scripts to help train skills mainly for crafting. was hard to beat CEO for those things. I looked and learned how to write script out of necessity, training skills like taming, or training pet resists, or Discord or Peace. I was hesitant of posting the ones i wrote because they suited me and not the general public. like my pet wool gatherer script which still works great. at one point i redid the heartwood fletching quest, and made it into a tinker quest. i posted it on Easyuo but it was immediately banned. Shock and awe hit me as it wasnt a farming script. you started it with a hotkey and it ended after each run. I never in my life understood  the moral objection to that script. with mining and lumberjack scripts doing full auto rails, how could those not be a ( farming ) . I pretty much stopped posting any scripts there after that happened. when I returned to UO i wanted to fire up some of my old scripts and found the backup that was on disk was no longer valid. ( CRC Redundancy fail ) i had lost all my personal scripts. I began to look for similar ones to rewrite for my own use. this is how i found this site. I do not know much about this site but i'm hoping to pick up where i left off and by all means learn to be a better script writer.

14
New member introductions / Hello from Toymaker
« on: January 23, 2013, 05:00:01 PM »
just a little info, I have written a few scripts on the EZUO site as Toymaker, but quit uo for a few years. I came back to the game to find there was now 2 versions of EZUO.. the old one and openUO , I havent had much time to look over the new scripting as yet but hope to learn and contribute as much as I can. I'm not a power gamer, nor a gold farmer. the scripts I wrote on the EasyUO site were basically things that i used either while training or things that i needed on a daily basis. Discord trainers, pet trainers, honor scripts ect. hope to learn more from what is here and return it with interest.
Thanks for reading.

Pages: [1]