Search found 17 matches

by drowned
2005-06-13 10:59:33
Forum: Help
Topic: uo.IgnoreReset() problem
Replies: 4
Views: 1644

My mistake sorry... but my script have Wend and wait(300) and when the while finishes uo.ignorereset() and send message ('Stop Looting') but the uo.ignorereset() doesnt work.
by drowned
2005-06-12 22:57:13
Forum: Help
Topic: uo.IgnoreReset() problem
Replies: 4
Views: 1644

When it finishes and grab all itens i try to use grab on them or use massmove and they dont get moved and when i try to do it manually the client crashes!
by drowned
2005-06-12 11:16:36
Forum: Help
Topic: uo.IgnoreReset() problem
Replies: 4
Views: 1644

uo.IgnoreReset() problem

I made a script like this...

uo.findtype('type')
while not uo.findcount()==0
uo.grab('0','finditem')
uo.ignore('finditem')
uo.findtype('type')
endif
uo.ignorereset()
endsub

But when the sub ends the item is not removed from de ignore list, it still being ignored by the client.

Need ...
by drowned
2005-06-10 07:59:27
Forum: General
Topic: Injection Under Linux
Replies: 0
Views: 1116

Injection Under Linux

There's anyway to use injection under linux? i Use client 3.0.0c emulated by cedega(winex) and i cant use injection. caus when i emulate it and launch the client it hangs in verifying acc and the injection window dont apear... help plz
by drowned
2005-05-19 12:08:46
Forum: Help
Topic: Adding Hotkeys / Del Hotkeys
Replies: 0
Views: 867

Adding Hotkeys / Del Hotkeys

Theres anyway to add injection hotkeys or del injection hotkeys by the script?

like
del all hotkeys
and then
add all my hotkeys using my script.
by drowned
2005-05-18 18:45:51
Forum: Help
Topic: How to delete objects?
Replies: 3
Views: 1000

There's anyway to use sumthing like a global variable and then remove the global variable?
by drowned
2005-05-18 17:26:13
Forum: Help
Topic: How to delete objects?
Replies: 3
Views: 1000

How to delete objects?

i want to do a script like this

if uo.objatlayer('Lhand') then
uo.addobject('Left' , uo.objatlayer('Lhand'))
else
>>>>>>>> "Delete object Left" <<<<<<<<<<<
endif

But i dont know how to delete objects.
You're helping me a lot.. so thanx for all
by drowned
2005-05-18 12:30:20
Forum: Help
Topic: Buy/Sell List
Replies: 1
Views: 1025

Buy/Sell List

I wanna use uo.buy but i dont know hot to make my reags buy list.
uo.buy('regs',uo.getname('vendor') but it says Shopping List does not exist.
How to create a shopping list?
by drowned
2005-05-16 19:56:51
Forum: Help
Topic: Lasttarget Question Help plz.
Replies: 1
Views: 904

Lasttarget Question Help plz.

I tryed to use lasttarget in this:

uo.press(xx) ; Targetnext Key
if (uo.getname('lasttarget')=='Name') then
uo.ignore('lasttarget')
uo.press(xx) ; Targetnext Key
endif

My intention is to get the lasttarget defined by the targetnext key but the getname gets the 'injection lasttarget' and ...
by drowned
2005-03-19 00:40:43
Forum: Help
Topic: PROBLEM WITH WAITTARGETTILE
Replies: 10
Views: 1963

but i need to set the x y z of the object =/ if its not possible i cant do what i want. =/
by drowned
2005-03-17 15:13:53
Forum: Help
Topic: PROBLEM WITH WAITTARGETTILE
Replies: 10
Views: 1963

and how i use it with waittargettile?

cus i need, waittargettile "corpsetile" x y z , and then use "dagger", but i want to cut horse corpses... when i put the corpse tile thats the same of horse corpse and it always try to cut human corpses... can i do that with quantity? how?
thanx
by drowned
2005-03-15 02:54:46
Forum: Help
Topic: PROBLEM WITH WAITTARGETTILE
Replies: 10
Views: 1963

i dont know how =/ if anyone knows sumthing about that plz help me... i'll kick my ass
by drowned
2005-03-12 08:46:14
Forum: Help
Topic: PROBLEM WITH WAITTARGETTILE
Replies: 10
Views: 1963

theres any option in asm or injection that i can use something like waittargetobject with x y z axis, or a way to tell what corpse tile it is... caus there only one... 8198 and always human corpse... i need to use 8198 but telling it is a horse corpse... or using object... but with x y z axis
by drowned
2005-03-12 08:33:30
Forum: Help
Topic: PROBLEM WITH WAITTARGETTILE
Replies: 10
Views: 1963

i can use it as a tile... its number is 8198 and that works... but always in human corpses... i need to use in specific corpse like a dragon corpse... and i need a function that i can tell x y z axis...
i heard about i can do that with ASM...
by drowned
2005-03-11 22:07:44
Forum: Help
Topic: PROBLEM WITH WAITTARGETTILE
Replies: 10
Views: 1963

PROBLEM WITH WAITTARGETTILE

i need to do this...
i use waittargettile(8198 x y z) but diferent types of tiles use the same number 8198 and when i want to use on a specific objet that uses always in the same, i try to cut a horse corpse that is 8198 and it cuts human corpse that is 8198 too... ex: player corpse = 8198, horse ...
by drowned
2005-03-11 15:43:22
Forum: Modifications. Other user tools.
Topic: Project ASM
Replies: 392
Views: 185993

ASM is add-on for script module of Injection. You can use ASM's command in your scripts ONLY (UO.asm...()). Console command not aviable (,asm...)!!!


can i use variable = uo.asmwaittargetstatictile bla bla bla
uo.exec(variable)
that'll work?
by drowned
2005-03-11 14:07:01
Forum: Modifications. Other user tools.
Topic: Project ASM
Replies: 392
Views: 185993

when i try to use any asm functions its give a message in the client like invalid commando... i type ,asmwaittargetstatictile or ,asmwaittargetmaptile in the client an doesnt work... i tried to make a script with these functions and doesnt work too... same error
I think the asm is correctly ...