Search found 19 matches
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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.
2: How do I set a script for the exact same thing except from the floor or ground?
Thanks guys! You all are awesome.
- 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!
sub rezwhoever()
uo.usetype ( 'bandage' )
uo.waittargetid ???
I don't know though

Thanks guys!
- 2006-04-16 22:04:47
- Forum: Help
- Topic: Setting Simple Macro's etc.
- Replies: 15
- Views: 5636
- 2006-04-16 20:39:12
- Forum: Help
- Topic: Setting Simple Macro's etc.
- Replies: 15
- Views: 5636
- 2006-04-16 09:19:52
- Forum: Help
- Topic: Setting Simple Macro's etc.
- Replies: 15
- Views: 5636
- 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
- 2006-04-16 09:04:49
- Forum: Help
- Topic: Setting Simple Macro's etc.
- Replies: 15
- Views: 5636
- 2006-04-16 08:58:47
- Forum: Help
- Topic: Setting Simple Macro's etc.
- Replies: 15
- Views: 5636
- 2006-04-16 08:43:12
- Forum: Help
- Topic: Setting Simple Macro's etc.
- Replies: 15
- Views: 5636
- 2006-04-16 08:40:30
- Forum: Help
- Topic: Setting Simple Macro's etc.
- Replies: 15
- Views: 5636
- 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 ...
For example I'm wanting to be able to setup a macro to cast recall, and click the rune ...