Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: human1104 on August 26, 2016, 01:40:49 am

Title: Map UI
Post by: human1104 on August 26, 2016, 01:40:49 am
Hello!

I would like to disable the minimap, and world map for all map and zones, but i dont know, how can i do this.
Amd delete the map function button from the option menu.
If anyone can help me, pls help.
thanks
Title: Re: Map UI
Post by: Alastor on August 26, 2016, 03:22:40 am
To hide permanetly both you can simly use few lines of LUA code that will be hidden in patch like a addon for example
Title: Re: Map UI
Post by: human1104 on August 26, 2016, 11:11:00 am
Can you write me, the lua code? Thanks
Title: Re: Map UI
Post by: Alastor on August 26, 2016, 05:02:31 pm
Write it ? for 20$ maybe

http://wowwiki.wikia.com/wiki/Lua (http://wowwiki.wikia.com/wiki/Lua" onclick="window.open(this.href);return false;)
http://wowwiki.wikia.com/wiki/World_of_Warcraft_API (http://wowwiki.wikia.com/wiki/World_of_Warcraft_API" onclick="window.open(this.href);return false;)

these are quite all you need to acomplish it
Title: Re: Map UI
Post by: human1104 on August 26, 2016, 05:46:14 pm
I see