• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [LegCraftCompFarm] EoTS (Captain set) + SoEP (Aughild set) + IWD (Asheara set)

    Discussion in 'Archives' started by tmxkn1, Apr 15, 2014.

    1. koolplay

      koolplay New Member

      Joined:
      May 20, 2014
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
      wow ok.

      two scenarios to get this working.
      1) use old trinity/questools that allows xmltags so you can use TmxkMiniMapMarker and DungeonExpFoundObjOrFullyExped provided and with complete instructions in the first post of this thread.

      2) if u use new trinity download gorms edited profile. then go to questools/profiletags/exploredungeon.cs. go to line 823 or some such. you will see this line:

      Code:
      private int _timesForcedReset;
              private const int TimesForceResetMax = 5;
      change it to this:

      Code:
      private int _timesForcedReset;
              private int TimesForceResetMax = 5;
      		
      		[XmlAttribute("maxResets")]
      		public int MaxResets 
      		{
      			get
      			{
      				return TimesForceResetMax;
      			}
      			set
      			{
      				TimesForceResetMax = value;
      			}
      		}
      if you skip this step gorms profile will always work, except you will fully explore the dungeon five times before quitting the game. if any of you had even used his updated profile it would have worked anyway so i dont understand why you all are getting errors
       
    2. Benevolene

      Benevolene Member

      Joined:
      May 11, 2013
      Messages:
      282
      Likes Received:
      5
      Trophy Points:
      18
      I wish somebody would make a new thread, explaining all of this, so we don't have to go through the 19 pages to find what we're looking for.
       
    3. tsatsa

      tsatsa Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      596
      Likes Received:
      5
      Trophy Points:
      18

    Share This Page