Search found 14 matches

by sh
2005-02-04 09:18:45
Forum: Help
Topic: How to release pet un runuo?
Replies: 5
Views: 1670

thanks... and how to click YES on menu "Are you sure want to release your pet" ?
by sh
2005-02-04 08:44:05
Forum: Help
Topic: How to release pet un runuo?
Replies: 5
Views: 1670

punkesito wrote:for runuo emu?
yes
by sh
2005-02-04 08:21:59
Forum: Help
Topic: How to release pet un runuo?
Replies: 5
Views: 1670

How to release pet un runuo?

I am using simple taming script scripted by myself, which selects one pet as object and tames and follows it while it wil be tame. How to release that pet after he is tamed? There is two ways how to release in game: say "pets_name release" and then click yes on menu or one click on pet and then ...
by sh
2005-01-19 23:48:47
Forum: Help
Topic: random findtype
Replies: 4
Views: 1548

Yoko, thanks, now it's ok. i use ignore(findtye) and every 20 loops i use ignorereset().

But can you describe why inj. journal doesnt work on runuo-aos?
by sh
2005-01-19 17:46:26
Forum: Help
Topic: random findtype
Replies: 4
Views: 1548

random findtype

When i call uo.findtype() un my script for searching items on ground, it finds one and in next loop it finds again same object. Is it possible to find new object every time (in every "WHILE" loop)?
by sh
2005-01-18 00:17:31
Forum: Help
Topic: Step number failure
Replies: 57
Views: 12907

I have downloaded injection + updated injection.dll from Yoko site and i have same problem on RunUO shard ABC - abcuo.com .

YokoInjection 501.06
by sh
2005-01-10 02:05:13
Forum: Help
Topic: Simple GRAB script doesn't work...
Replies: 11
Views: 2809

by sh
2005-01-10 01:59:03
Forum: Scripting Ore
Topic: Please help with script - making bolts of chloth
Replies: 2
Views: 1234

Thanks! There is script and it works: sub Spools()
var flax=0x1A9C
var wheel=0x1015
var spools=0x0FA0
var loom=0x1062
var bolts=0x0F95
var Exit=0
var Exit2=0
var Exit3=0


Exit=0
while Exit<>1
UO&#46;findtype&#40;flax, -1, 'lastcontainer'&#41;
IF UO&#46;GetQuantity&#40;'finditem'&#41;>0 ...
by sh
2005-01-09 23:33:57
Forum: Help
Topic: Simple GRAB script doesn't work...
Replies: 11
Views: 2809

Thanks, now i understand.
uo.grab("30","Flax",'lastcontainer')
:)
by sh
2005-01-09 22:05:44
Forum: Help
Topic: Simple GRAB script doesn't work...
Replies: 11
Views: 2809

Now it is:
sub Spools&#40;&#41;
uo&#46;exec&#40;'addobject Flax'&#41;
while uo&#46;targeting&#40;&#41;
wait&#40;100&#41;
wend
UO&#46;findtype&#40;"Flax", -1, 'lastcontainer'&#41;
uo&#46;grab&#40;"30",'finditem'&#41;
end sub I select Flax Bundle in container and then script moves 30 pieces of ...
by sh
2005-01-09 03:36:32
Forum: Help
Topic: Simple GRAB script doesn't work...
Replies: 11
Views: 2809

and me? :(
by sh
2005-01-08 14:23:16
Forum: Help
Topic: Simple GRAB script doesn't work...
Replies: 11
Views: 2809

Thanks, i already readed it, but i cant understand why that script doesn't work? Please show how it must look to work...

I am good php/sql/bash programmer, but i cant understand that scripts...
by sh
2005-01-08 02:56:27
Forum: Help
Topic: Simple GRAB script doesn't work...
Replies: 11
Views: 2809

Simple GRAB script doesn't work...

I am trying to make my script for a while, but it fails... And now i tried to make most simple script, which MUST work, but... sub Spools&#40;&#41;
UO&#46;findtype&#40;"Flax Bundle", -1, 0x4006fe59&#41;
uo&#46;grab&#40;30,"finditem"&#41;
end sub A third argument for findtype is a Container on ...
by sh
2005-01-02 22:22:18
Forum: Scripting Ore
Topic: Please help with script - making bolts of chloth
Replies: 2
Views: 1234

Please help with script - making bolts of chloth

Maybe somebody can be very heplfull and and write script. Maybe not real script, but template for same actions...

I want to make bolts of chloth. For that i need:
1) Get 30 flax bundles from container
2) Use that flax bundles on "Spinning Wheel" while they run out (that will produce "Spolls of ...