Thread: Scion Request
View Single Post
  #6  
Old 11-25-2004, 04:28 AM
Dave987
Discordant
 
Join Date: Jun 2003
Location: England
Posts: 267
Default

If we read the question more carefully, he asks if it would be possible to actually make the spires go - with the little glowy bubbles round the platform.

If AE Spells work, then this would be the best way possible:

sub EVENT_SPAWN{
quest::castspell($mobid,*any invisible spell*);
quest::settimer(1,900);
}

sub EVENT_TIMER{
quest::castspell($mobid,*any invisible spell*);
quest::me("The Nexus Spires begins to cast a spell.");
quest::castspell($mobid,*Translocate to ______ spell*);
}

Not too sure if thats correct, it's been a while since I last did a quest, but I need to get back into the swing of things .. good luck! Just point out anything I may have missed, I need to kick start my 'I'm the best! quest writer' mode again ..
__________________
;o)
Reply With Quote