Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: human1104 on September 03, 2016, 10:21:31 pm

Title: Summon gameobject permanent time with spell.
Post by: human1104 on September 03, 2016, 10:21:31 pm
Hello

I created a spell, like Ritual of Souls. Duration -1. I tried in the game. Wait more then 1 hour, but dont disappeared. I thought its worked, i was very happy. But, when i restarted the server, the gameobject disappeared. Can anyone tell me, how can i do, to never disappeare the gameobject?
Title: Re: Summon gameobject permanent time with spell.
Post by: Rangorn on September 04, 2016, 01:48:59 pm
You should add a SQL query in the spellefffect for adding the gameobject in your sql table
Title: Re: Summon gameobject permanent time with spell.
Post by: human1104 on September 06, 2016, 04:15:40 am
Thank you :)