chancedj / LockedOut

wow raid and dungeon lockouts
8 stars 2 forks source link

LRF Wings not counting againts lock count #154

Closed chancedj closed 5 years ago

chancedj commented 5 years ago

Going from wing 1 to wing 2 in LFR of the same raid is not counting against the saved instance 10 count.

chancedj commented 5 years ago

A possible rewrite of some of the code is necessary:

get 10th param of GetInstanceInfo() to determine if LFR (possibly combine with Difficulty?). 10th param is the instanceID which means name should be something else likely (perhaps wing name?).

chancedj commented 5 years ago

wing 1 of BoD: [1]="Battle of Dazar'alor", [2]="raid", [3]=17, [4]="Looking For Raid", [5]=30, [6]=0, [7]=false, [8]=2070, [9]=25, [10]=1945

chancedj commented 5 years ago

wing 2 of BoD: [1]="Battle of Dazar'alor", [2]="raid", [3]=17, [4]="Looking For Raid", [5]=30, [6]=0, [7]=false, [8]=2070, [9]=23, [10]=1946

looks safe to use both instanceID AND param10 (lfgDungeonsID ) in combination to sort out the instance issue for LFR

chancedj commented 5 years ago

fixed with checkin above