Aion
Well-Known Member
- Joined
- Jan 18, 2011
- Messages
- 3,907
Is there a way to get notification when there is a new post on this thread ? Please PM me anyone that can help me out with this. Thank you very much.
Yep, 715 is the correct Id for the former Flex, now called Normal raid difficulty. 714 is for Heroic.Hi Aion I had a go last night but ran into a slight problem. I changed it to try the first instance vale of the eternal sorrows to ID 715 but when I run dungeonbuddy on farm it comes up with flex only is that right? Under Debug for SoO it only has ID's under the flex tab? When I tried 715 it says:
"Bot stopping! Reason: The current dungeon script has no exit location. Please report to the developer.
[DungeonBuddy]: Entered Siege of Orgrimmar dungeon and using default script
[DungeonBuddy]: Successfully loaded default profile for Vale of Eternal Sorrows
Then stops
Out of the VES default script, with added exit location: Default had not, because was not needed.
PHP:
#region Overrides of Dungeon
private readonly WoWPoint _entrance = new WoWPoint(1242.479, 600.5036, 318.0787);
public override uint DungeonId
{
get { return 714; }
}
public override WoWPoint Entrance
{
get { return _entrance; }
}
public override WoWPoint ExitLocation
{
get { return _entrance; }
}
Last edited: