Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - JoO

Pages: [1]
1
UOSteam / Buff Icon ID
« on: June 26, 2015, 01:47:26 PM »
Does anyone have a complete list of buff icon id's for UOSteam? I am trying to get it to read the healing icon.

2
Scripting Chat / Event pathfind falling through the ground
« on: March 10, 2013, 03:11:14 PM »
Building a taming script to pathfind to my prospective tames and follow them while taming with event pathfind. I am having issues on bumpy terrain with falling through the ground. Is this some weird hiccup with the Z axis? I can run over these areas fine but when my script pathfinds over them I fall through and some of them I can't walk back out of. Just curious if anyone had any experience with this.

3
Inactive Submissions / EZ Shadowlord attacker for Tamers.
« on: July 25, 2009, 07:48:20 AM »
Well since they have randomized the spawn and you need to be on the move I made this little script so that I could run around on a hiryu on my tamer and be quick about hopping on the SL.
I actually get the armageddon off pretty often with it which is no small feat on my server. Just have some blackrock in your pack and get within 8 tiles of the SL. Its nothing fancy but figured it might be helpfull for those who play servers where there is always 30 Gdrags standing on top of it.

Code: [Select]
;JoO's Shadowlord Tamer Helper
;Made for scriptuo.com

set %shadowlord CZ

loop:
finditem %shadowlord G_8
if #findkind = -1
{
goto loop
}
msg Vas Kal An Mani In Corp Hur Tym$
set #lobjectid #charid
event macro 17
wait 50
set #ltargetid #findid
msg all kill$
target
event macro 22
ignoreitem #findid

4
New member introductions / Hi 2 u.
« on: July 18, 2009, 10:06:24 AM »
 Hello how are things? I am JoO. I am a long-time vet of Ultima, as well as an avid scripter. I enjoy min-maxing my gaming experience be it pvp or pve. I play a wide range of characters ranging from pure scribe mage to archery tamers to sampires to pure pve tamers to spirit speak ninja archery res killers. I live in the southeastern US I am 27 and married. I have 4 Leopard geckos a ferret and an English bulldog. I hope to be a contributing member of this community and have a few giggles with you all in the process.

btw for those who might not have been able to snatch the shadowlords #cont yet
Code: [Select]
set %shadowlord CZ




Pages: [1]