Search found 19 matches

by fourtytwo
2006-04-23 19:55:42
Forum: General
Topic: Writing a script to pick items up out of a box or ground
Replies: 14
Views: 3281

.
by fourtytwo
2006-04-23 19:55:29
Forum: General
Topic: Writing a script to pick items up out of a box or ground
Replies: 14
Views: 3281

Awesome Perfect!!!!
by fourtytwo
2006-04-23 19:47:25
Forum: General
Topic: Writing a script to pick items up out of a box or ground
Replies: 14
Views: 3281

sdfs
by fourtytwo
2006-04-23 19:34:28
Forum: General
Topic: Writing a script to pick items up out of a box or ground
Replies: 14
Views: 3281

Any idea why its doing this?
by fourtytwo
2006-04-23 19:24:20
Forum: General
Topic: Writing a script to pick items up out of a box or ground
Replies: 14
Views: 3281

Ok thanks it works BUT it floods my screen with "you can not pick up this item" for about 5-7 seconds.. is there anyway to cut that time out?
by fourtytwo
2006-04-23 19:12:50
Forum: General
Topic: Writing a script to pick items up out of a box or ground
Replies: 14
Views: 3281

I can't seem to get the script to stop. It keeps trying to pick them up when I only want to pick up 300 of them and then the script stop.. Here is my script:


sub wooltome()
var wool = "0x0DF8"; the wool
var bag = "0x4002E458"; my backpack
uo.findtype( wool, '0x0000 ...
by fourtytwo
2006-04-21 20:21:11
Forum: General
Topic: Writing a script to pick items up out of a box or ground
Replies: 14
Views: 3281

ok thanks :D I'll see if i can get her to work.
by fourtytwo
2006-04-21 20:14:58
Forum: General
Topic: Writing a script to pick items up out of a box or ground
Replies: 14
Views: 3281

first set of dots being the item and the 2nd set being the bag?
by fourtytwo
2006-04-21 19:59:24
Forum: General
Topic: Writing a script to pick items up out of a box or ground
Replies: 14
Views: 3281

Writing a script to pick items up out of a box or ground

1: How do I set a script to remove 325 of item "xxyy" from a chest and place it in my back pack?

2: How do I set a script for the exact same thing except from the floor or ground?


Thanks guys! You all are awesome.
by fourtytwo
2006-04-19 18:00:56
Forum: General
Topic: How do I set a bandage macro to heal a friend?
Replies: 1
Views: 1351

How do I set a bandage macro to heal a friend?

I can't seem to come up with a command to bandage heal my friend in injection.

sub rezwhoever()
uo.usetype ( 'bandage' )
uo.waittargetid ???

I don't know though :(


Thanks guys!
by fourtytwo
2006-04-16 22:04:47
Forum: Help
Topic: Setting Simple Macro's etc.
Replies: 15
Views: 5636

You guys are awesome they work great! And if you ever need any health advice just ask I'm a doctor :D
by fourtytwo
2006-04-16 20:39:12
Forum: Help
Topic: Setting Simple Macro's etc.
Replies: 15
Views: 5636

You guys are awesome... They actually changed the way we do kegs now though and it consists of double clicking the keg then click on the potion.

So the code would look something like:

double click keg
click potion type.

So what I need to do is use the command ,addtype gh then click on the ...
by fourtytwo
2006-04-16 09:19:52
Forum: Help
Topic: Setting Simple Macro's etc.
Replies: 15
Views: 5636

The only questions I have left is how would I set it to take every item out of a corpse and how do i set a macro to take greater heal potions from my backpack and place them in another bag.
by fourtytwo
2006-04-16 09:18:50
Forum: Help
Topic: Setting Simple Macro's etc.
Replies: 15
Views: 5636

Ok I fixed it. This is what I changed it to:

Code: Select all

sub cut()
    uo.textprint(uo.getserial("lastcorpse"))
    UO.waittargetobject('lastcorpse')
    UO.useobject('dagger')                    ;Type - dagger
    wait(500)
end sub
by fourtytwo
2006-04-16 09:04:49
Forum: Help
Topic: Setting Simple Macro's etc.
Replies: 15
Views: 5636

"Auto targeting canceled
no item found"

is there anything I need to do before this will work? like target the dagger and name it a cleaver under objects?
by fourtytwo
2006-04-16 08:58:47
Forum: Help
Topic: Setting Simple Macro's etc.
Replies: 15
Views: 5636

ok that was definitely part of the problem. Now the loot script will sort of work. It took the gold from one of the creatures but nothing else... And then it just said it could find zero items.. And with the cut script it says "auto target canceled no item found"

The current script is:

sub ...
by fourtytwo
2006-04-16 08:43:12
Forum: Help
Topic: Setting Simple Macro's etc.
Replies: 15
Views: 5636

When I try to attempt cut it says "function not found - UO.INJOURNAL" and with the loot i get "Function not found - UO.GETDISTANCE" even though I am standing right next to the body
by fourtytwo
2006-04-16 08:40:30
Forum: Help
Topic: Setting Simple Macro's etc.
Replies: 15
Views: 5636

No you did excellent! Thanks a ton. I also read and found out how to set it to a key as well.

Another question is with looting bags and cutting corpses for hides with the click of a button.

I am trying to GM alchemy and on the shard I am playing to make a keg you have to drag the individual ...
by fourtytwo
2006-04-16 07:31:02
Forum: Help
Topic: Setting Simple Macro's etc.
Replies: 15
Views: 5636

Setting Simple Macro's etc.

Hey guys! I am new to injection because I just started playing free shards from OSI. I am used to UOA so I know how to set easy macros in UOA, but now when I try to use that logic in injection it does not work.

For example I'm wanting to be able to setup a macro to cast recall, and click the rune ...