Sign in to follow this  
Followers 0
Sam

[Legion][Working] Midsummer Fire Festival Addon

4 posts in this topic

This addon is called HandyNotes_SummerFestival. It is a great addon that allows you to find the bonfires on world map with ease. It displays those bonfires as small icons on your map. You can find the original addon on curse, though it currently has a bug. So, it will not work for you if you get it from curse. Here is a fixed version:

http://www.mediafire.com/file/fv98gmcyhtrmz6h/Midsummer.zip

I have packaged the addon with a required addon named HandyNotes. So, download the file and extract into your Interface\AddOns folder and enjoy. This fix is done by me.You will find another fix on the comments on curse. Though, it will not work for you.

For those who have paranoia and worried about malware. I assure you that addons do not contain viruses. Anyways, if you still have doubts, you can do the following:

  1. Quit your game client fully.
  2. Download the HandyNotes addon from curse: https://mods.curse.com/addons/wow/handynotes/download
  3. Download the HandyNotes_SummerFestival addon from curse: https://mods.curse.com/addons/wow/handynotes_summerfestival/download
  4. Extract both addons into your Interface\AddOns folder.
  5. Open the Interface\AddOns\HandyNotes_SummerFestival folder.
  6. Edit the Core.lua file using Notepad.
  7. Go to line 282 by using Ctrl+G. You will find this line: local _, eventHour, _, eventType, state, _, texture = CalendarGetDayEvent(monthOffset, day, i)
  8. Replace the word texture with title.
  9. Go to line 284 by using Ctrl+G. You will find the line: if texture == 235473 or texture == 235474 then
  10. Replace the entire line with: if title == "Calendar_Midsummer" then
  11. Save the file and you are done.
2 people like this

Share this post


Link to post
Share on other sites

Great guide, @Sam! Thank you very much!

1 person likes this

Share this post


Link to post
Share on other sites

Thanks @Boomkinbear

1 person likes this

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0