Search found 8 matches
- 2004-04-22 17:27:53
- Forum: Scripting Ore
- Topic: Anti PK
- Replies: 7
- Views: 4647
- 2004-04-22 13:56:09
- Forum: Scripting Ore
- Topic: Anti PK
- Replies: 7
- Views: 4647
- 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 ...
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 ...
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?
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?
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: ...
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: ...