Custom aura

dakai

New member
Messages
76
Points
0
Hi, I found a plugin in hercules for auras, I read part of the documentation, but I don't understand to much how to use it. I want to set a specific set of aura for lvl 99 players, is that possible with the aura set plugin? and how to do it?

 
If want for lv99 and above, then,

Code:
OnPCBaseLvUpEvent:if (BaseLevel ==99){aura (id1, id2, id3);}
 
Last edited by a moderator:
Awesome, I have to place that piece of code on any specific file, or just I can do it in any npc script when startup the server?

I need something else on client side? because when I use the aura via at commands don't show error, but don't change the aura

 
Last edited by a moderator:
Awesome, I have to place that piece of code on any specific file, or just I can do it in any npc script when startup the server?

I need something else on client side? because when I use the aura via at commands don't show error, but don't change the aura
1. You can plsce on any npc/make new npc and place it there.2. That means that effect does not exist.

 
Thx for the info, I forget to enable the HPM hooking, now everything works great!

 
Back
Top