[SIZE=14px]OUTDATED[/SIZE]
I made it like:
event_script → spawn mob in heaven
mob → smart_ai with waypoints to the platform
It’s a complete hackfix.
Hello everybody,
I’m working on the quest territorial trespass, I can use the item at the right place, but after that it doesn’t do something.
There should be a event_script but I never made one and after some hours looking through the code (of other event_scripts commits) I don’t know how to do it.
For the quest completion you need to put the Stolen Proto-Dragon Eggs in the nest and after that there will come Veranus.
A youtube video how it works:
I looked through everything and found out, that you need to place the stolen eggs (spell 56788) and after that the spell 56650 should be castet (Player Cast Veranus Summon) and this spell send script event 19714.
The send script event works…
I tested with:
DELETE FROM `event_scripts` WHERE id='19714';
INSERT INTO `event_scripts` VALUES
(19714,3,10,30393,30000,0,7093.991699,-915.541616,1067.415527,1.091680);
But how do I call a script (smart ai / event ai or c++?)
I need to define, where the creature has to be spawned, but on retail the npc fly to the platform, befor you get the credit.
Quest: territorial trespass
http://www.wowhead.c…torial-trespass
Stolen Proto-Dragon Eggs
http://www.wowhead.com/item=42797
Place stolen Eggs
http://www.wowhead.com/spell=56788
Effect: Send Script Event (19714)
Player Cast Veranus Summon
http://www.wowhead.com/spell=56650
I appreciate any help!
Thanks
aqwirah