Tested the 0.8.4 fishing and it works great, awesome job!
Tested the 0.8.4 fishing and it works great, awesome job!
" Spy sappin mah sentry! "
Thx, I'm working on good AutoPath system
Auto Path is that a self learning grind path for the bot? will it wander around and explore for itself?
" Spy sappin mah sentry! "
Yes it somethink like that. You just have to setup a few HotSpots, and bot will create his path itself.
Did you test the bot?
nope, im maintaining my servers at the moment but will do soon, the game servers are down anyway
" Spy sappin mah sentry! "
is there any lvl 70 - 80 Dk or boomkin profiles with herbing / mining . Also i tried the *profile converter* and it didnt seem to work so well with the profile i found with a DK not sure if it was class specific or what. Does this only work with mages or something.
Is it possible for me to open a file ,,,set the keys i want it to press for combat *1 / 2 / 3* and keys for food (8 / 9) and a key for mount (0) and then make my own way points for lets say an AV or any BG. i messed around with this but with little explanation and no guide im kinda lost on how to operate this to test it fully. But looks intreasting.
Hi, what's wrong with profile converter?
You can find some answers on the official forum here : GPBot : new bot for wow - Powered by vBulletin
BG is not working yet.
i found a profile for howling fjord,,i converted it,,and then tried using it,,,not sure if it was for a diff class or what,,but it ran me off a cliff luckily i landed in water..and then when i was attacked it did nothing. Im guessing it was a bad profile. I couldnt find a DK one for 71 + or one for lvl 80. Can i just make my own or is this not implemented yet?
Of course you can make your own profile. I didn't make a very good english documentation yet, but you can some on my forum.
Plz check it and ask if you don't succed.
New version V085 :
- Better CTM amnagement
- Better autoPath (still have some work on it)
- Add Log directory
- Add more logs messages for debug.
- Try to optimise code for better performances
has someone a example custom class ?
i dont mean something like
i mean a custom class where you can use expressions and conditions likePHP Code:
<config name="Generic">
<options name="Options">
<opt id="PullDistance" value="5" />
<opt id="WalkDistance" value="5" />
<opt id="PowerType" value="rage" />
</options>
<spells>
<spell name="whirlwind" slot="N1" key="N2" range="5" cooldown="10000" casttime="0" />
<spell name="bloodthirst" slot="N1" key="N1" range="5" cooldown="4000" casttime="0" />
<spell name="pull" slot="N1" key="N4" range="30" cooldown="3000" casttime="1600" />
<spell name="combo" slot="N1" key="N3" range="5" cooldown="1600" casttime="0" />
<spell name="Common.Eat" slot="N1" key="OEMPlus" range="90" cooldown="0" casttime="0" />
</spells>
<precombat>
<pull wait="True" />
</precombat>
<combat>
<whirlwind />
<bloodthirst />
<bloodthirst />
</combat>
<postcombat />
</config>
wow.Me.Target.HealthCur > 200
wow.Me.ManaCur > 200 && !wow.Me.HasBuff(1459)
has someone a simple example class i can mess with and understand the way to make my own class ?
thanks
amoebe
this can help you :
Generic Condition exemple :
You want to cast your spell if your target health is less than 200 HP set :
You want to cast your spell if you have more than 3 attackers :Code:wow.Me.Target.HealthCur > 200
You want to cast "Arcane Intellect" if you're not buffed and you have more than 200 mana :Code:wow.Me.attackers.Count > 3
wow.Me.ManaCur > 200 && !wow.Me.HasBuff(1459)
Here is a tutorial Create your Generic Config. Sorry it's french, I'll translate it as soon as I've more time.
Last edited by guizmows; 09-09-2009 at 10:04 AM.
thanks for the link, i am trying to run GPBot in Dire Maul and having some issues.
there are some areas where mobs are direct above my actual position, on a different level and i think GPBot has difficulties handling these mobs.
would it be possible to integrate an option that GPBot would ignore Mobs that are far higher or lower on the Z-Axis ? would be awesome if i could run it in an instance.
thanks,
amobe
how do u use glider converter? ^^