Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: sinnereso
Forum: Lua/XML Help 06/05/23, 12:20 PM
Replies: 14
Views: 3,373
Posted By sinnereso
OK now that sense.

OK now that sense.
Forum: Lua/XML Help 06/05/23, 10:11 AM
Replies: 14
Views: 3,373
Posted By sinnereso
ok I'll go back to GetNumJournalQuests() instead...

ok I'll go back to GetNumJournalQuests() instead of MAX_JOURNAL_QUESTS since everything is working as intended because I want to run it 5x if 5 quests not 25.
Forum: Lua/XML Help 06/03/23, 04:09 PM
Replies: 14
Views: 3,373
Posted By sinnereso
ok ill give it a whirl.

ok ill give it a whirl.
Forum: Lua/XML Help 06/03/23, 01:06 PM
Replies: 14
Views: 3,373
Posted By sinnereso
I checked it out and asside from what appears to...

I checked it out and asside from what appears to be many assumtions there it doesnt match my scenario. I only had the daily writs quests in my journal which equalled 7 not 10 and today I can repeat...
Forum: Lua/XML Help 06/03/23, 05:24 AM
Replies: 14
Views: 3,373
Posted By sinnereso
yes its the english client and...

yes its the english client and GetJournalQuestName returns "[Empty String]"

**EDIT
Just checked todays writs and they're fine. all returning QUEST_TYPE_CRAFTING and correct names..But yesterdays...
Forum: Lua/XML Help 06/02/23, 01:21 PM
Replies: 14
Views: 3,373
Posted By sinnereso
sorry heres the entire function. function...

sorry heres the entire function.

function MyAddon.HasWritQuest()-- << CHECK FOR ACTIVE WRITS
for quest=1, GetNumJournalQuests() do
if GetJournalQuestType(quest) == QUEST_TYPE_CRAFTING then return...
Forum: Lua/XML Help 06/02/23, 08:11 AM
Replies: 14
Views: 3,373
Posted By sinnereso
Exclamation Daily enchanting writ returns (type=none)(name=empty string)

I was doing some writs and noticed my compatibility mod I made for my addon for dailys wasn't functioning so I did some digging and discovered:

CRAFTING
Enchanter Writ
craft supurb...
Showing results 1 to 7 of 7