Search found 17 matches
- 2005-06-13 10:59:33
- Forum: Help
- Topic: uo.IgnoreReset() problem
- Replies: 4
- Views: 2202
- 2005-06-12 22:57:13
- Forum: Help
- Topic: uo.IgnoreReset() problem
- Replies: 4
- Views: 2202
- 2005-06-12 11:16:36
- Forum: Help
- Topic: uo.IgnoreReset() problem
- Replies: 4
- Views: 2202
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 help plz.
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 help plz.
- 2005-06-10 07:59:27
- Forum: General
- Topic: Injection Under Linux
- Replies: 0
- Views: 1329
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
- 2005-05-19 12:08:46
- Forum: Help
- Topic: Adding Hotkeys / Del Hotkeys
- Replies: 0
- Views: 1084
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.
like
del all hotkeys
and then
add all my hotkeys using my script.
- 2005-05-18 18:45:51
- Forum: Help
- Topic: How to delete objects?
- Replies: 3
- Views: 1481
- 2005-05-18 17:26:13
- Forum: Help
- Topic: How to delete objects?
- Replies: 3
- Views: 1481
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
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
- 2005-05-18 12:30:20
- Forum: Help
- Topic: Buy/Sell List
- Replies: 1
- Views: 1332
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?
uo.buy('regs',uo.getname('vendor') but it says Shopping List does not exist.
How to create a shopping list?
- 2005-05-16 19:56:51
- Forum: Help
- Topic: Lasttarget Question Help plz.
- Replies: 1
- Views: 1205
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 not the ...
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 not the ...
- 2005-03-19 00:40:43
- Forum: Help
- Topic: PROBLEM WITH WAITTARGETTILE
- Replies: 10
- Views: 3104
- 2005-03-17 15:13:53
- Forum: Help
- Topic: PROBLEM WITH WAITTARGETTILE
- Replies: 10
- Views: 3104
- 2005-03-15 02:54:46
- Forum: Help
- Topic: PROBLEM WITH WAITTARGETTILE
- Replies: 10
- Views: 3104
- 2005-03-12 08:46:14
- Forum: Help
- Topic: PROBLEM WITH WAITTARGETTILE
- Replies: 10
- Views: 3104
- 2005-03-12 08:33:30
- Forum: Help
- Topic: PROBLEM WITH WAITTARGETTILE
- Replies: 10
- Views: 3104
- 2005-03-11 22:07:44
- Forum: Help
- Topic: PROBLEM WITH WAITTARGETTILE
- Replies: 10
- Views: 3104
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 ...
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 ...
- 2005-03-11 15:43:22
- Forum: Modifications. Other user tools.
- Topic: Project ASM
- Replies: 392
- Views: 396788
- 2005-03-11 14:07:01
- Forum: Modifications. Other user tools.
- Topic: Project ASM
- Replies: 392
- Views: 396788
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 instaled ...
I think the asm is correctly instaled ...