Search found 17 matches

by joselito
2006-04-16 06:46:44
Forum: General
Topic: grabdelay bug?
Replies: 10
Views: 3270

thanks a lot man, i ran the script and got: "injection is owner of the message"

here's the pic: Image

my char picked only one blood moss instead of two
by joselito
2006-04-16 01:45:52
Forum: General
Topic: grabdelay bug?
Replies: 10
Views: 3270

Owner of this message - server, it not bug.

Read Edred's post.

Sorry for my clumsy English.

No, the message is from injection, not from the server. It looks like when i set a low grabdelay it keeps a delay of 500ms. Is there another way to move from the ground to my backpack? Thanks for the ...
by joselito
2006-04-15 18:41:54
Forum: General
Topic: grabdelay bug?
Replies: 10
Views: 3270

Owner of this message - server, it not bug.

Read Edred's post.

Sorry for my clumsy English.

No, the message is from injection, not from the server. It looks like when i set a low grabdelay it keeps a delay of 500ms. Is there another way to move from the ground to my backpack? Thanks for the ...
by joselito
2006-04-15 08:18:31
Forum: General
Topic: grabdelay bug?
Replies: 10
Views: 3270

grabdelay bug?

im trying to set grabdelay to 0ms but always when i try to grab two items with a low delay it says: "Can't Pickup Item". Is it a bug or what?
im using ,set grabdelay 0
by joselito
2006-04-15 03:45:04
Forum: Modifications. Other user tools.
Topic: Injection + Perl
Replies: 435
Views: 176607

&pathfind(1220, 730);
didnt work here neither on 3.0.0c nor on 2.0.3
by joselito
2005-01-10 03:45:12
Forum: General
Topic: pros brazuca
Replies: 16
Views: 4593

aeee

aeaeuhaeuh eh noiss
by joselito
2004-07-16 20:38:03
Forum: Help
Topic: Dead check
Replies: 2
Views: 1640

Dead check

How do i check if someone is dead or alive on runuo?? uo.gethp function doesn't work....
by joselito
2004-07-01 18:02:17
Forum: Help
Topic: Buy from vendors on runuo
Replies: 1
Views: 1635

Buy from vendors on runuo

how can i buy from a vendor on a runuo shard??
by joselito
2004-06-20 00:40:38
Forum: Help
Topic: Getname
Replies: 2
Views: 1748

Getname

Getname doesnt work for runuo??? Im trying to use it but it returns nothing....
by joselito
2004-06-14 00:35:37
Forum: General
Topic: Finditem
Replies: 3
Views: 2522

Finditem

How can i find an item without clicking on it, i tried to find it on the ground but it only finds when i click the object....
by joselito
2004-06-04 19:28:02
Forum: Help
Topic: Riced Yamuu 4.0.0c Client
Replies: 2
Views: 2486

Riced Yamuu 4.0.0c Client

Is there any ilpatch.cfg that works with this one???
by joselito
2004-06-04 18:05:26
Forum: Help
Topic: Gump - Aos
Replies: 1
Views: 1865

by joselito
2004-06-03 17:30:22
Forum: Help
Topic: Number of items inside a container...
Replies: 1
Views: 1904

Number of items inside a container...

Is there any function that returns the number of items inside a container?
by joselito
2004-06-01 22:27:45
Forum: Shards talks
Topic: RunUO craft gumps
Replies: 16
Views: 11113

why my character dismounts???
by joselito
2004-05-17 18:06:04
Forum: Help
Topic: Catch speed
Replies: 0
Views: 1624

Catch speed

How can i change catch speed ???
by joselito
2004-05-12 01:50:24
Forum: Help
Topic: Complete list of programmable functions in scripts?
Replies: 7
Views: 3663

try babelfish, it gets a little weird but u can understand
by joselito
2004-05-12 01:43:10
Forum: Scripting Ore
Topic: EasyUO + Injection moving...
Replies: 0
Views: 1879

EasyUO + Injection moving...

EasyUO function:

initevents
set %tolerance 0
set %timeout 60s
set *1 0
set *2 0

loop:
if *1 <> 0
&#123;
move *1 *2 %tolerance %timeout
set *1 0
&#125;
goto loop



Injection function

sub move&#40;x,y&#41;
uo&#46;SetEasyUO&#40;1,x&#41;
uo&#46;SetEasyUO&#40;2,y&#41;
while not uo&#46 ...