Search found 3 matches

>
by Tjampe
Fri Dec 10, 2021 11:06 pm
Forum: Addons
Topic: Sequencer Addon - Features Needed
Replies: 50
Views: 25227

Re: Sequencer Addon - Features Needed



unban NB please, sequencer is not enough
dont allow any hack (Nb dont have it since use API) which you count can do NB but bring back very useful add-on


Well, NB isn't banned per se, the API was changed, and hence the calls NB was reliant on doesn't work

Despite all the time and resources ...
by Tjampe
Sun May 30, 2021 4:24 pm
Forum: Addons
Topic: CastSequencer Addon Broken After Last Patch
Replies: 22
Views: 11166

Re: CastSequencer Addon Broken After Last Patch

CastSequencer can be fixed by replacing line 227 in Core.lua to:

SetHotbarData(hotbarSlot, action, actionId);


with this:

local actionBar = math.ceil(hotbarSlot / 12)
local actionBarButton = hotbarSlot - (actionBar - 1) * 12
WindowSetGameActionData("EA_ActionBar"..tostring(actionBar).."Action ...
by Tjampe
Sat May 29, 2021 9:54 pm
Forum: Changelogs
Topic: Patch Notes 28/05/2021
Replies: 654
Views: 203006

Re: Patch Notes 28/05/2021


Nerfed Buttons
Nerfed Buttons has been blocked.

The Plan B addon for Sword Masters & Black Orcs will still function.

We have never really liked the idea of an addon automating conditional checks for players. Now it is blocked.


Well the block is easily bypassed by replacing line 128 in ...