• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

always have map enabled plugin. (1 Viewer)

Siddin

Rikk-tikk-tikki-tikki-tchk!
Joined
Feb 6, 2005
RedCents
494¢
offset: 0x7320B8

put the define at the top of mq2map.cpp and the rest at the end :)
Rich (BB code):
#define Map_in_all_Zones                     0x7320B8 

PLUGIN_API VOID OnPulse(VOID) 
{ 
   //Enable Map in All Zones 
   PBYTE CanUseMap = (PBYTE)Map_in_all_Zones; 
   *CanUseMap = 1; 
}
 
wow, forgot i put this up here... i'll update the offsets during patches when i find em
 
Problem with this is that if you have map on at all times, it will not show the names on zonelines. I always have to disable it and re-enable it to make sure what zone is where on the map. This is not a big deal, but can get annoying when entering a new zone that you have 0clue on directions. Any way around this?
 
hmm *shrug* dunno about that, i've never had a problem with it because its both a label from sony as well as a custom label *shrug* so one of the other usually shows up.
 
always have map enabled plugin.

Users who are viewing this thread

Back
Top