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

Pages: [1]
1
Scripting Chat / Corpse ID
« on: December 29, 2009, 03:52:45 AM »
I have a problem with opening corpses. In the past I have always used code similar to this:

Code: [Select]
finditem YFM G_2
if #FindCnt > 0
{
  set %CorpseID #FindID
  set #LObjectID %CorpseID
  repeat
  {
    event macro 17 0
    wait 10
  }
  until #ContID = %CorpseID
  ...
}

Nowadays we seem to have instanced corpses only which, in the beginning, have a different #ContID.
Only after the 2 minutes, when the corpse becomes lootable by everyone, the ID changes to %CorpseID.

How do you usually deal with this? Do you just check for #ContType and #ContSize or do you check if the #ContID is in close proximity to the #%CorpseID?

Thanks for your help in advance!

2
Scripting Chat / EUO tile commands seem to require old registry keys
« on: October 18, 2009, 02:53:09 AM »
I set up a new VM with Windows XP and the Legacy Client this week. When I tried to run my mining and lumberjacking scripts the tile ... commands wouldn't work.  >:(

I compared the Windows registry settings on my host to my VM and found the old keys under
[HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online\1.0] missing.  ???

So, I copied ExePath, InstCDPath, and PatchExePath from [HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online\KR Legacy Beta] to [HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online\1.0].

Now my scripts work again!  :D

3
New member introductions / Intro
« on: June 10, 2009, 12:02:09 PM »
Hi everybody,

for whatever reason I only discovered this site two weeks ago. Good to see a lot of well known names in the user list here!

I have been playing UO for almost 10 years now. My main chars currently are a Samurai and a Bushido archer but I am trying to revive my Disco/Tamer too. I play mostly on both European  shards and trade on Atlantic.

After 10 years many things in UO become bothersome. So, it is always good to have some handy script available.

I will definitly give the ScriptUO a try. Looks a lot better than old school EUO and I hope we can integrate it with the new S Aclient once it is available.

Just one question: Why is ScriptUO trying to talk to the Internet?

Thanks and see you around!

Pages: [1]