What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Kickazz Default FlyGrind Profile wont work

Riddero

New Member
Joined
Jul 5, 2012
Messages
123
Reaction score
4
Originally Posted by Kickazz006
check the [Default Profiles in my svn for [QO - Fly] Grind and Repair Mail [Kick]

Finally found it and almost made it working. but it seems as it wont grind, this is what the log says:

[Profile Message]: Doing a vendor run at XX Location
[FlyTo-v217(warning)]: Found attribute via its alias name 'Name'.
Please update the profile to use its primary name 'DestName', instead.
[Singular] Casting Seal of Insight on Myself
[Singular] Casting Retribution Aura on Myself
Moving to Type: Sell, Name: Fizzix Blastbolt
Mounting: Swift Purple Wind Rider
Moving to Type: Sell, Name: Fizzix Blastbolt
[Singular] Casting Retribution Aura on Myself
[Profile Message]: Doing a vendor run at XX Location
[FlyTo-v217(warning)]: Found attribute via its alias name 'Name'.
Please update the profile to use its primary name 'DestName', instead.
Stopping the bot!

then it just repeat vendoring


___

I fixed the Warning message by changing
<CustomBehavior File="FlyTo" Name="Repair Run" X Y Z />

to
<CustomBehavior File="FlyTo" DestName="Repair Run" X Y Z />

But it still flies to first hotspot, then mounts and does a repair run, followed by flight back to first hotspot and doing repair run again.
Just an endless loop of repairing

Here is the profile & log, could u please take a look at it?

View attachment 22.08.2012_17_59 3316 Log.txt
View attachment Questeer.xml
 
you haven't svn'd in a while

I fixed the issues last week

use the new template

The issue is that setvendor / mailboxes in profiles and the bot sometimes makes it derp out
 
I picked the QO Dummy fly grind profile template straight out of your updated SVN yesterday, i did however checkout a new folder today to test it out and rewrote the profile with a fresh template but still nothing... still loops repairing :/
 
#1 it does this line:
<CustomBehavior File="FlyTo" X="6190.489" Y="2639.217" Z="570.2499" DestName="Profile Start" />

#2 Followed by:
<GrindTo Condition="(Me.FreeBagSlots &lt;= 4) || (Me.LowestDurabilityPercent &lt; 20.0)" GoalText="Farming" />

#3 Then jumps straight to:



<If Condition="(Me.FreeBagSlots &lt;= 4) || (Me.LowestDurabilityPercent &lt;= 20.0)" >

<CustomBehavior File="Message" Text="Doing a vendor run at XX Location" LogColor="Red" />

it seems as it just plain skips the GrindArea or it wont recognize that its there at all :/
 
Temporarily i removed the whole grind area and just placed runto behaviors instead and it works.

Found another thing that wont work, Mailing, it seems to only run and repair but never mails :(
 
<GrindTo Condition="(Me.FreeBagSlots &lt;= 4) || (Me.LowestDurabilityPercent &lt; 0.20)" GoalText="Farming" />

my bad, i didn't commit the change from 20.0 to 0.20 for this line (for some reason - the devs have a different condition for grindto condition vs if / while condition's)
 
now it runs at the hotspots :P

but when going for a repair run it flies to the landing point followed by throwing this error in my face:


Error: System.NullReferenceException: Object reference not set to an instance of an object.
at Styx.Logic.POI.BotPoi..ctor(Vendor vendor, PoiType type)
at Bots.Grind.LevelBot.#Mkc(Object ret)
at CommonBehaviors.Actions.ActionSetPoi.Run(Object context)

Debug shows:

[18:25:38:859] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.Targeting.Pulse()
[18:25:38:859] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.Targeting.Pulse()
at Styx.WoWPulsator.Pulse(PulseFlags flags)
at Styx.Logic.BehaviorTree.TreeRoot.Tick()
at Styx.Logic.BehaviorTree.TreeRoot.Run()
[18:25:38:859] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.BehaviorTree.TreeRoot.Run()


Also a quick question, does it matter where i paste this:

<SetVendor><Vendors>
<Vendor Name="Fizzix Blastbolt" Entry="33594" Type="Repair" X="8553.434" Y="915.6268" Z="547.3928" />
</Vendors></SetVendor>
<SetMailbox><Mailboxes>
<Mailbox X="8452.549" Y="683.7082" Z="549.1924" />
</Mailboxes></SetMailbox>
 
Last edited:
the errors dissapeared today, i tried removing Setvendor & mailbox completely and it still flies & repairs :D

but it still does not mail :(


You could take a look at it with TV if you like :P
 
it works fine the way I showed you (check my brs lockbox profile)
 
it just wouldn't mail no matter what i tried, but now i copied 90% from the profile you told me and i changed mailbox & repair location to dalaran, lets hope that works
 
ah i finally got it to work, seems as the argent tournament mailbox is by no chance working, tried with questing profile, grinding profile, professionbuddy but nothing.

and the mailbox/vendor in dalaran just makes it fly beneath dala and do some weird then getting the black room screen followed by DC or 132 error...
 
Back
Top