Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: Flagrick
Forum: General Authoring Discussion 03/22/15, 03:46 AM
Replies: 8
Views: 5,762
Posted By Flagrick
Ayantir...

Ayantir (http://www.esoui.com/forums/member.php?u=12247) has offered to take over and I accepted.
Forum: General Authoring Discussion 03/05/15, 04:17 AM
Replies: 8
Views: 5,762
Posted By Flagrick
LootDrop : Retiring and looking for successors

hi,

I will not renew my subscription,
and therefore I will not continue maintenance on the following addons:

LootDrop (http://www.esoui.com/downloads/info35-LootdropContinuedAllinOne.html)
...
Forum: General Authoring Discussion 11/12/14, 08:11 AM
Replies: 4
Views: 3,084
Posted By Flagrick
FOUND IT ! :banana: --local pctexts =...

FOUND IT ! :banana:


--local pctexts = zo_strformat( '|c736F6E(<<1>>%)|r', pccurrent ) --> error
local pctexts = zo_strformat( '(<<1>>%)', pccurrent ) --> OK


and then i use this code in
local...
Forum: General Authoring Discussion 11/12/14, 07:40 AM
Replies: 4
Views: 3,084
Posted By Flagrick
done tests : local dbgText2=zo_strformat(...

done tests :

local dbgText2=zo_strformat( '<<1[//$dx]>> <<2>>', quantity, text)
d(dbgText2) --> label OK
d(type(dbgText2) .. ": " .. tostring(dbgText2))
d(type(quantity) .. ": " .....
Forum: General Authoring Discussion 11/12/14, 07:06 AM
Replies: 4
Views: 3,084
Posted By Flagrick
hello Merlight, time is given by an other addon...

hello Merlight,

time is given by an other addon (pchat), for this example dbgText1 = ''.
i assume that quantity is a number because the function call is :

--d(dbglabel)--> label...
Forum: General Authoring Discussion 11/12/14, 06:09 AM
Replies: 4
Views: 3,084
Posted By Flagrick
Pb with zo_strformat or itemlink and icon

Hello,

in lootdrop i have added a debug log to see exactly what we loot with more informations,
but I encounter a problem in that code...
Forum: General Authoring Discussion 07/11/14, 09:18 AM
Replies: 11
Views: 10,411
Posted By Flagrick
local name = GetItemLinkName(itemLink) I hope it...

local name = GetItemLinkName(itemLink)

I hope it works with items from EVENT_LOOT_RECEIVED
Forum: General Authoring Discussion 07/05/14, 02:43 PM
Replies: 4
Views: 5,170
Posted By Flagrick
Thx Garkin ;-) so the final code...

Thx Garkin ;-)

so the final code is:

-------------------------------------------------------------------------------
--TESO GUILDS TYPES
-- 0 : unknow
-- 1 : fighter, guerrier, krieger
-- 2 : mage,...
Forum: General Authoring Discussion 07/05/14, 10:59 AM
Replies: 4
Views: 5,170
Posted By Flagrick
I have done something like...

I have done something like that:

-------------------------------------------------------------------------------
--TESO GUILDS TYPES
-- 0 : unknow
-- 1 : fighter, guerrier, kämpfer
-- 2 : mage,...
Forum: General Authoring Discussion 07/05/14, 04:58 AM
Replies: 4
Views: 5,170
Posted By Flagrick
How to determine Guilds XP/reputation with EVENT_SKILL_XP_UPDATE ?

Hello there,

I try to differentiate Xp received on the event
EVENT_SKILL_XP_UPDATE (SKILLTYPE, skillIndex, reason, rank, previousXP, currentXP).
the goal would be to know when XP is:

the...
Forum: General Authoring Discussion 06/30/14, 05:39 AM
Replies: 53
Views: 40,940
Posted By Flagrick
Yes i know, he has implemented his own Internal...

Yes i know, he has implemented his own Internal Questmanager.
I could do something like that
But i want to avoid this, because at the end, the purpose is to get icons to show what we loot in...
Forum: General Authoring Discussion 06/30/14, 03:29 AM
Replies: 53
Views: 40,940
Posted By Flagrick
thx, but it doesn't work with EVENT_LOOT_RECEIVED...

thx, but it doesn't work with EVENT_LOOT_RECEIVED and QuestTool's items.
The items are not realy in the bag but in the quest manager.

To precise my question : how to match itemlink from...
Forum: General Authoring Discussion 06/30/14, 02:58 AM
Replies: 53
Views: 40,940
Posted By Flagrick
In LootDrop, i was using itemlink's texts from...

In LootDrop, i was using itemlink's texts from EVENT_LOOT_RECEIVED to obtain QuestTool's icons by associations. Now, i 've got no text in itemlinks.

Someone know how to obtain plein text from this...
Forum: General Authoring Discussion 06/30/14, 02:50 AM
Replies: 33
Views: 41,096
Posted By Flagrick
Explanations here...

Explanations here :
http://www.esoui.com/forums/showthread.php?t=1811
Forum: General Authoring Discussion 05/09/14, 04:36 AM
Replies: 19
Views: 14,597
Posted By Flagrick
Post so, it's the code, and it seems to work except in...

so, it's the code, and it seems to work except in rare case (no icon in the quest inventory with a loot event)
I'm playing this code in a loot event.
I ve got the text name of the item quest, and...
Forum: General Authoring Discussion 05/06/14, 01:56 AM
Replies: 19
Views: 14,597
Posted By Flagrick
Sadly, it seems, it doesn't work with this...

Sadly, it seems, it doesn't work with this events.
But i have found something else.
I'm testing. I ll give more info later.
Forum: General Authoring Discussion 05/04/14, 01:39 PM
Replies: 19
Views: 14,597
Posted By Flagrick
I think i have found something : i' m using...

I think i have found something :

i' m using these events

EVENT_QUEST_TOOL_UPDATED
EVENT_QUEST_CONDITION_COUNTER_CHANGED

and i'm saving journalIndex

Then on an event EVENT_LOOT_RECEIVED (...
Forum: General Authoring Discussion 05/04/14, 08:57 AM
Replies: 19
Views: 14,597
Posted By Flagrick
Yes that's the problem :-) So with a loot event...

Yes that's the problem :-)

So with a loot event i could have text and quantity, but no icon, and of course, it is what i need. :(
With bag event i could have quest reward item but no tool quest...
Forum: General Authoring Discussion 05/03/14, 02:22 PM
Replies: 19
Views: 14,597
Posted By Flagrick
Thx, i have try this after an...

Thx,
i have try this after an EVENT_LOOT_RECEIVED
dbg('--GetNumLootItems--')
local count=GetNumLootItems()
dbg(count)
for i = 1,count do
local lootID, lootName, lootIcon, lootCount,...
Forum: General Authoring Discussion 05/03/14, 12:42 PM
Replies: 19
Views: 14,597
Posted By Flagrick
Thx, but i search to easily find icon quest tool...

Thx,
but i search to easily find icon quest tool info, and not the quest rewards.

As i said before it is done.


For the second part the tools item quest i have used
EVENT_QUEST_TOOL_UPDATED...
Forum: General Authoring Discussion 05/01/14, 05:33 AM
Replies: 19
Views: 14,597
Posted By Flagrick
I think there is something to do with...

I think there is something to do with it

EVENT_QUEST_TOOL_UPDATED (luaindex journalIndex, string questName)
we have journalIndex.

then, perhaps, we could find the questTool info with a loop on...
Forum: General Authoring Discussion 05/01/14, 03:36 AM
Replies: 19
Views: 14,597
Posted By Flagrick
After this event EVENT_LOOT_RECEIVED (string...

After this event
EVENT_LOOT_RECEIVED (string receivedBy, string itemName, integer quantity, integer itemSound, integer lootType, bool self)

I have try something like that
if (lootType ==...
Forum: General Authoring Discussion 04/18/14, 02:01 AM
Replies: 19
Views: 14,597
Posted By Flagrick
hello, and thx for the reply. The events...

hello,
and thx for the reply.

The events parameters are these

EVENT_LOOT_RECEIVED (string receivedBy, string itemName, integer quantity, integer itemSound, integer lootType, bool self)

in case of...
Forum: General Authoring Discussion 04/17/14, 09:40 AM
Replies: 19
Views: 14,597
Posted By Flagrick
GetItemLinkInfo - need help for LootDrop

Hello,

Loot drop is using
local icon, _, _, _, _ = GetItemLinkInfo( itemName )
with the event
self.control:RegisterForEvent( EVENT_LOOT_RECEIVED, function( _, ... ) self:OnItemLooted( ... ) end...
Showing results 1 to 24 of 24