Author Topic: TrailMyx's Ancient SOS sorter  (Read 13462 times)

0 Members and 1 Guest are viewing this topic.

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
TrailMyx's Ancient SOS sorter
« on: June 28, 2008, 05:38:31 PM »
0
This one is pretty easy.  Just open up all bags/containers you want to hunt through and run the script.  It will open all MIBs and if the script finds an ASOS, it will be dragged to your backpack.

Code: easyuo
  1. set #LPC 100
  2. repeat
  3.   finditem HTD *
  4.   if #FINDKIND <> -1
  5.   {
  6.     event property #FINDID
  7.     if message in #PROPERTY
  8.     {
  9.       set #LOBJECTID #FINDID
  10.       event macro 17 0
  11.       wait 20
  12.     }
  13.     ignoreitem #FINDID
  14. }
  15. until #FINDKIND = -1
  16.  
  17. ignoreitem reset
  18.  
  19. set %complete #FALSe
  20. repeat
  21.   finditem UVH *
  22.   if #FINDKIND <> -1
  23.   {
  24.     event property #FINDID
  25.     if ancient in #PROPERTY
  26.     {
  27.       set %bottle #FINDID
  28.       finditem %bottle G_18
  29.       if #FINDID <> %bottle
  30.       {
  31.         exevent drag %bottle
  32.         wait 10
  33.         exevent dropc #BACKPACKID
  34.         wait 20
  35.       }
  36.       ignoreitem %bottle
  37.     }
  38.     else
  39.     {
  40.       ignoreitem #FINDID
  41.     }
  42.   }
  43.   else
  44.   {
  45.     set %complete #TRUE
  46.   }
  47. until %complete = #TRUE
  48. display ok Complete
  49. stop
  50.  
« Last Edit: May 05, 2017, 05:06:23 PM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!