Jump to content

Pasterke

Members
  • Posts

    165
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Pasterke got a reaction from fragik in [Playingnaked] - Frost Mage - PEW PEW   
    Load the profile. Then click on create figfht class. Then load FightClass and load the xml file.
    Once loaded, click on convert to C#.
    When done save the file with extension .cs instedad of .xml.
     
    Open the saved file in Notepad. On top you see
    public float Range { get { return 5; } } Change the 5 in 40. Save the file. Start bot and load the just saved .cs file. The range will now be 40.
  2. Like
    Pasterke got a reaction from Crawen in [Druid] Balance - Leveling / Farming Beta   
    casting moonfire and sunfire once per target is the worst thing you can do. You need to keep moonfire and sunfite on the primary target. If more targets come around, you should apply sunfire on your main target, so it spreads out to the surrounded targets. Basicaly, you should check if all the tagets in a range of 8 yards from your primary target have your sunfire debuff. If not, cast it again on your main target.
    On less than 4 targets you should only cast Solar Wrath and only use starfire on proc. Once more than 3 targets, use starfire en use solar wrath on proc.
    Cast regrowth and check if you have the buff before to cast it again.
    You should not wait to cast Barskin at 20 %, cast it at 65 %, it's a protection skill, not a life saver. In any case, you should cast it before you need regrowth or you cast it when, you have the regrowth buff.
     
  3. Like
    Pasterke got a reaction from MrBottie in Feral Druid Legion   
    I'm experimenting :)
  4. Like
    Pasterke got a reaction from Bugreporter in Disc Priest   
    Test version 2.2, I use this one to heal parties and raids and it works.
    I don't say it works perfect, I think this bot is not optimized for healing tasks.
    The bot iterate over the healing spells and when he cannot cast, he iterate back over and then he 1st cast the spells that he could not cast.
    So, you don't have a just moment situation when he needs to cast, he always run behind.
    I try something in version 2.2 and now it works more or less as it should.
    I have healbot addon by the hand to use it when needed.
     
  5. Like
    Pasterke got a reaction from BetterSister in Druid Healer AIO   
    For the settings, you need to set all values to 0 and for the bools all settings to false.
    Then the settings will work and be saved.
    In the Description you can show the prefered settings.
    [Setting, DefaultValue(0)] [Category("Protection")] [DisplayName("Gift of the Naaru HP %")] [Description("Use if my healthpercent <= VALUE (best VALUE=65)")] public int naaruPercent { get; set; }  
  6. Like
    Pasterke got a reaction from BetterSister in WOTLK Horde 13-60 questing profile by BetterSister   
    With a priest it takes ages because he needs to drink alot.
  7. Like
    Pasterke got a reaction from chapperz in Druid Resto FightClass WoD 6.2.x   
    Wild Growth is an aoe spell, max players means, how many players must be below the health percentage settings before casting Wild Growth. Party good value = 3, raid = 5
  8. Like
    Pasterke got a reaction from Bear T.O.E. in Blood Death Night 5.4   
    Change /cast [target=************] Death Coil  in /cast [@player] Death Coil, and there is no need to put your name in it.
  9. Like
    Pasterke got a reaction from da8ball in [Playingnaked] - Frost Mage - PEW PEW   
    Load the profile. Then click on create figfht class. Then load FightClass and load the xml file.
    Once loaded, click on convert to C#.
    When done save the file with extension .cs instedad of .xml.
     
    Open the saved file in Notepad. On top you see
    public float Range { get { return 5; } } Change the 5 in 40. Save the file. Start bot and load the just saved .cs file. The range will now be 40.
×
×
  • Create New...