Search found 33 matches

by Sauza
2004-12-25 22:48:44
Forum: Help
Topic: Anti lag options?
Replies: 2
Views: 1107

Something to reduce lag will be very good! =)
by Sauza
2004-12-24 01:38:08
Forum: Help
Topic: Anti lag options?
Replies: 2
Views: 1107

Anti lag options?

Have Injection any option to reduce lag? For example, remove inecesary items from memory? or something else?
Thank You!

Sorry my poor English...
by Sauza
2004-08-11 22:41:25
Forum: Help
Topic: Auto target cancelled.
Replies: 3
Views: 1644

Ok =)
by Sauza
2004-08-11 22:40:39
Forum: Help
Topic: Unhandled exception in parser
Replies: 9
Views: 2828

Sorry, here is the script



sub robar()
robar:
uo.useskill('Stealing')
uo.waittargetobject('0x00143537')
wait(1000)
goto robar
end sub


You must use UO.Waittargetobject BEFORE UO.Useskill.

If i delete that part of the script the error appear again ...
by Sauza
2004-08-11 03:55:28
Forum: Help
Topic: Auto target cancelled.
Replies: 3
Views: 1644

Auto target cancelled.

What is??
by Sauza
2004-08-11 03:31:29
Forum: Help
Topic: Unhandled exception in parser
Replies: 9
Views: 2828

Sorry, here is the script



sub robar()
robar:
uo.useskill('Stealing')
uo.waittargetobject('0x00143537')
wait(1000)
goto robar
end sub

sub tirar()
uo&#46;print&#40;'<< Tirador de Monedas&#58; Loaded&#46;&#46;&#46; >>'&#41;
inicio&#58;
uo&#46 ...
by Sauza
2004-08-09 19:57:55
Forum: Help
Topic: Unhandled exception in parser
Replies: 9
Views: 2828

Come ON i need help!! :cry: :cry:
by Sauza
2004-08-06 22:26:47
Forum: Help
Topic: Unhandled exception in parser
Replies: 9
Views: 2828

In my script i dont have a Array , i onlye have IF/ENDIF.
by Sauza
2004-08-06 22:22:31
Forum: Help
Topic: Autoloot
Replies: 5
Views: 2743

Use the search button!!
by Sauza
2004-08-06 04:13:49
Forum: Help
Topic: Unhandled exception in parser
Replies: 9
Views: 2828

Unhandled exception in parser

When I run a script for long time appears this Error: "unhandled exception in parser "
Any help?? I search in the forum but all is in russian :(
by Sauza
2004-08-01 16:17:20
Forum: Help
Topic: Moving only one item!
Replies: 3
Views: 1602

but, if i need to put a GP in the upper corner of my backpack, what can i do?
by Sauza
2004-08-01 06:41:15
Forum: Help
Topic: Moving only one item!
Replies: 3
Views: 1602

Moving only one item!

I have 1000 Gps (0x0EED) in the container (0x401150E0)
I need to move one Gp to a predefined xposition and yposition on my screen.

Code: Select all

var xpos='680'
var ypos='75'

uo.findtype(0x0EED,0x0000,0x401150E0)
uo.moveitem('finditem','1',xpos,ypos)



Whats wrong?? , Thank You
by Sauza
2004-07-31 06:24:20
Forum: Help
Topic: Step number failure
Replies: 57
Views: 12955

In English???
by Sauza
2004-07-28 08:14:00
Forum: Scripting Ore
Topic: Heal status
Replies: 9
Views: 3193

Search in journal.


sub hp&#40;&#41;
if uo&#46;injournal&#40;"hits you"&#41; then ;Here go the text that appears in your client , ex&#46; "Zeus hits you"
uo&#46;deletejournal&#40;&#41;
var i,n
n = uo&#46;getmaxhp&#40;&#41;
while i<n
i = uo&#46;gethp&#40;&#41;
uo&#46;say&#40;str&#40;i ...
by Sauza
2004-07-28 08:07:16
Forum: Help
Topic: printing integers
Replies: 2
Views: 1496

UO.Print(str(Variable))
by Sauza
2004-07-23 09:34:57
Forum: Help
Topic: Simple Question.
Replies: 1
Views: 1476

Simple Question.

Is Yoko detectable server side?
If I make a macro to put items in my bank, It is detectable in logs of somethink else?
Thank You.
by Sauza
2004-07-21 06:56:48
Forum: Help
Topic: Best client?
Replies: 7
Views: 2705

This shard require the client 203c but it have a very poor memory administration. :(:(
by Sauza
2004-07-21 00:32:25
Forum: Help
Topic: Best client?
Replies: 7
Views: 2705

Well , I have a 300c client. Whats the best encryption for it?
by Sauza
2004-07-13 17:36:50
Forum: Help
Topic: Load Scripts.
Replies: 4
Views: 2009

:cry: :cry: :cry:
by Sauza
2004-07-12 19:33:18
Forum: Help
Topic: Load Scripts.
Replies: 4
Views: 2009

and , what is the way to load a script from another script?