Search found 8 matches

by god
2005-01-19 19:04:23
Forum: Help
Topic: random findtype
Replies: 4
Views: 1548

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 ...
by god
2005-01-15 18:45:29
Forum: Help
Topic: Can I in any way stop my actually moving played character?
Replies: 1
Views: 908

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 ...
by god
2005-01-15 17:18:42
Forum: Scripting Ore
Topic: Explosions
Replies: 4
Views: 1966

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 ...
by god
2004-12-30 23:23:02
Forum: Scripting Ore
Topic: How to check player visibility?
Replies: 1
Views: 811

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 ...
by god
2004-12-30 23:19:06
Forum: Scripting Ore
Topic: how to using text or values from journal in my script...
Replies: 1
Views: 883

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 ...
by god
2004-12-30 23:15:23
Forum: General
Topic: could you make waittargettile to expect an obj's serial inst
Replies: 12
Views: 3236

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 &#58;&#41; Rather not cancel last target &#58;-&#41;
;UO&#46;CancelTarget&#40;&#41 ...
by god
2004-12-30 02:18:41
Forum: General
Topic: could you make waittargettile to expect an obj's serial inst
Replies: 12
Views: 3236

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 ...
by god
2004-12-24 18:38:10
Forum: Scripting Ore
Topic: how to using text or values from journal in my script...
Replies: 1
Views: 883

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 ...