Your UO.DeleteJournal() calls aren't being called because they're after the goto. Gotos are sloppy.
Also, just do uo.exec("useskill Stealing lasttarget")
Search found 9 matches
- 2009-05-18 21:31:26
- Forum: I need script!
- Topic: Challenging Script
- Replies: 1
- Views: 1446
- 2007-01-19 03:49:23
- Forum: I need script!
- Topic: Gump`s
- Replies: 10
- Views: 3466
- 2007-01-18 07:01:10
- Forum: I need script!
- Topic: Gump`s
- Replies: 10
- Views: 3466
- 2007-01-08 04:47:50
- Forum: I need script!
- Topic: Gump`s
- Replies: 10
- Views: 3466
ANTI-AFK SCRIPT
Hey, does this script work? How would I use the ,ongump to select the big icon? This looks like it just clicks on location 0,0, but the gump doesn't always appear there.
On some shards, I've even seen gumps require you to do simple math. I challenge anyone to find an answer to these anti-afk ...
On some shards, I've even seen gumps require you to do simple math. I challenge anyone to find an answer to these anti-afk ...
- 2006-08-21 02:25:49
- Forum: Help
- Topic: Wait for spell
- Replies: 7
- Views: 2895
- 2006-08-21 01:23:45
- Forum: Scripting Ore
- Topic: The Best Mining/Lumberjacking Script Yet
- Replies: 1
- Views: 2223
The Best Mining/Lumberjacking Script Yet
Okay guys-- We need to write a code that randomly searches for a tree/mining area, finds it, mines it, then records it. After running it for so long, you'll have a big file full of mining locations. This is sort of like "The Ultimate Lumberjacking Script", but the script will find the locations for ...
- 2006-08-21 00:46:34
- Forum: Help
- Topic: Wait for spell
- Replies: 7
- Views: 2895
Try this one
This code is called right after you cast a spell. It will wait until you lose mana or if it fizzles.
##### Waits until you lose mana #################
sub lostmana()
var current
current = UO.MANA
while UO.MANA >= current
if UO.InJournal("fizzle") then
return
endif ...
##### Waits until you lose mana #################
sub lostmana()
var current
current = UO.MANA
while UO.MANA >= current
if UO.InJournal("fizzle") then
return
endif ...
- 2006-08-19 22:54:17
- Forum: Scripting Ore
- Topic: Wandering Animal Taming
- Replies: 2
- Views: 2286
Wandering Animal Taming
This script makes you walk around until you allnames something. Once it allnames it, it walks over to it and tames it. Then it kills it.
When there is no animal on your screen, it keeps looking until it finds one. Here is the code.
sub HoMeSlIcEsTaMiNg()
var J, serial, finded
var ALL ...
When there is no animal on your screen, it keeps looking until it finds one. Here is the code.
sub HoMeSlIcEsTaMiNg()
var J, serial, finded
var ALL ...
- 2004-05-16 01:00:38
- Forum: General
- Topic: How to disable Resent
- Replies: 10
- Views: 5297
RESENT!!!!!
I use version 4ZD. I've died countless times because of 'resent'. I'm running, get attacked, then I'm basically frozen and can't move until I'm dead, because it keeps saying 'resent'. I'm not really frozen, but it keeps jerking me back.
Also, how do I access the 'Verbose menu'?
How do I ...
Also, how do I access the 'Verbose menu'?
How do I ...