Page 1 of 1

Beehive animation

Posted: Mon Jun 19, 2017 1:01 am
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.

Re: Beehive animation

Posted: Mon Jun 19, 2017 3:15 am
by +Colibri
Nope, there's currently no way to toggle. But message received :)

Re: Beehive animation

Posted: Mon Jun 19, 2017 9:34 am
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.

Re: Beehive animation

Posted: Mon Jun 19, 2017 11:47 am
by fixxer1963
AWESOME!!
Thanks Gaara
Thanks for replying +C

Re: Beehive animation

Posted: Thu Jun 22, 2017 10:58 am
by dreamstalker
love this lil trick to turn off beehive animation... any way to make it permanent? or at least toggle on and off?