Updated AMS marker feats. Removed arcane & divine marker feats. Updated Dread Necromancer for epic progression. Updated weapon baseitem models. Updated new weapons for crafting & npc equip. Updated prefix. Updated release archive.
14 lines
386 B
Plaintext
14 lines
386 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: Astral Construct Heartbeat eventscript
|
|
//:: psi_ast_con_hrtb
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Ornedan
|
|
//:: Created On: 21.01.2005
|
|
//:://////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("nw_ch_ac1", OBJECT_SELF);
|
|
}
|