interact

Player-made addons and UI configurations.
Wuppies1993
Posts: 1

interact

Post#1 » Tue Jun 16, 2026 3:52 pm

Does interact work in this version? https://github.com/vargv666/Interact

Gillas
Posts: 5

Re: interact

Post#2 » Tue Jun 16, 2026 10:28 pm

It requires VanillaFixes and the one that you install over OctoLauncher gives Troijan warning and gets blocked by Windows. Then https://github.com/hannesmann/vanillafi ... tag/v1.5.3 on the other hands gives error:

DLL entry point returned an error (0).
Make sure you have a compatible game client (1.6.1-1.12.1).

Unfortunately. I would love to see interact working.

Vaded
Posts: 1

Re: interact

Post#3 » Mon Jul 13, 2026 9:53 am

ive fixed interact just replace content of interact.lua with this

BINDING_HEADER_INTERACT = 'Interact'

StaticPopupDialogs['INTERACT_WARNING'] = {
text = 'Failed to load |cffffd200Interact|cffffffff. Follow the installation instructions to ensure proper installation.',
button1 = 'Okay',
timeout = 0,
whileDead = true,
}

if not InteractNearest then
StaticPopup_Show('INTERACT_WARNING')
end

function Interact(autoloot)
if not InteractNearest then
StaticPopup_Show('INTERACT_WARNING')
return
end

InteractNearest(autoloot)
end

Who is online

Users browsing this forum: No registered users and 1 guest