Jump to content

Paultimate

Members
  • Posts

    38
  • Joined

  • Last visited

Posts posted by Paultimate

  1. On 10/13/2017 at 7:06 AM, KnightRyder said:

    I found that the healer option in party bot wasn't too helpful. I made a fightclass that would mainly heal in party, but dps otherwise and works great. It's not very complicated as it only has a few spells, but feel free to pick it apart and try to make it work for you. It's for Legion btw too.

    [Mike] Priest - Holy - Party Healer and DPS [Surge of Light].xml

    That clear target macro is great. Helping me slowly un-fuck the limitations of party mode

  2. Where can I change this and how? Some windows are very hard to navigate, and I saw the below image. It looks like its for changing fonts of the UI, but no idea. 

     

    Thanks for the help.

    2JfOHjp

    2JjfV92

     

     

  3. Any developer worth his salt could also be thought by some (not myself just an example) to include api docs.

    The sheer amount of questions he has answered and code examples he has written are far more work than a rough API document (or a wiki here). Self explanatory items don't need a huge amount of documentation, but other parts do. He doesn't even have to do it, but If the community if provided a wiki to start editing we sure as hell would start filling it out and brining in more people. Creating a wiki offsite/without mainpage link to it would just stagnate.

    This is a prime example of teach a man to fish vs. give a man a fish. 

  4. I have been looking for a good hour now though other peoples work and testing things. Im sorry to have to make a post asking.

    How do I target my pet with a spell in CS? Also, does anyone know of an API resource for wrobot for CS? Would love to develop.

     

    EG of what I have for self targeting. I can change 'me' to 'pet' but it will still target myself for the cast,

                else if (ObjectManager.Me.HealthPercent <= 65 && !ObjectManager.Me.HaveBuff("Renew") && Renew.KnownSpell)
                {
                    SpellManager.CastSpellByNameLUA("Renew");
                    return;
                }
                else if (ObjectManager.Me.HealthPercent <= 65 && !ObjectManager.Me.HaveBuff("Rejuvenation") && Rejuv.KnownSpell)
                {
                    SpellManager.CastSpellByNameLUA("Rejuvenation");
                    return;
                }

     

     

    Thanks.

  5. Why exactly is something like this not a top priority? 

     Gaining more developers and interest via even a rough API is directly related to not only profit, but enjoyment and quality of the product as a whole.

     

    Please give us a API documentation or at least allow the community to start one, but most of us are unsure how. 

×
×
  • Create New...