Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Roxas on August 19, 2014, 02:22:31 am

Title: [QUESTION] Spell alerts screen
Post by: Roxas on August 19, 2014, 02:22:31 am
Hello, I want to know if it's possible to have the alert spell system on WotLK.
(http://www.blogcdn.com/wow.joystiq.com/media/2010/11/danielwdkrimekmatonce.jpg)
Title: Re: [QUESTION] Spell alerts screen
Post by: phantomx on August 19, 2014, 05:54:19 am
Hello, yes you can I believe it's handled with lua and xml scripts, you could just use an alert addon like power auras or make it yourself but it's possible.
Title: Re: [QUESTION] Spell alerts screen
Post by: Roxas on August 19, 2014, 08:40:56 am
I want to do a patch with options for cata to wotlk.
 I know will power but I want to get on the same official
thank you for the info :)
Title: Re: [QUESTION] Spell alerts screen
Post by: stoneharry on August 19, 2014, 11:05:38 pm
Quote from: "Roxas"
I want to do a patch with options for cata to wotlk.
 I know will power but I want to get on the same official
thank you for the info :)

Copy the necessary FrameXML components and backport them where necessary.

I don't know which file(s) handle this.
Title: Re: [QUESTION] Spell alerts screen
Post by: Roxas on August 20, 2014, 04:02:30 pm
what do you say "backport" ?
I know nothing about lua or xml ...
Title: Re: [QUESTION] Spell alerts screen
Post by: stoneharry on August 20, 2014, 05:14:54 pm
Quote from: "Roxas"
what do you say "backport" ?
I know nothing about lua or xml ...

Don't try to do it then.
Title: Re: [QUESTION] Spell alerts screen
Post by: Ascathos on August 20, 2014, 10:53:56 pm
Quote from: "stoneharry"
Quote from: "Roxas"
what do you say "backport" ?
I know nothing about lua or xml ...

Don't try to do it then.
^

Or try it, start learning lua and xml and find the method how.
Title: Re: [QUESTION] Spell alerts screen
Post by: Roxas on August 20, 2014, 10:58:49 pm
Quote from: "Ascathos"
Quote from: "stoneharry"
Quote from: "Roxas"
what do you say "backport" ?
I know nothing about lua or xml ...

Don't try to do it then.
^

Or try it, start learning lua and xml and find the method how.

Yes it is a better idea :)
Title: Re: [QUESTION] Spell alerts screen
Post by: phantomx on August 20, 2014, 11:00:30 pm
Quote from: "Ascathos"
Quote from: "stoneharry"
Quote from: "Roxas"
what do you say "backport" ?
I know nothing about lua or xml ...

Don't try to do it then.
^

Or try it, start learning lua and xml and find the method how.

Simple way to learn is trial and error, reverse engineer scripts until you understand what certain statements do and it should come pretty easily LUA is one of the easiest scripting languages and if you know how to make websites so is XML.
Title: Re: [QUESTION] Spell alerts screen
Post by: stoneharry on August 20, 2014, 11:20:13 pm
Quote from: "phantomx"
Quote from: "Ascathos"
Quote from: "stoneharry"
Quote from: "Roxas"
what do you say "backport" ?
I know nothing about lua or xml ...

Don't try to do it then.
^

Or try it, start learning lua and xml and find the method how.

Simple way to learn is trial and error, reverse engineer scripts until you understand what certain statements do and it should come pretty easily LUA is one of the easiest scripting languages and if you know how to make websites so is XML.

The best way to learn is to actually learn how to program.
Title: Re: [QUESTION] Spell alerts screen
Post by: Ascathos on August 21, 2014, 11:16:09 pm
Quote from: "stoneharry"
Quote from: "phantomx"
Quote from: "Ascathos"
Quote from: "stoneharry"
Quote from: "Roxas"
what do you say "backport" ?
I know nothing about lua or xml ...

Don't try to do it then.
^

Or try it, start learning lua and xml and find the method how.

Simple way to learn is trial and error, reverse engineer scripts until you understand what certain statements do and it should come pretty easily LUA is one of the easiest scripting languages and if you know how to make websites so is XML.

The best way to learn is to actually learn how to program.
The best way to learn is to learn.

EDIT:
ITT: Philosophical discussion.