Thread Tools Display Modes
09-14-19, 03:37 PM   #1
icakici
A Defias Bandit
Join Date: Sep 2018
Posts: 3
Exclamation Need Coder for edit old addon or make new one

hi friends im playing wow since 2007 i was used HonAnnouncer addon before its very good pvp addon and important for me
i was tryed contact addon Author but i cant get any message all platforms 2012-2019 i think this guy not looking message box or emails or hes gone.

i need to make new addon or configure i mean update old addon
please someone tellme is it possible or how to make addons simple way im learning from the sstart codding

thanks for helping
  Reply With Quote
09-18-19, 12:10 PM   #2
icakici
A Defias Bandit
Join Date: Sep 2018
Posts: 3
Cool

bump !! pleaseeeee
  Reply With Quote
09-18-19, 04:13 PM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Here are some links for you to look into so you can see how to create an addon.

API Information Sites:
https://wowwiki.fandom.com/wiki/World_of_Warcraft_API
https://wow.gamepedia.com/World_of_Warcraft_API
http://wowprogramming.com/ - May not have been updated recently

Blizzard code can help you see how certain parts of the wow interface is created so you can learn how to make something similar.

Retail WOW
https://www.townlong-yak.com/framexml/live

Classic WOW
https://github.com/Gethe/wow-ui-source/tree/classic


This site looks to be a very basic start to addon writing so hopefully it will help you.

https://www.wowhead.com/guide=1949/w...ur-first-addon

Finally, have a look for an addon that does something similar and see if you can work out what each part of the addon does to use similar code for the same stuff in your own addons. Be aware of copyright and try not to copy someone elses addon, just use it as a guide to creating your own.

Good luck.
__________________
  Reply With Quote
09-18-19, 08:01 PM   #4
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
In HoNAnnouncer folder, open the file HoNAnnouncer.lua

Find this line:

self[event](self, event, ...)

Change it to this:

self[event](self, event, CombatLogGetCurrentEventInfo())
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Need Coder for edit old addon or make new one

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off