Ovale Spell Priority

Ovale Spell Priority

6M Downloads

Help with custom SimC import?

HashtagLaw opened this issue ยท 2 comments

commented

Like others, I am getting errors while trying to import a custom script from SimC.
Here is the input script from SimC:
https://pastebin.com/VSF745UT

Here are the errors I get after clicking accept:
[05:14:39] OvaleSimulationCraft: Warning: Variable 'dot.virulent_plague.tick_time_remains' is not implemented.
[05:14:39] OvaleSimulationCraft: Warning: Variable 'death_and_decay.ticking' is not implemented.
[05:14:39] OvaleSimulationCraft: Warning: Variable 'defile.ticking' is not implemented.
[05:14:39] OvaleSimulationCraft: Warning: Variable 'death_and_decay.ticking' is not implemented.
[05:14:39] OvaleSimulationCraft: Warning: Variable 'defile.ticking' is not implemented.
[05:14:39] OvaleSimulationCraft: Warning: Symbol 'blighted_rune_weapon_buff' not defined
[05:14:39] OvaleSimulationCraft: Warning: Symbol 'outbreak_debuff' not defined
[05:14:56] OvaleAST: Syntax error: unexpected token '.' when parsing FUNCTION; '(' expected.
[05:14:56] OvaleAST: Next tokens: tick_time_remains + target . TickTime ( outbreak_debuff ) <= target . DebuffRemaining ( virulent_plague_debuff ) and target . DebuffRemaining (

And here is the output code generated, if needed:
https://pastebin.com/6WtXwrDw

Thanks for any assistance I can get on this.

commented

Should be fixed in beta versions

commented

I think pretty much all classes have this kind of issue with import right now. No idea if a fix is coming though.