Search found 8 matches

by xeon
2004-04-22 17:27:53
Forum: Scripting Ore
Topic: Anti PK
Replies: 7
Views: 4647

When i'm mining or lumberjacking for example
by xeon
2004-04-22 13:56:09
Forum: Scripting Ore
Topic: Anti PK
Replies: 7
Views: 4647

Plz speak english
by xeon
2004-04-22 00:57:17
Forum: Scripting Ore
Topic: Anti PK
Replies: 7
Views: 4647

Anti PK

Here a little script that try to avoid to be killed
The only things you have to modify are
- the runebook ID (use ,info on the rune)
- the rune number (in my shard the first is 16)

Remember to recharge your runebook and keep it closed while running this function, or it will not recall.

sub ...
by xeon
2004-04-22 00:53:17
Forum: General
Topic: Recall
Replies: 8
Views: 6369

Solved all. I've done a nice script antipk that (almost) instantly recall away if an enemy approach. I'll put it in the scripts section. Tnx to all 4 your aid :)
by xeon
2004-04-21 13:55:35
Forum: General
Topic: Recall
Replies: 8
Views: 6369

I've tried many values for rune number, and I found that the first rune is number 16. My conclusion is that the runenumber is specific for every shard.
Anywat tnx. Now I've to figure out how to recall while mining (damn pk) (the disarm doesn't instantly work because pickaxe is already used :( )
by xeon
2004-04-19 15:46:22
Forum: General
Topic: Recall
Replies: 8
Views: 6369

Recall

Hi again, I've another little problem, this time with the inj recall directive.
I've got the runebook serial, but when i try this:

...
UO.Exec("disarm")
wait(1000)
UO.Exec("recall 0x5c218c13 1")
...

it just only open the runebook but without recalling. Why?
by xeon
2004-04-19 01:13:21
Forum: General
Topic: Targeting
Replies: 2
Views: 3327

Tnx a lot
by xeon
2004-04-17 15:42:19
Forum: General
Topic: Targeting
Replies: 2
Views: 3327

Targeting

Hi, I'm tryn' to write a script for targeting (to autotarget red pg )
My idea was to use the targetnext command of the client and do a control with UO.GetNotoriety("lasttarget").
The problem is that lasttarget is not set after using the targetnext of the client!
Let me put a sample script&#058 ...