What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

what are the zone numbers for soo normal and heroic

coolabah

Member
Joined
May 11, 2011
Messages
208
Reaction score
0
what are the dungeon id numbers for soo normal and heroic

i need the numbers to change on dungeonbuddy soo scripts as in the dungeon id
 
Last edited:
instance ids for lfr soo are 716, 717, 724, 725

go to reg soo, start dungeonbuddy and read the error, something like 'cannot find the instance id XXX' compare that number to the numbers above and extrapolate. make educated guesses, see what happens.
 
Thanks by the way :) does any website tell you the dungeon id ive looked at wowhead its just if i edit it when im in raid ill have to reset honorbuddy and they may kick me out of raid
 
if i edit it when im in raid ill have to reset honorbuddy and they may kick me out of raid

hey guys, i need a 2 min bio, im prairie doggin, and do your business
 
I actually have 10 bots with lv 90´s , can dungeonbuddy run flexx ?
 
You can use the Honorbuddy console to output any information you need.

Running this into console:
PHP:
Logging.Write("-----");
Logging.Write("Area ID: {0}", Me.AreaId);
Logging.Write("Zone ID: {0}", Me.ZoneId);
Logging.Write("Map ID: {0}", Me.MapId);
Logging.Write("Hearth ID: {0}", Me.HearthstoneAreaId);
Logging.Write("-----");


Would output this onto Honorbuddy if you're in Stormwind (and your Hearth is set to the Shrine):
PHP:
-----
Area ID: 301
Zone ID: 1519
Map ID: 0
Hearth ID: 6484
-----


Of course to get the IDs you need, you'd need to be in the location you're wanting the IDs for.
According to the documentation, the 'DungeonID' is the same as MapId. So, that's what you'll need from the above code.
 
Last edited:
You can use the Honorbuddy console to output any information you need.

Running this into console:
PHP:
Logging.Write("-----");
Logging.Write("Area ID: {0}", Me.AreaId);
Logging.Write("Zone ID: {0}", Me.ZoneId);
Logging.Write("Map ID: {0}", Me.MapId);
Logging.Write("Hearth ID: {0}", Me.HearthstoneAreaId);
Logging.Write("-----");


Would output this onto Honorbuddy if you're in Stormwind (and your Hearth is set to the Shrine):
PHP:
-----
Area ID: 301
Zone ID: 1519
Map ID: 0
Hearth ID: 6484
-----


Of course to get the IDs you need, you'd need to be in the location you're wanting the IDs for.
According to the documentation, the 'DungeonID' is the same as MapId. So, that's what you'll need from the above code.

WOW
Thanks a lot!!
 
If anyone has free time to gather normal and heroic dungeon ids
 
meh, flex3 might be 729

im going in normal 10 tonight, and ill see what the id is. 25heroic next week
 
Back
Top