VenturePlanSoDMissions icon indicating copy to clipboard operation
VenturePlanSoDMissions copied to clipboard

Addon to bring VenturePlan up to date with the 9.1 missions

Results 28 VenturePlanSoDMissions issues
Sort by recently updated
recently updated
newest added

9.2 only needs some new spells. - 25 new enemy spells across multiple new missions: ```lua [350]={type="nuke", damageATK=25, target="cleave"}, [351]={type="nuke", damageATK=75, target=1, firstTurn=4}, [352]={type="nop"}, [353]={type="nop"}, [354]={type="nuke", damageATK=400, target="enemy-front", firstTurn=5}, [355]={type="passive",...

I've noticed when swapping covenants that the progress counter will add the 2 numbers, instead of keeping track of whatever current covenant you're in. So for example between my maxed...

On my maldraxxus character with new campaign table I'm noticing that VP doesn't work at all. It says its VP but the display and behavior isn't.

The mission was sent using the following formation: Top left: Trapper Top middle: Trapper Top right: Trapper Down left: Tender Down right: Te'zan Extra info: I'm using all fixes up...

Is it possible to fix the layout of the companions? I downloaded the fixed version but i don't have the new layout by ventureplan.

``` Message: Interface\AddOns\VenturePlan\vs.lua:740: attempt to perform arithmetic on local 'duration' (a nil value) Time: Wed Feb 23 06:41:20 2022 Count: 4 Stack: Interface\AddOns\VenturePlan\vs.lua:740: attempt to perform arithmetic on local 'duration'...

Many thanks to those putting in the time & effort to keep this updated! Here's the full log file: VenturePlanSoDMissions_Logs = { { ["log"] = { { ["events"] = {...

9.1.5 needs a small amount of changes to VP. Spells: - `125`'s (_Deranged Gouge_ for _Possessed Scavenger_ encounters) second effect's target has changed from none to `"random-enemy"`, so it now...

for i=1,#C_Garrison.GetFollowers(123) do on the follower count error is more efficient than for i=1,99 do though it can only show 24 and might lead to an error when you gain...