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

Pages: [1]
1
that sucks, thanks for the quick responses.

2
Just a simple question, im trying to use #FindID on a closed armoire to see when the items inside the armoire spawn. EUO only returns info to me if i have the armoire open, is there anyway to make a script that can detect whats inside the container without having an open gump on my screen?

3
Scripting Chat / Re: pretty basic question about finditem command
« on: March 07, 2012, 04:39:46 AM »
thank you for your help much appreciated.

4
yah thats way better then mine lol. thanks so much for the help.

5
Scripting Chat / pretty basic question about finditem command
« on: March 07, 2012, 04:25:23 AM »
Sorry guys still new to scripting. My noob question is does this command find the ID of any item in that container?

finditem * C_xxxxxxx

6
Script Debug / Re: problem with last target
« on: March 04, 2012, 05:20:48 PM »
Khameleon you are a lifesaver!  :D

7
Script Debug / problem with last target
« on: March 04, 2012, 12:53:04 PM »
im trying to make a macro that steals an item from a certain container when it spawns. problem is im trying to steal the item when it spawns, and i get it to the point where i try and use event macro 22 last target it doesnt target the item and then it doesnt let me use skills after that to saying im busy. here is my noob code for that section, pretty sure im doing alot wrong lol.


Code: [Select]
sub steal
    set #lobjectid JAACOMD ;id of container spawn is in
    event macro 17
    wait 20
    finditem EGG C_JAACOMD ; item ids c_spawning container id
    if #findkind -1
        { event macro 17
          finditem EGG C_JAACOMD  ; item ids c_spawning container id
        }
    set #ltargetid #findid
    event macro 13 33
    target
    event macro 22 0
    wait 10
    set #ltargetid MEFQYMD ;recall rune set here
    event macro 15 31
    target
    event macro 22 0
    wait 10
    event macro 4 4 BANK
    finditem EGG C_KNFHLMD ;item ids c_backpackid
    gosub moveitem #findid KNFHLMD EPIPUMD ; call sub (itemid) (fromcontainredID) (tocontainerID)
    halt
    return


any help would be greatly appreciated

8
thanks for the help so far. the problems im having with that macro is that the chest im watching in an armoire. so it shows when you open and close it and it only gives you a backpack gump when you open it not when you close it. that is why i was leaning towards using a click/check journal approach which i did end up figuring out. my next problem is im trying to steal the item when it spawns, and i get it to the point where i try and use event macro 22 last target it doesnt target the item and then it doesnt let me use skills after that to saying im busy. here is my junk code for that section, pretty sure im doing alot wrong lol.
Code: [Select]
sub steal
    set #lobjectid JAACOMD ;id of container spawn is in
    event macro 17
    wait 20
    finditem EGG C_JAACOMD ; item ids c_spawning container id
    if #findkind -1
        { event macro 17
          finditem EGG C_JAACOMD  ; item ids c_spawning container id
        }
    set #ltargetid #findid
    event macro 13 33
    target
    event macro 22 0
    wait 10
    set #ltargetid MEFQYMD ;recall rune set here
    event macro 15 31
    target
    event macro 22 0
    wait 10
    event macro 4 4 BANK
    finditem EGG C_KNFHLMD ;item ids c_backpackid
    gosub moveitem #findid KNFHLMD EPIPUMD ; call sub (itemid) (fromcontainredID) (tocontainerID)
    halt
    return

Post Merge: March 04, 2012, 05:19:29 PM
problem solved thanks for your help

9
Scripting Chat / noob question about items spawning inside of chests
« on: March 04, 2012, 06:11:09 AM »
I apologize in advance if this is a super noobish question, i have tried looking for ways to do this myself and have just failed. What i want to basically accomplish is a script that will watch a certain chest/container and when items spawn inside of that container it will alert me.Ive been doing alot of reading trying to figure out how to get the script to do this and i tried to have the script click on the chest and then read the journal but that info doesnt seem to get picked up in scanjournal. Im sure there is a 1000 times better way to achieve this i was just hoping someone could push me in the right direction. Thanks in advance.

10
New member introductions / Re: Old UO player looking for a great community.
« on: February 11, 2012, 04:15:07 PM »
Thanks guys look forward to meeting you all.

11
New member introductions / Old UO player looking for a great community.
« on: February 11, 2012, 12:57:51 PM »
   Hello everyone, my name is Satori and I'm a lifelong gamer. I remeber the first time I went to my buddys house and saw him playing diablo 1 online and thought that was the most amazing thing I have ever seen... then I got hooked on online gaming. From there I went and started playing UO:T2A where I made friends that I still game with today. I was never the best player in UO, they didnt have cable internet in my area so the hardest fights in that game was the fight against the lag monster. I player UO from about 3 years, probably the best 3 years of gaming I've had but i had to quit when they changed the game so much that it was no longer the same experience. From there i played Dark Age of Camelot for a few years and then got hooked on the life stealing game of World of Warcraft where it sucked my soul and my freetime away from me for longer then i like to remember. Just recently I was able to pull myself away from that and now me and my little brother are back into playing UO on free servers and i play alittle of the new starwars game on the side.

   Alittle background info about myself. Im 31, married to an amazing woman who allows me to still game and I operate heavy machinery for a living. I dont drink or smoke and pretty much my worst habit is i get addicted to games and want to play to much.  The long hours of work and the other time consuming adult things take alot of my time so I try and find any kind of help I can find when it comes to gaming. Gaming is not my only thing I like to do, I love to get out and play basketball anytime i can because we all know gaming is horrible exercise and basketball is awesome! In the summer time I pull my Mustang Cobra Convertible out of the garage and me and the wife drive around alittle to just enjoy the little time of good weather we get here in Ohio. I hope you enjoyed my introduction and I look forwards to being in a great community of people who all love gaming like I do.

Pages: [1]