Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: thifi
Forum: AddOn Help/Support 03/12/15, 12:48 PM
Replies: 34
Views: 26,863
Posted By thifi
That would be really helpful. Thank...

That would be really helpful. Thank you.



Thanks, will check it out.

Regards,
Forum: General Authoring Discussion 03/11/15, 03:54 PM
Replies: 7
Views: 5,522
Posted By thifi
Yup, correct. I'm not particularly happy with the...

Yup, correct. I'm not particularly happy with the way it currently works. An item instance ID based solution would much more optimal but i was young i needed the money. :)



Darn, it was that way in...
Forum: General Authoring Discussion 03/11/15, 01:31 PM
Replies: 7
Views: 5,522
Posted By thifi
I could either ignore the inventory refresh or...

I could either ignore the inventory refresh or simply throttle my refresh to be done only once in let's say 500 ms.
Forum: AddOn Help/Support 03/11/15, 09:26 AM
Replies: 34
Views: 26,863
Posted By thifi
So far what I've learnt is below. Issue:...

So far what I've learnt is below.

Issue: Whenever you pay a bounty or get killed by a guard and you have stolen items in your inventory, then the client triggers an EVENT_INVENTORY_FULL_UPDATE...
Forum: AddOn Help/Support 03/10/15, 05:25 PM
Replies: 34
Views: 26,863
Posted By thifi
I found a very-very-very temporary solution to...

I found a very-very-very temporary solution to the problem. I'm not too proud of it, but at least seems to be working: http://www.esoui.com/forums/showpost.php?p=19476&postcount=3
Forum: General Authoring Discussion 03/10/15, 05:22 PM
Replies: 7
Views: 5,522
Posted By thifi
It took me hours to figure out a solution to the...

It took me hours to figure out a solution to the problem and it's very hacky but until there is a proper solution from ZOS i think i'll leave it this way.


I subscribed to EVENT_CHATTER_BEGIN and...
Forum: General Authoring Discussion 03/10/15, 02:28 PM
Replies: 7
Views: 5,522
Posted By thifi
Paying bounty to guards triggers EVENT_INVENTORY_SINGLE_SLOT_UPDATE for all items

Whenever you have a bounty on you, a guard catches you and you decide to pay, an EVENT_INVENTORY_SINGLE_SLOT_UPDATE event is triggered for each and every slot in your backpack with updateReason 0. So...
Forum: Wish List 05/23/14, 10:06 AM
Replies: 11
Views: 9,868
Posted By thifi
New API functions with 100004! weaponType...

New API functions with 100004!


weaponType GetItemWeaponType(itemLink)
armorType GetItemArmorType(itemLink)


Read more here: http://www.esoui.com/forums/showthread.php?p=8263

:D:banana::D
Forum: Wish List 04/12/14, 12:52 PM
Replies: 1
Views: 5,012
Posted By thifi
[implemented] Function to query TradeSkillType, ResearchLineIndex and TraitIndex

I would like to be able to query an item for Research related information. Something like this:


local tradeSkillType, researchLineIndex, traitIndex =
GetItemResearchInfo(bagId,...
Forum: General Authoring Discussion 04/06/14, 01:43 AM
Replies: 2
Views: 3,608
Posted By thifi
Is GetItemCraftingInfo limited or buggy?

Hi,

I'm trying to query an item's crafting info inside an addon I'm developing and I'm getting strange results.

For a lot of items GetItemCraftingInfo returns valid values, but for a lot, the...
Showing results 1 to 10 of 10