the same method as in EasyUO
,ignore <serial>
Yoko, and what about only one pass (not repeated macro in while-wend repet-until) throught my script?
For example: I threw something out from my backpack.. But it fails in an case and I repeat macro again and look for next type of item but still ...
Search found 8 matches
- 2005-01-15 18:45:29
- Forum: Help
- Topic: Can I in any way stop my actually moving played character?
- Replies: 1
- Views: 1133
Can I in any way stop my actually moving played character?
Is there any way how to stop for specifyc <ms> time my char in motion?...
For example I'm following someone and in script I wan't stop yourself instead of I'm still moving with my mouse (right click)... Is possbile to deactivete my mouse or somethink like that?... I wrote script which did antimove ...
For example I'm following someone and in script I wan't stop yourself instead of I'm still moving with my mouse (right click)... Is possbile to deactivete my mouse or somethink like that?... I wrote script which did antimove ...
- 2005-01-15 17:18:42
- Forum: Scripting Ore
- Topic: Explosions
- Replies: 4
- Views: 2389
Another piece of exploding code...
Requires:
-to have bombs in your main backpack
-to have set lasttarget, and before running this macro once does attacklast from internal macro.
-Bombs have automatic explosion time on my shard it is about 3 seconds..
-be sure that lasttarget is still visible or you can destroy yourself :-)
sub ...
-to have bombs in your main backpack
-to have set lasttarget, and before running this macro once does attacklast from internal macro.
-Bombs have automatic explosion time on my shard it is about 3 seconds..
-be sure that lasttarget is still visible or you can destroy yourself :-)
sub ...
- 2004-12-30 23:23:02
- Forum: Scripting Ore
- Topic: How to check player visibility?
- Replies: 1
- Views: 1038
How to check player visibility?
I'm looking for a command fot testing that player is reachable for casting spells or another action... Could you help or point me?
LOS - line of sight is original namein ultima world...
for example:
I'm running in back my opponent and casting An Ex Por (paralyze) first when I'll cast it I want ...
LOS - line of sight is original namein ultima world...
for example:
I'm running in back my opponent and casting An Ex Por (paralyze) first when I'll cast it I want ...
- 2004-12-30 23:19:06
- Forum: Scripting Ore
- Topic: how to using text or values from journal in my script...
- Replies: 1
- Views: 1119
Re: how to using text or values from journal in my script...
First of all I want to say what I want to reach...
I've made script which use heavy crossbow, load time depends on DEX (in journal information is line:
weapon load time: 8943ms
So, I'm looking for this line, get it and use time in ms for wait before next action I do... My problem is that when i ...
I've made script which use heavy crossbow, load time depends on DEX (in journal information is line:
weapon load time: 8943ms
So, I'm looking for this line, get it and use time in ms for wait before next action I do... My problem is that when i ...
- 2004-12-30 23:15:23
- Forum: General
- Topic: could you make waittargettile to expect an obj's serial inst
- Replies: 12
- Views: 4217
Re: Dear God
i tryied but it didnt work... I guess im doing something wrong.
Can you please show the modified script ?
sincerely
Paulinho.
;don't need anymore
;Var TARGET = '0x????????' ;Frag Serial
;not good idea :) Rather not cancel last target :-)
;UO.CancelTarget()
;*lasttarget* points to lasttarget in ...
Can you please show the modified script ?
sincerely
Paulinho.
;don't need anymore
;Var TARGET = '0x????????' ;Frag Serial
;not good idea :) Rather not cancel last target :-)
;UO.CancelTarget()
;*lasttarget* points to lasttarget in ...
- 2004-12-30 02:18:41
- Forum: General
- Topic: could you make waittargettile to expect an obj's serial inst
- Replies: 12
- Views: 4217
Re: Guys
is there any way to put something like lasttarget instead the serial ? Because i dont want to change everytime i start a PvP.
Don't be silly :)
lasttarget or lastcorpse or lastcontainer and similar points to an object.
You can use your own object like example above or use lasttarget instead of ...
Don't be silly :)
lasttarget or lastcorpse or lastcontainer and similar points to an object.
You can use your own object like example above or use lasttarget instead of ...
- 2004-12-24 18:38:10
- Forum: Scripting Ore
- Topic: how to using text or values from journal in my script...
- Replies: 1
- Views: 1119
how to using text or values from journal in my script...
First of all I want to say what I want to reach...
I've made script which use heavy crossbow, load time depends on DEX (in journal information is line:
weapon load time: 8943ms
So, I'm looking for this line, get it and use time in ms for wait before next action I do... My problem is that when i'm ...
I've made script which use heavy crossbow, load time depends on DEX (in journal information is line:
weapon load time: 8943ms
So, I'm looking for this line, get it and use time in ms for wait before next action I do... My problem is that when i'm ...