What's new

Want to creat a gm addon for cata 4.3.4

kbecois

Gold Supporter
16
2018
0
Location
Qubec
Who could help me I'd like to create an addon for GM orders. Es that someone knows a free software to do it and easy to use. Thank you
 

Mr. Satan

Admiral Squatbar
Mythical User
Head Moderator
Gold Supporter
MoP Premium
Superior Member
1,012
2016
196
Location
World Martial Arts Championships
Who could help me I'd like to create an addon for GM orders. Es that someone knows a free software to do it and easy to use. Thank you

By "free software to do it", do you mean software to make the addon?
I wouldn't know entirely what programming language they're written in, but here is a video, episode 1 of a series on youtube about how to write addons:

I know nothing about writing addons so this is all I can give.
However, if you are looking for a GM Addon and maybe couldn't find one, I'd suggest GMGenie:
http://www.chocochaos.com/gmgenie/GMGenie 0.7.3.zip
 
Last edited:

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Gmgenie is geared more towards moving npc's and objects around, And checking tickets. That's why it says GM in the name, and not admin. You would be better off writing macros for most gm commands, than trying to learn Lua just to create an addon. Even if you did manage to get the addon to work, You would still have to add the itemid into it manually, And then your still doing as much work as if you were only using a macro. So it's kind of counter productive. My advice is look up a list of gm commands, learn to use them, and then write macros for everything. It's all pretty simple. Ie .npc add 45612, .gobject add 45612, .additem 45612. If you need a complete list, Look in commands table in the database.
 
Top