Author Topic: TrailMyx's Advanced CLAw FULL - The Ultimate Autolooter - Public Release!  (Read 582168 times)

0 Members and 7 Guests are viewing this topic.

Offline cgeorgemo

  • Hero Member
  • *
  • Posts: 586
  • Activity:
    0%
  • Reputation Power: 5
  • cgeorgemo has no influence.
  • Gender: Male
  • I'm Brian...cgeorgemo is Curious George Missouri
  • Respect: +19
  • Referrals: 1
    • View Profile
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #300 on: September 30, 2009, 03:30:58 PM »
0
LOL When I check or uncheck the offset interface windows option it wither sticks the corpse container in my info scrolling area or it slaps it up in the top right corner of the desktop. I'm leaving it there I like it better up there in the corner.
Sarcasm is your body's natural defense against stupidity.

Offline Semaphore

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 0
  • Semaphore has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #301 on: October 07, 2009, 01:21:07 PM »
0
I am using razor, and the 2d client. Ground looting does not work. I am able to loot corpses just fine, but I check loot ground and loot all for good measure, and zero happens. I have done the same exact thing I did for corpse looting, which works, but the same done for ground looting, and nothing.

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • 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
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #302 on: October 07, 2009, 01:26:15 PM »
0
Can you try running without Razor?  That has a tendency to mess up the way EasyUO does its thing.  I just tested this script with gold surrounding me, and it works great.  However I don't use Razor.

Also, you cannot be moving.  The script has a 2 second timer that senses if you are moving, so you just can't wander and loot; you have to be standing still.  This is to prevent crashing the client.

But anyhow, ground looting works fine for me.  Have you moved your rules over to the active list?  I'm assuming so because you can do corpse looting...
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • 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
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #303 on: October 07, 2009, 01:51:26 PM »
0
Hey, you know what, that's a bug in the LITE version.  It works for me because I have the FULL version and that's what I was using to test with.  You can easily fix it by going to line #286 and change this:

Code: [Select]
if #MENURES = #FALSE

to this:

Code: [Select]
if #MENURES <> #TRUE

The Preview feature is not implemented in the LITE version, so #MENURES is N/A instead of either #TRUE or #FALSE.

Thanks for finding this.  I've been meaning to update this script for a while now, so I'll add this to the new version. 
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Semaphore

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 0
  • Semaphore has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #304 on: October 07, 2009, 03:50:15 PM »
0
Okay, that works. Now is it possible to both loot ground items and corpse items? If one is checked the other unchecks.

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • 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
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #305 on: October 07, 2009, 03:52:46 PM »
0
That's by design.  There was too much interference with the two styles of looting in that particular version.  I have some things changed in my personal version I was playing with trying to bring that feature back.  So perhaps in the next version you'll be able to have both going again.
« Last Edit: October 07, 2009, 04:07:30 PM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Semaphore

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 0
  • Semaphore has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #306 on: October 07, 2009, 04:08:16 PM »
0
That's a pretty big non feature, becuase oftentimes some mobs drop loot in corpse, and others simply disappear.

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • 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
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #307 on: October 07, 2009, 04:16:39 PM »
0
That's a pretty big non feature, becuase oftentimes some mobs drop loot in corpse, and others simply disappear.

Well, not that big.  You're one of the first to bring it up in nearly 2 years of this script being released.  :)  Most people are either looting off the ground, or others are looting containers.  

In any event, I'll always omit a feature to enhance script stability.
« Last Edit: October 07, 2009, 04:20:24 PM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Semaphore

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 0
  • Semaphore has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #308 on: October 07, 2009, 04:43:45 PM »
0
Considering the ground looting script didn't work, I'm not that surprised it wasn't brought up, it doesn't seem to be getting heavy use.

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • 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
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #309 on: October 07, 2009, 07:56:15 PM »
0
Considering the ground looting script didn't work, I'm not that surprised it wasn't brought up, it doesn't seem to be getting heavy use.

Ya, that's true for sure.  I was kinda surprised myself.  I do know the Elites use the looter quite heavily, but since they have the FULL version, they  didn't have to worry about that little bug.  Strange for sure!
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline smallrr

  • Jr. Member
  • **
  • Posts: 10
  • Activity:
    0%
  • Reputation Power: 0
  • smallrr has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #310 on: October 08, 2009, 07:32:02 AM »
0
Can use it to loot everything in SA ?   :D

Offline Toptwo

  • SunTigress's Hero!
  • Global Moderator
  • *
  • *
  • Posts: 2087
  • Activity:
    0%
  • Reputation Power: 21
  • Toptwo might someday be someone...Toptwo might someday be someone...Toptwo might someday be someone...Toptwo might someday be someone...
  • Gender: Male
  • Respect: +131
  • Referrals: 1
    • View Profile
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #311 on: October 08, 2009, 07:34:08 AM »
0
Can use it to loot everything in SA ?   :D

  Dude, you can post all over this board, but you will find you wont get ANY help, or be able to d/l ANY scripts until you follow the site rules and post up a GOOD introduction. Please read the site rules, then head over to the new member introductions board and post one up.
The final weapon is the brain. All else is supplemental.....  If you find yourself in a fair fight, your tactics suck.

Offline cgeorgemo

  • Hero Member
  • *
  • Posts: 586
  • Activity:
    0%
  • Reputation Power: 5
  • cgeorgemo has no influence.
  • Gender: Male
  • I'm Brian...cgeorgemo is Curious George Missouri
  • Respect: +19
  • Referrals: 1
    • View Profile
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #312 on: October 08, 2009, 07:50:52 AM »
0
Sarcasm is your body's natural defense against stupidity.

rufush

  • Guest
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #313 on: October 14, 2009, 08:03:14 AM »
0
Helps a lot in pvm.

Offline Toptwo

  • SunTigress's Hero!
  • Global Moderator
  • *
  • *
  • Posts: 2087
  • Activity:
    0%
  • Reputation Power: 21
  • Toptwo might someday be someone...Toptwo might someday be someone...Toptwo might someday be someone...Toptwo might someday be someone...
  • Gender: Male
  • Respect: +131
  • Referrals: 1
    • View Profile
Re: TrailMyx's Advanced CLAw LITE - The Ultimate Autolooter!
« Reply #314 on: October 14, 2009, 08:07:04 AM »
0
Helps a lot in pvm.

  It does...It does...and as soon as you check out the site rules, and post up a good intro, you might even be able to use it!
The final weapon is the brain. All else is supplemental.....  If you find yourself in a fair fight, your tactics suck.

Tags: Looting TrailMyx