Thanks for the script mate
Trade Feedbacks
Hi there!
This is a small and easy code (GM) for void reaver's AI.
Sorry if it's already been made, but to be honest I didn't find anything related to this.
Lightning orbs not included, because as far as I know it's not possible to make that in GM.
Here you go!
I'm planning to release more codes (Got other instances scripted, but didn't test them yet...)
Code:/********************************/ /* Void Reaver - Done by Meltoor */ /********************************/ global vreaver_pounding = function(plr) { .CastSpell(34162); .SendYellMessage("Calculating force parameters..."); .PlaySoundToSet(11219); }; global vreaver_entercombat = function(plr) { .RegisterTimer(12000, vreaver_pounding, 632); .SendYellMessage("Alert! You are marked for Extermination!"); .PlaySoundToSet(11213); }; .RegisterUnitEvent(19516, 1, vreaver_entercombat); global vreaver_leavecombat = function(plr) { .DeregisterTimer(); }; .RegisterUnitEvent(19516, 2, vreaver_leavecombat); global vreaver_died = function(plr) { .SendYellMessage("Systems... shutting... d-o-w-n..."); .PlaySoundToSet(11214); }; .RegisterUnitEvent(19516, 4, vreaver_died);
Last edited by Meltoor; 11-05-2007 at 03:51 PM.
Trade Feedbacks
Thanks for the script mate
Trade Feedbacks
this is implented in the newer ascent revs but nice post
grtz![]()
Trade Feedbacks
Well, didn't saw it so I've posted it.
I'll release more complex scripts later.
Nice post hope this will help some people.
Trade Feedbacks
Trade Feedbacks
Sorry, but I'm really busy these days... right now I'm writing this from a TK raid (retail). I play on a server as an admin (script and etc)+having a raiding guild on retail so... I don't know o.O.
Bookmarks