Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Askedal
Forum: General Authoring Discussion 06/10/22, 03:31 PM
Replies: 4
Views: 2,230
Posted By Askedal
Hi, I solved it by using something like this: ...

Hi,

I solved it by using something like this:

local n = SCENE_MANAGER:GetCurrentScene().name
if n == 'hudui' or n == 'interact' or n == 'hud' then
...
Forum: Lua/XML Help 05/09/22, 04:03 PM
Replies: 10
Views: 4,384
Posted By Askedal
I think I solved it, it was just the scene that...

I think I solved it, it was just the scene that stayed open, after switching back to the inventory scene, it works like a charm. Many thanks for you help!
Forum: Lua/XML Help 04/22/22, 07:53 AM
Replies: 10
Views: 4,384
Posted By Askedal
Unfortunately this doesn't do anything. I have...

Unfortunately this doesn't do anything. I have the EndLooting() already in my code and it is called every time.

num = GetNumLootItems()

if (num == 0 )...
Forum: Lua/XML Help 04/21/22, 05:55 AM
Replies: 10
Views: 4,384
Posted By Askedal
Many thanks, it works like a charm now :) Now...

Many thanks, it works like a charm now :)
Now that I better understand how this key binding works, I might implement others..

If you don't mind, I have another small problem with the Addon: When you...
Forum: Lua/XML Help 04/20/22, 04:24 PM
Replies: 10
Views: 4,384
Posted By Askedal
Hi, currently the SmarterAutoloot variable is a...

Hi,

currently the SmarterAutoloot variable is a local one, but when I change this I get an error in the SmarterAutoLoot_Startup function. You can find the complete Addon here...
Forum: Lua/XML Help 04/20/22, 03:17 AM
Replies: 10
Views: 4,384
Posted By Askedal
Hi, many thanks for your suggestions, I tried...

Hi,

many thanks for your suggestions, I tried all of them, but when I pressed the assigned key I get

:1: function expected instead of nil
|rstack traceback:
:1: in function '(main...
Forum: Lua/XML Help 04/19/22, 04:05 PM
Replies: 10
Views: 4,384
Posted By Askedal
Keybinding

Hi,

I'm currently working on an updated version of SmarterAutoLoot and have a problem to get the key binding to work. I have a binding.xml as

<Bindings>
<Layer...
Forum: Lua/XML Help 10/21/21, 05:25 AM
Replies: 1
Views: 4,681
Posted By Askedal
Performance Problem with EVENT_LOOT_UPDATED

Hello,

I'm currently working on an update to the SmarterAutoLoot Addon. The Addon currently works like this:

During initialization it is registering for...
Forum: AddOn Search/Requests 09/26/18, 09:55 AM
Replies: 1
Views: 2,282
Posted By Askedal
[Request] Mod for Sell/Offer Overview per Guild

Hi,

it would be great if somebody could implement a mod that shows a list of offers per guild, means how many items do I have already offered in which guild and what will they possible bring. A...
Showing results 1 to 9 of 9