Important: Please register to test the 20 minutes trial version or buy the bot!
Bot is ready for WoW 5.2 #16826
Wow Bot: CrawlerBot Last version: click here State: EU: working US: working

  • [Druid][v9b] Balance Druid level 60 and above (pretty final) 5 1
Currently:  

Author Topic: [Druid][v9b] Balance Druid level 60 and above (pretty final)  (Read 2210 times)

October 09, 2012, 20:29:08 PM

kampfschaf

  • ****
  • Posts: 349
  • Reputation: 29
  • me gusta.
    • View Profile
This CustomClass is for Balance Druids only.
I always test my profiles in Grinding mode for at least an hour with different mobs and amounts of mobs.
The code is fully commented.
It should work for any druid above level 60.


Should act quite naturally now. Even casts Wrath or Starfire depending on your Balance Power / Eclipse state.

For any questions, bugs and proposals feel free to PM me.

Recommended Talents:



For the last tier, I would recommend Dream of Cenarius, as it is passive and permanent.Nature's Virgil may be the better Choice for manual gameplay, but in grinding, you usually ALWAYS cast Damange Spells and Healing spells in between them, therefore DoC will improve your performance.
-------

Diese CustomClass ist nur für Gleichgewichtsdruiden geeignet.
Ich teste meine Profile mindestens eine Stunde im Grindingmode mit verschiedenen Mobs und Mobanzahlen.
Der Code ist komplett kommentiert.
Sie sollte für jeden Druiden über Stufe 60 funktionieren.


Bis auf die fehlende Logik für Zorn/Sternenfeuer  (da fehlt die Funktion im Bot noch für die Gleichgewichtsenergieleiste) sollte der Bot jetzt laufen als würdet ihr selbst dran sitzen.

Bei Fragen, Fehlern und Anregungen bitte hier per PM melden.


Viel Spaß damit, mögen die ewigen Darmwinde euch verschonen.


Changelog
Now acting based on your Eclipse Status and your Balance Power!
Bigger logical rework with some inspirations by beasch(16)
Now using Starsurge!(91)
compatible with v8
Updated to work with v07e
« Last Edit: November 04, 2012, 18:44:41 PM by telcy »
I'm back and slowly getting back into my projects

October 12, 2012, 17:06:38 PM
Reply #1

riarry

  • *
  • *
  • Posts: 1019
  • Reputation: 92
    • View Profile
This costum class will be updated soon
Great Multi-Area herb&Mine Profile: SuperFarm 2.0
Awesome Fishing 1-600 with Coinmaster Achievment
--- NO SUPPORT VIA PM ---

October 12, 2012, 18:23:41 PM
Reply #2

kampfschaf

  • ****
  • Posts: 349
  • Reputation: 29
  • me gusta.
    • View Profile
Tested and updated.

Still working on Shooting Stars, tho.
Update:  Shooting stars now works.
« Last Edit: October 29, 2012, 20:42:27 PM by kampfschaf »
I'm back and slowly getting back into my projects

October 29, 2012, 20:21:48 PM
Reply #3

Dyz

  • *
  • Posts: 11
  • Reputation: 0
    • View Profile
hi smal sugestion (duno if it happens often cause im runing it with an 85 char)
but the bot uses rejuvenation often when the buff is only like 3 sec old,
would be nice if he check if its alrdy up :)

October 29, 2012, 20:29:06 PM
Reply #4

kampfschaf

  • ****
  • Posts: 349
  • Reputation: 29
  • me gusta.
    • View Profile
Agree. But in situations when you get more damage than expected the instant-healing effect of Rejuv helps to get back over the 75% deadline at which the heal is applied. Cannot test it deeply (and only on level 87 Mobs). Will adjust it at level 90.
« Last Edit: October 29, 2012, 20:42:00 PM by kampfschaf »
I'm back and slowly getting back into my projects

October 31, 2012, 08:27:48 AM
Reply #5

Shorto

  • *
  • Posts: 12
  • Reputation: 0
    • View Profile
I've downloaded this Lua and put it into my Customclasses folder (replacing the other druid.lua) it is giving me a pullmob error when i run the grind bot. 

