DomenikIrrgang / ClassicLFG

LFG Tool for World of Warcraft: Classic
MIT License
23 stars 29 forks source link

Add "strath" to filters for Stratholme #112

Open mbecker6 opened 4 years ago

mbecker6 commented 4 years ago

It is commonly used on German realms.

DomenikIrrgang commented 4 years ago

What is wrong with germans ? But sure.

albertlast commented 3 years ago

Would it be not a good idea to allow to modify the dungeon keywords? so that locals own logic can be implement by the users.

leandrobattochio commented 3 years ago

You can add your own keywords. Just check dungeons.lua file and edit it accordingly.

ClassicLFG.DungeonManager:DefineDungeon("Hellfire Ramparts", "TBC", 5, 58, 70, "Hellfire Peninsula", "RAMPS", {"ramps", "ramparts", "ramp"}, ClassicLFG.Faction.BOTH, "Interface\\LFGFRAME\\UI-LFG-BACKGROUND-HELLFIRECITADEL")

albertlast commented 3 years ago

This is not a solution, since it needs knowledge

leandrobattochio commented 3 years ago

Its a workaround. This way you don't have to wait until the developers do it. Better than nothing. lol