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.


Topics - M4yH3m

Pages: [1]
1
Scripting Chat / Trying my best
« on: April 27, 2020, 12:46:45 AM »
I am writing a script, but have ran into a small snag. I am looking for a particular ID within my script, and I am running a rail looking for the ID. So, my script is basically like this

set %MOB xxxxxx ;this is the creatures ID
set %jStart #jIndex ;start journal scan
wait 10
set %jEnd #jIndex
for %ambitious %jStart %jEnd
{
        scanjournal %MOB
        if (MOB in #journal ) ;when I find the monster
        {
               WHAT DO I DO HERE TO WALK TO THE MONSTER FROM MY RAIL?
        }



2
Script Debug / Making a zoo donator script. Need input
« on: April 15, 2020, 11:14:09 AM »
Hello everyone! I am trying to write a small script that will tame drakes, and then donate them to the zoo. Here is what I have so far. I have the menu created, but it is not functional yet.
I have set the script up so that I can run up to a drake, and the script will start to tame it. What I am having trouble with is a couple of things so far. I want the script to know if I fail, or successfully tame the drake. If I am successful, I want to take the drake to a specific X,Y coord, and tell it to stay. Then go take a second drake. I will be incorporating a rail writer into the script later, but for now, I would just like to get this thing to NOT continuously try to tame the same (TAME) drake.

Any help will be greatly appreciated. I am totally new to writing these things, and I am trying my best :)

3
Scripting Chat / Script Request
« on: April 09, 2020, 01:10:31 PM »
I am searching for a script that is similar to the UOAssist organizer agent. I would like a script that asks me to target an item, and then it will put it in a specific location, nice and neat. And then, target another item, and select where to put it.ie upper left, upper middle, upper right, and so on. I think this would work great for those of us that are collecting the minor tok drops, and trying to keep them neat and orderly. Would anyone be willing to give this a try? TYIA!


4
Scripting Tutorials / Tutorial idea
« on: April 07, 2020, 08:11:48 AM »
I would love it if someone could make a tutorial on making a menu with checkboxes, and then how to write the code so that when a checkbox is checked, the code uses whatever skill is checked. I am a complete noob when it comes to coding, and I want to learn SO bad. But I have no idea what I am doing. I take scripts, and dissect them, and kind of know some things, but I really would like to see some tuts geared towards people like me, who have NO basic skills whatsoever. Maybe even a live stream on the Discord channel? I learn better by hands on training, I can read the same thing over and over, and it still makes no sense to me lol!!Thanks everyone.

5
Scripting Chat / Need help
« on: March 28, 2020, 03:47:48 AM »
How would I write a tamer script that will scan for a specific monster and say all kill and then target that monster?

6
UOSteam / Lifebars not updating
« on: February 07, 2020, 05:52:15 PM »
Anyone have this problem, or know how to fix it? When I pull lifebars, they do not update. Very annoying in PvP

7
Scripting Chat / Dismount,cast spell, say all kill
« on: February 07, 2020, 12:01:12 PM »
I am trying to figure out how to write a script in EUO that, upon a hotkey press, will cast explode, dismount from my mount and say all kill on a selected target, and then finish with targeting the explode. Can anyone help me out?

Basically I want this:

press hotkey
Cast spell explosion
dismount from horse
whisper all kill and target enemy
target explosion on same target

8
Scripting Chat / Looking for help
« on: January 05, 2020, 07:51:08 AM »
Hey everyone!! I’m trying to write a script, but I need some guidance. I’ve read the tutorials on here, and they helped somewhat. But what I have in mind, is a little different. I don’t want to put specifics on here, but would love it if an experienced coder could pm me, and maybe we can work together to create the script.

9
Scripting Chat / BOD Obtaining Script?
« on: December 31, 2019, 03:26:25 PM »
I am trying to find a script that will have my smith stand in the shop and get BODs and put them in my BOD book. Is there such a script, or should I try to write one?

10
New member introductions / Old EUO guy here
« on: December 26, 2019, 01:43:46 PM »
Whats up Scripters! I was an old EUO guy from way back! I learned a little of the coding language there, and actually made a script or 10 on my own. I was told by a friend about this site, and figured I would check it out! Hopefully the coding language is easier on here LOL!

Pages: [1]