Hello,
Sorry for the delay.
I have reset your key (you can found your new license key here: http://wrobot.eu/index.php?app=nexus&module=clients§ion=purchases )
I have also added free days at your subscription.
Tell me if problem is not resolved I'll refund your subscription.
Sorry the picture is so big, it was too distorted when I shrunk it down.
You enter the LUA in as if it were any other spell. Add in conditions the same.
AOE Spell - true; What this does is makes WRobot cast the spell at a certain location. Since this spell requires being cast at a certain location (big green circle that appears when you cast it), we must set it true.
Check if know spell, is usable and good distance - false; I believe (haven't tested it out fully yet) that all LUA scripts in the spell menu need this false and...
Check if target is in view - false.
Not spell, is lua script - true; Seems rather self explanatory, but this is what keeps WRobot from trying to execute CastSpell(33395, "pet") as a spell and just executes it as a script instead.