Jump to content

Help for simple script,


kvmathis

Recommended Posts

So after 4 days of trying, I have no idea how to create a specific script. I keep getting complie fail. Basically what I'm trying to do is add the Desire Demon hair flame to my model. A guy provided me with a basic script.

 

Some quick information:

Custom ability #: 777888

Crust ID: 3009 (hair VFX)

 

Here is my script:

 

#include "log_h"
#include "abi_templates"
#include "sys_traps_h"
#include "spell_constants_h"

 

void main()
{

ApplyEffectVisualEffect(oTarget, oTarget,3009, EFFECT_DURATION_TYPE_PERMANENT, 0.0f, {777888});

}

 

Anyone have any suggestions?

Edited by kvmathis
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...