Help with custom SimC import?
HashtagLaw opened this issue ยท 2 comments
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.