WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Need Coder for edit old addon or make new one (https://www.wowinterface.com/forums/showthread.php?t=57489)

icakici 09-14-19 03:37 PM

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

icakici 09-18-19 12:10 PM

bump !! pleaseeeee

Xrystal 09-18-19 04:13 PM

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.

Kanegasi 09-18-19 08:01 PM

In HoNAnnouncer folder, open the file HoNAnnouncer.lua

Find this line:

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

Change it to this:

self[event](self, event, CombatLogGetCurrentEventInfo())


All times are GMT -6. The time now is 08:41 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI