Beehive animation

Name says it all
Locked
User avatar
fixxer1963
Legendary Scribe
Posts: 271
Joined: Tue Apr 01, 2014 5:43 pm

Beehive animation

Post by fixxer1963 »

Does anybody have a way to toggle beehive animation? It would be awesome not to have to click a dozen times to open the hives.
Hawke Armstrong/FiXXer
User avatar
+Colibri
Administrator
Posts: 3958
Joined: Sat Feb 25, 2006 4:08 pm
Location: static void Main

Re: Beehive animation

Post by +Colibri »

Nope, there's currently no way to toggle. But message received :)
+Colibri, Administrator of UO Excelsior Shard

Don't know what the purpose of your life is? Well then make something up! ;)
(Old Colibrian proverb)
User avatar
Gaara
Legendary Scribe
Posts: 890
Joined: Sun Sep 23, 2012 10:43 pm
Location: Sedona, AZ, USA

Re: Beehive animation

Post by Gaara »

Code: Select all

function scan(tbl)
local item = {}
for i=0, UO.ScanItems(true)-1,1 do
    local nid,typ,kind,contid,xu,yu,zu,stck = UO.GetItem(i)
          if typ==2331 then UO.HideItem(nid) end
end
end

scan(2331)
NOTE: this is for OpenEasyUO and will not work with EasyUO. Bet you can do the same in EasyUO tho.
Image
User avatar
fixxer1963
Legendary Scribe
Posts: 271
Joined: Tue Apr 01, 2014 5:43 pm

Re: Beehive animation

Post by fixxer1963 »

AWESOME!!
Thanks Gaara
Thanks for replying +C
dreamstalker
Legendary Scribe
Posts: 345
Joined: Wed Apr 16, 2014 3:39 pm
Location: North Carolina

Re: Beehive animation

Post by dreamstalker »

love this lil trick to turn off beehive animation... any way to make it permanent? or at least toggle on and off?
I keep a gun because I'm too young to die and too old to take an ass whoopin! just cause you aint paranoid doesnt mean they aint after you
Locked