-
Announcements
-
Securing a Firestorm Account 11/16/19
Securing your account is very important, so please read our guideline here:
-
Search the Community
Showing results for tags 'midsummer'.
Found 1 result
-
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: Quit your game client fully. Download the HandyNotes addon from curse: https://mods.curse.com/addons/wow/handynotes/download Download the HandyNotes_SummerFestival addon from curse: https://mods.curse.com/addons/wow/handynotes_summerfestival/download Extract both addons into your Interface\AddOns folder. Open the Interface\AddOns\HandyNotes_SummerFestival folder. Edit the Core.lua file using Notepad. Go to line 282 by using Ctrl+G. You will find this line: local _, eventHour, _, eventType, state, _, texture = CalendarGetDayEvent(monthOffset, day, i) Replace the word texture with title. Go to line 284 by using Ctrl+G. You will find the line: if texture == 235473 or texture == 235474 then Replace the entire line with: if title == "Calendar_Midsummer" then Save the file and you are done.