Showing results 1 to 17 of 17
Search took 0.00 seconds.
Search: Posts Made By: cOOLsp0T
Forum: AddOn Help/Support 08/28/19, 01:44 PM
Replies: 13
Views: 7,636
Posted By cOOLsp0T
The game seems to have not enough permission to...

The game seems to have not enough permission to write the necessary folders & files to the user directory. Try to start the ESO Launcher as administrator, login to your character and look again if...
Forum: AddOn Help/Support 08/28/19, 01:15 PM
Replies: 13
Views: 7,636
Posted By cOOLsp0T
Have you started ESO before and successfully...

Have you started ESO before and successfully logged in with a character?
Forum: AddOn Help/Support 08/28/19, 12:57 PM
Replies: 13
Views: 7,636
Posted By cOOLsp0T
Welcome Olli to the ESOUI Community. :) Copy...

Welcome Olli to the ESOUI Community. :)

Copy (CTRL + C) the following line:
%userprofile%\documents\elder scrolls online\live\addons
(This line works for all windows versions and languages)

Open...
Forum: AddOn Search/Requests 08/28/19, 05:05 AM
Replies: 65
Views: 28,902
Posted By cOOLsp0T
Normally I wouldnt react to a topic like this,...

Normally I wouldnt react to a topic like this, but as I noticed did a lot of people doesnt understand the philosophy about making Addons.

The most Addon are made in first grade for himself and his...
Forum: Tech Chat 08/26/19, 01:01 PM
Replies: 2
Views: 12,439
Posted By cOOLsp0T
Thx for the response, but Im actually working on...

Thx for the response, but Im actually working on my own addon and I guess that inventory problem also appears for lua.
Forum: Tech Chat 08/24/19, 05:38 AM
Replies: 2
Views: 12,439
Posted By cOOLsp0T
Inventory destroy Item bug

Hi Folks,

I dont know if other people has also experienced the following thing:

Sometimes after loading the game, loading a new scene or Reload UI is it not possible to destroy an Item in the...
Forum: General Authoring Discussion 08/17/19, 09:25 AM
Replies: 2
Views: 5,490
Posted By cOOLsp0T
itemlink comparising allways fails

Hello Guys,

I acutally try to compare 2 itemlinks from the same item. First from the lootwindow via "GetLootItemLink()" and after that when it reaches the inventory over GetItemLink().

When I...
Forum: General Authoring Discussion 08/08/19, 02:36 PM
Replies: 4
Views: 5,703
Posted By cOOLsp0T
Thx a lot, guys. I got it running. :)

Thx a lot, guys. I got it running. :)
Forum: General Authoring Discussion 08/08/19, 06:13 AM
Replies: 4
Views: 5,703
Posted By cOOLsp0T
hmmm.... thx that solves another problem which I...

hmmm.... thx that solves another problem which I got, but the given problem is still the same.

I need the bagID, slotID and stackCountChanged from INVENTORY_SINGLE_SLOT_UPDATE for my data. I really...
Forum: General Authoring Discussion 08/08/19, 03:13 AM
Replies: 4
Views: 5,703
Posted By cOOLsp0T
When does the Game a frame forward?

Hi Folks,

At the moment I try to build an automated action for looting. It does as follows.


On Addon Load -> Register LootInit for EVENT_LOOT_UPDATED

When Player Loots:
Unregister for...
Forum: Released AddOns 07/29/19, 05:27 AM
Replies: 0
Views: 18,257
Posted By cOOLsp0T
cOOLsp0t's Loot Manager

Please post a reply in this thread if you find a bug for cOOlsp0t's Loot Manager (https://www.esoui.com/downloads/fileinfo.php?id=2433).
Forum: AddOn Help/Support 07/27/19, 10:19 AM
Replies: 3
Views: 3,396
Posted By cOOLsp0T
Thx guys. I have found my fail. Beartram was...

Thx guys. I have found my fail. Beartram was right. The position from the unregister function was wrong.
Forum: AddOn Help/Support 07/27/19, 06:54 AM
Replies: 3
Views: 3,396
Posted By cOOLsp0T
how does EVENT_INVENTORY_SINGLE_SLOT_UPDATE exactly work?

Hi Folks, its me again. :)

I have a problem with an Event Handler wrapped around my function. The function itself loots all items, checks if the user whished to loot that item and destroys all left...
Forum: AddOn Help/Support 07/24/19, 09:29 AM
Replies: 5
Views: 3,185
Posted By cOOLsp0T
thx Baertram for your quick answer. :) The...

thx Baertram for your quick answer. :)

The itemtype2 var is, because I wouldnt make 2 seperate vars for armors and weapons, so I tried to merge.
Forum: AddOn Help/Support 07/24/19, 07:52 AM
Replies: 5
Views: 3,185
Posted By cOOLsp0T
I solved it by myself. Its a damn scoping,...

I solved it by myself. Its a damn scoping, problem. thx anyway. :)
Forum: AddOn Help/Support 07/24/19, 06:51 AM
Replies: 5
Views: 3,185
Posted By cOOLsp0T
function...

function LootManager.ItemFilter(itemnumber,bagID,slotID)
if bagID == nil or slotID == nil then
local itemID,name,icon,amount,quality,value,isQuest,stolen = GetLootItemInfo(itemnumber)
local...
Forum: AddOn Help/Support 07/24/19, 04:17 AM
Replies: 5
Views: 3,185
Posted By cOOLsp0T
Have Problems with Setting an Itemfilter

Hey Folks,

Im very new with the lua language and especially with the ESO API, but Im experienced in C languages.

At the moment I write a small Loot Manager which have a few kind of options for...
Showing results 1 to 17 of 17