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

update DB Zul'Farak script

xaq

New Member
Joined
Aug 29, 2012
Messages
315
Reaction score
1
Zul farak dungeon script doesn't have entrance or exits so I added them

#region Overrides of Dungeon
public override uint DungeonId { get { return 24; } }

public override WoWPoint Entrance { get { return new WoWPoint(-6795.56, -2890.72, 8.88742); } }

public override WoWPoint ExitLocation { get { return new WoWPoint(1212.67, 842.04, 8.93346); } }
 
edit:

these work - the other ones didn't move far enough into portal... sorry

public override uint DungeonId { get { return 24; } }

public override WoWPoint Entrance { get { return new WoWPoint(-6790.56, -2890.72, 8.88742); } }

public override WoWPoint ExitLocation { get { return new WoWPoint(1206.67, 842.04, 8.900352); } }
 
thanks ill make sure to forward them to the developer.
 
Back
Top