Jump to content

Bear T.O.E.

Members
  • Posts

    472
  • Joined

  • Last visited

Posts posted by Bear T.O.E.

  1. So after about 20 hours of reading blizzard forums and Direct X discussion sites for AMD and Nvidia graphics cards. Blizzard is being forced to Drop Direct X 9.0 for use as an API interface. Apparently all the video cards that support DX9 will be to slow to handle the New Expansion BFA. With the newer cards that do support DX11 and DX12 being still able to play WoW just fine. I just wanted address this on the forums here and see what everyone else thinks about this new development.

     

     

     

    directx11-download[1].png

  2. iMod Thank You!!! If I knew it was that easy then I wouldn't feel so incompetent right now..... lol Thanks again!!!. Ok so when I use this I would have to put this CSharp code in each Move? or can I put all my moves in this and the that would make the bot only do the rotation is this is set with No Runes on Cool Down and Full Runic Power. then it will do the rotation I have set in the ( Do Your stuff ) area right? So yeah I will need to put only the moves in the rotation that need the Setting for the rotation and then the moves that I need to do only to get full runic power as a second set of CSharp rotation moves. So all total I will need to build 3 CSharp rotations. One to build Runic power. One to stop the bot and make it White Hit till all Runes are off cool down. And then one to execute the Top DPS rotation once all the Vars are met?

  3. Droidz I know I have said this before but Ill say it again THANKS SOOOO MUCH!!!! But you see I need to know how to make the bot Pool its resources Like say your a Death Knight. You have to have Full Rune Power and All of your Runes Have to be off Cool Down in order to use Breath of Sindragosa Properly. So I need to know how to code the Fight Class so that these two resources are at full When Using the move. So I have to fight to build Rune Power then when fighting my runes are spent. So I will have to White Hit for a while in order to wait for the, to all to refresh. I cant figure out how to do this.

  4. Ok this is probably the best question across these forums. How would I go about coding a resource manager? Code that will monitor class specific things like mana, rage, rune power, Runes, ect?

    I haven't figured out how to get the bot to manage these resources. This coding is just above my pay grade I guess. In a fit of being extremely frustrated I deleted all my code for this..... This has been a really frustrating 3 weeks for me trying to get this working and well I just got fed up. So now I'm asking for some technical help. I have tried learning how to snoop the bot and wow with Jet Brains and reflect. But this is way to complicated for me to figure out on my own.

  5. make sure the spell have a condition that says to cast only if in combat. And any move you want the bot to do while stealth the make sure the condition  is in place for the stealth buff. In advanced options there is a setting that allows the bot to skip moves in the rotation make sure this is not enabled. I cant remember exactly were the option is but there is another option that allow the bot to attack before being attacked. Make sure to disable this option so the bot doesnt start combat if enemy is near.

  6. do we have conformation this code in fact works yet? I would like to add this to my fight class accept edited to attack the target with the most health. in order to pull Top DPS and or HPS. The more health a Target has the more Damage can be done to it.

  7. The webs are a debuff. So you can add one of your abilities that remove snares, stuns, and control loss of your character to your rotation and make the spell look for the debuff. And use this spell after you are out of combat. I'm sure the bot will spin for like 1 or 2 seconds because of internet delay ( Latency ), but this is a fix. Also you can create a plugin to do the same thing but to not spin the character with this buff is active and your ability is on Cool Down. The Plugin is the best bet because it can tell the bot to not move at all while the ability is on Cool Down.

  8. The fight conditions are pretty self explanatory. Try not think about them to hard. Plus take sometime play with them and try things out and see what happens in game this will help get a better idea of how they work. Plus you have an entire forum to read for suggestions and help and loads of code all over the place that can help you figure out how to make thing go your way. Ask for suggestions or mail other forum users that have more advanced knowledge that you do. Most of the time you will get some really good answers. This is a forum community. We all want to have fun and learn new things. You would be surprised at how much help you can get. When I first started using this bot I was confused like you are. So my adivse read the forum get an Idea of how things work and ask more educated questions and you will get a worm response.

     

    Unbenannt-1s.jpg

     

    But to try and answer your question. Ok what spell are you trying use on Cool Down? and what Spell are you trying to use if said spell is on Cool Down? But to try and break it down for you. When you cast a spell it either places a buff on you, on the Target, or does instant damage causing a buff chance to occur. So in the Fight class condition window you will need to know were the buff happens which is usually in the spell tool tip in game. So say you are casting Howling Blast for a Frost Death Knight. Well when you cast this spell it puts a de-buff on the target. So in the Fight class window you would add the spell Howling Blast to the Spell list. now the spell is in the list High light the spell by clicking it in the list. and to the right of the spell list there is a tall box and at the bottom of the box there is a button called Conditions. Click this button and ascending menu will appear. in this menu you will find an assortment of conditions. These are parameters that the bot will look for while running the rotation and all of these spells will only cast if all parameters are met. So Howling Blast can be used in a few ways. Once do to a Passive Proc outlined in the Spell Book in game, it have a range or 20 yards, and it places a de-buff on the target. So in the conditions list there are Target Distance for the 20 yard range. Rime is a Passive Proc Buff so I would add Buff or Buff cast by me and add Rime to the buff. Or Target Buff and add in Frost Fever to the buff. So that then spell will only try to cast if the target dose not have Frost Fever. Player have the Passive Buff Proc Rime. Or the Target is with in the 20 yard Range. Now I hope this explanation helps you better understand the way the fight class works. If you have anymore question please don't hesitate to ask. But please search the forum first then ask. I will help anytime I can as well.

    I have not touched on the Spell Settings. But they are some other pretty self explanatory setting that can make a lot of difference when setting up a spell. Just make sure the right spell is highlighted in the spell list before changing these settings.

  9. Add the spell  Feign Death to your spell list. make it so you fain death when you would like the bot to do so. Once that work great fro you. Add the spell that resurrects your pet to the spell rotation. Then add the condition Buff Cast By Me to your spell. And add into this buff Feign Death, make sure beneath it says False for this buff to be absent. So that the bot will cast this only if you do not have the buff Feign Death Active

  10. Has anyone figured out how to make a class pool their resources during their rotation? I am trying to figure out how to make a Frost DK Pool up their runes and max out their rune power. Once maxed out Pop all their CD's and then restart the pooling process to maximize DPS out put. Everything I have tried has not even come close and or even worked. I am still learning the basics of C Sharp so Im sure this would be an issue for me when I started this project. Any help would be greatly appreciated.

    Well what Im trying to ask is how would I tell the bot to not cast any spell till all Runes are off Cool Down, and before this only cast said spell to generate Maximum Rune Power before casting a Major Cool Down, to then begin using or there cool downs to maximize the use of these runes and rune power? If I can get the beginning Code for this I can play with it and make it work for all classes. And we could add it as a condition in the fightclass editor hopefully. Which would be awesome I think.

  11. Yes it is. Name the Macro. then add that to your spell list. Then in the conditions list select LUA Code. in the LUA code box select the drop list button on mouse over. Then add the code there. In the box at the top right of the fightclass editor there is an option Is LUA Code make sure this is selected as True. There is another way as well. in the spell list make a spell that says /RunMacroText(MACRO) and then make sure it is Selected LUA Code True.

  12. isnt Hamstring a Target de-buff? if so then you would need to this instead. ( Let us Know if this works out for you. )

                     So in this code you are telling the bot to look at the Target instead of yourself. Thats why I changed the ( Me ) to ( Target ).

    wManager.Wow.ObjectManager.ObjectManager.Target.HaveBuff(69369) -- Hamstring is slowing effect on the target. 
    
  13. Ae you talking about an 1 button Macro? So you want the bot to spam one button macro that is just one huge long macro? Well is the macro in LUA? And if it is then you would just have to Add a spell to the list. and in the box list next to the Fight class Name and Pet options. Find Not Spell is LUA and make that say True. But Make sure you have the spell you added highlighted in the Spell List. Then in the Box Next to the spell List there a button at the bottom that says Conditions. Click the button. In the list there will be an option that says LUA Code. Select that condition. Now in the box to the right you will see the LUA Condition Added. Mouse over this and click the drop arrow. Then Copy and Paste your code there. Also if this work well for you then post some Damage and DPS numbers. Or if this just generate errors Let us know. Im curious if this is going to work well.

  14. wow ok TY soo much I will be looking into all your suggestion. I think this will help me make a breath spec Profile that will Pool its resources every 2 minutes and then Pop all its CD's in the right order. I'm hoping to make thi so I can get the top Damage I can in dungeons and so that every DK either a lowbie Leveling or a Max level  can pull the right dps.

  15. Try setting all your attacks with the condition Buff Bear Form. So that the bot knows that is needs to be have that buff in order to cast that move. And under  Bear Form in your Rotation give Bear Form a C Sharp code snippet to check and see that your not in Bare so cast Bare Form.

    !wManager.Wow.ObjectManager.ObjectManager.Me.HaveBuff(5487).objectManager.Me.InCombat

    This Code will Make You cast Bare Form as Long as you dont have the Buff Bear Form and as Long as you are in Combat. I'm not sure if the Variable that I added objectManager.me.InCombat is a working Variable. Test it and let me know. If doesn't work then just add the condition Me In Combat / True.

  16. This would also be nice to have so that during the Frost Fight class there is a time that you need to pool your resources like Runes and Rune Power so that you make sure all your rune and you have full rune power in order to maximize the up time of Breath of Sindragoa. So having the ability to tell the bot to make this happen would really work out.

×
×
  • Create New...