[03:26:54] - Grinding Started!
[03:26:56] - Found 1 steps
[03:26:56] - Load Step: 1
[03:26:56] - Start Grinding from 87 - 88
[03:26:56] - Building Grind Path...
[03:27:04] - 2d971ea8
[03:27:05] - error running function 'Pullmob': attempt to call a nil value
[03:27:08] - 2d971ea8
[03:27:08] - error running function 'Pullmob': attempt to call a nil value
[03:27:10] - 2d971ea8
[03:27:10] - error running function 'Pullmob': attempt to call a nil value
[03:27:11] - Bot Thread Stoped!

October 31, 2012, 12:04:35 PM
Reply #6

kampfschaf

  • ****
  • Posts: 349
  • Reputation: 29
  • me gusta.
    • View Profile
This is weird, as my toon is running exactly this profile since I released it here.

Code: Lua
  1. function PullMob(MobAddr)
  2.         if IsSpellKnown(5176) and IsSpellReady(5176) then
  3.         _Log("pulling,using Wrath");
  4.         CastSpellByID(5176 , MobAddr , true);
  5.         NextAction();
  6.         end
  7. end
  8.  

I am currently at work, I will check this tonight. Since I got some feedback with improvements I will release a newer version anyway.

Can you attach your Druid.lua file please (or copy its content in a reply, but please use [ code ] tags)
I'm back and slowly getting back into my projects

October 31, 2012, 12:22:27 PM
Reply #7

d0_on

  • *
  • Posts: 5
  • Reputation: 0
    • View Profile
I've downloaded this Lua and put it into my Customclasses folder (replacing the other druid.lua) it is giving me a pullmob error when i run the grind bot. 

[03:26:54] - Grinding Started!
[03:26:56] - Found 1 steps
[03:26:56] - Load Step: 1
[03:26:56] - Start Grinding from 87 - 88
[03:26:56] - Building Grind Path...
[03:27:04] - 2d971ea8
[03:27:05] - error running function 'Pullmob': attempt to call a nil value
[03:27:08] - 2d971ea8
[03:27:08] - error running function 'Pullmob': attempt to call a nil value
[03:27:10] - 2d971ea8
[03:27:10] - error running function 'Pullmob': attempt to call a nil value
[03:27:11] - Bot Thread Stoped!

_______________________________________________________________

I have the same problem error on pullmob

October 31, 2012, 13:03:08 PM
Reply #8

kampfschaf

  • ****
  • Posts: 349
  • Reputation: 29
  • me gusta.
    • View Profile
As said before, I'm going to check into this tonight.
I'm back and slowly getting back into my projects

November 01, 2012, 02:07:43 AM
Reply #9

kampfschaf

  • ****
  • Posts: 349
  • Reputation: 29
  • me gusta.
    • View Profile
Almost done testing, next Version is going to be insane in a very positive way :P
I'm back and slowly getting back into my projects

November 01, 2012, 03:34:47 AM
Reply #10

kampfschaf

  • ****
  • Posts: 349
  • Reputation: 29
  • me gusta.
    • View Profile
New Version is up.

During scripting I also had an idea on how to handle the different Eclipse switches. Be afraid!
I'm back and slowly getting back into my projects

November 01, 2012, 11:53:07 AM
Reply #11

l3pr3caun

  • *
  • Posts: 27
  • Reputation: 3
    • View Profile
Will this work pre-level 60? Or should I jut stick to the default for that?

November 01, 2012, 13:26:54 PM
Reply #12

kampfschaf

  • ****
  • Posts: 349
  • Reputation: 29
  • me gusta.
    • View Profile
Should work, as there is a IsSpellKnown check for every single cast. I just don't know if the rotation will fit. Give it a try and give me some feedback :)
I'm back and slowly getting back into my projects

November 02, 2012, 01:33:19 AM
Reply #13

d0_on

  • *
  • Posts: 5
  • Reputation: 0
    • View Profile

November 02, 2012, 17:09:04 PM
Reply #14

Shorto

  • *
  • Posts: 12
  • Reputation: 0
    • View Profile
After some trouble shooting and deleting everything and reDownloading everything again this is working perfectly...  really a great script!

+rep

-shorto

 

* Useful Links

WoW Bot - CrawlerBot
* Download
* Guides
* Info & Clip

* Useful Stuff