Page 1 of 2

WAR addon programming command reference

Posted: Thu Jun 28, 2018 10:20 pm
by Mumpiz
Hello guys,

i've developed some addons for WOW, now i switched to WAR and i love it. So i wanted to make some addons for WAR too. (I'm a software and game devoloper). I'm a programmer for about 15 years now.
For WOW there were really good doc's about every command and it's required parameters. For WAR, i couldn't find any doc's or command reference tho.
Does somebody know where to find any informations about the command reference for WAR?

Thanks!

Re: WAR addon programming command reference

Posted: Thu Jun 28, 2018 10:32 pm
by Nastylicious
Good the game could use some new addons :) cant wait to see some new awsome addons i think addon maker sullemunk can help you or some of the devs hope you find what u need

Re: WAR addon programming command reference

Posted: Thu Jun 28, 2018 10:38 pm
by Caffeine

Re: WAR addon programming command reference

Posted: Thu Jun 28, 2018 10:58 pm
by Telperien
Another LUA programmer joins the boat:) Welcome and enjoy your staying.

Re: WAR addon programming command reference

Posted: Fri Jun 29, 2018 7:10 am
by Mumpiz
Thanks for the replies! :)
Caffeine wrote: Thu Jun 28, 2018 10:38 pm Take a look at this: http://warapi.wikia.com/wiki/WAR_API
I've already found this page, but it is somehow broken. Because it only shows the first 200 commands (from "a" to "g" in category "functions"), when i click "next 200" then it cant find the page. Same with category "methods".

Too bad.

Guess thats why nobody is developing new addons, without the api reference you pretty much lost as a dev.

Re: WAR addon programming command reference

Posted: Fri Jun 29, 2018 8:49 am
by sullemunk

Re: WAR addon programming command reference

Posted: Fri Jun 29, 2018 8:54 am
by Mumpiz
sullemunk wrote: Fri Jun 29, 2018 8:49 am i use these 2 for reference:
http://web.archive.org/web/200902270429 ... :Full_list
https://web.archive.org/web/20090226191 ... Event_List
Nice! Thanks!

Re: WAR addon programming command reference

Posted: Fri Jun 29, 2018 9:13 am
by sullemunk
also the Debug window in game is the thing i used most.
type "/d" in chat in game to bring it up, from there you can check functions etc for viability by using:

Code: Select all

/script d( FunctionName( arguments ) )
and it will write the results out to the debug screen
Image
Make sure you have the Button [Logs (on)]

Re: WAR addon programming command reference

Posted: Fri Jun 29, 2018 4:24 pm
by Mumpiz
Thanks, thats really helpfull! :)

Re: WAR addon programming command reference

Posted: Mon Feb 15, 2021 12:44 pm
by Mipps
quick question: some days ago the archive sides were still accessible - right now they aren't
- is this a temporary thing?
- are there alternatives?