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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
Hey, this has just recently started to happen otherwise it was flawless.

In Crossroads the bot just stands at the Flight NPC and in crossroads it says: Fly R: Update.

From then on it doesnt actually fly anywhere.

Ive tried restarting, moving to a different area, flying to a different area, picking up new quests, dropping new quests yet it still wont work.

Any help would be much appreciated thanks.

Problem starts at around 15:12pm.

*** Apologies that I posted this in the support forum first, I just read a post saying that you would errors posted here***

Go to Settings and Tools. Then go to Advanced Mode
Turn Learn New Flight Paths : Off (unchecked)
 
Hey, this has just recently started to happen otherwise it was flawless.

In Crossroads the bot just stands at the Flight NPC and in crossroads it says: Fly R: Update.

<>

not a profile issue

thoroughly read the first post before posting please
 
HI sorry i'm new to this, i was having some problems at nagrand, it wouldn't use the flying mount, sometimes it would even mount on it and run from hellfire to nagrand, Any reason to this? i'll try make a bug report
 
HI sorry i'm new to this, i was having some problems at nagrand, it wouldn't use the flying mount, sometimes it would even mount on it and run from hellfire to nagrand, Any reason to this? i'll try make a bug report
i have the same problem
 
Hello, ur profile worked great untill i reached level 76 1/2, it started to grind at Storm Peaks while he didn't even completed all quests in Zul'Drak yet (I'm not sure but I guess). In your first post it says "77-80 Sholazar, Icecrown, and Storm Peaks". But at level 77 he is still grinding.. this is soooo slow, any way to fix this?


Here's my log
View attachment 3-5-2012_19_08 20320 Log.txt
 
Hello, ur profile worked great untill i reached level 76 1/2, it started to grind at Storm Peaks while he didn't even completed all quests in Zul'Drak yet (I'm not sure but I guess). In your first post it says "77-80 Sholazar, Icecrown, and Storm Peaks". But at level 77 he is still grinding.. this is soooo slow, any way to fix this?


Here's my log
View attachment 41327

[19:08:46:217] Character is a level 77 NightElf Hunter

[19:09:18:260] Starting the bot!

and it had completed the zul'drak quests that i told it to do.

atm you're in the middle of some changes that I did to make the zones go farther, it should work better on your toon. my apologies. let it grind to 78 and it should be fine thereafter
 
[19:08:46:217] Character is a level 77 NightElf Hunter

[19:09:18:260] Starting the bot!

and it had completed the zul'drak quests that i told it to do.

atm you're in the middle of some changes that I did to make the zones go farther, it should work better on your toon. my apologies. let it grind to 78 and it should be fine thereafter

Ah ok, thanks for the quick answer, ill do some dungeons in that case :)
 
Hey All

First of all im using kicks profile atm using horde 12-58.And i am updating it everyday with svn.
I hope this is the right place to ask this.I need to know where i should edit to change my toons movement when it gets stuck.For example when he hits a fence he tries to go through it or jump over it 5-10 times(very fast).After that it goes backwards and runs around it.And i want to do it like my toons run into a fence tries only once to jump over it after that it goes backwards and runs around it.Im thinking this can make it bit more realistic.

If you can also tell if this is something that should be edited in cc , quest profile or quest behaviours maybe?

Thanks in advance
 
Hey All

First of all im using kicks profile atm using horde 12-58.And i am updating it everyday with svn.
I hope this is the right place to ask this.I need to know where i should edit to change my toons movement when it gets stuck.For example when he hits a fence he tries to go through it or jump over it 5-10 times(very fast).After that it goes backwards and runs around it.And i want to do it like my toons run into a fence tries only once to jump over it after that it goes backwards and runs around it.Im thinking this can make it bit more realistic.

If you can also tell if this is something that should be edited in cc , quest profile or quest behaviours maybe?

Thanks in advance

Please read the first post

>>
Mesh issues: I keep getting stuck on X, running in wall at Y, etc - These are posted in the Nav thread
 
For whatever reason I got stuck at level 78 on quests 12538 and 12537. I ended up commenting out lines 8904 through 8940 and the bot was finally able to continue, before it kept saying picking up Quest The Mist Isn't Listening (12538). If you want a log I can post it but after commenting out those lines my bot continued on. Thank you so much for your work on this, I'll donate some money next week.
 
For whatever reason I got stuck at level 78 on quests 12538 and 12537. I ended up commenting out lines 8904 through 8940 and the bot was finally able to continue, before it kept saying picking up Quest The Mist Isn't Listening (12538). If you want a log I can post it but after commenting out those lines my bot continued on. Thank you so much for your work on this, I'll donate some money next week.

did you enable the itemforaura plugin? the bot will ping you for 30 seconds to enable it
 
did you enable the itemforaura plugin? the bot will ping you for 30 seconds to enable it

Questhelper - ItemForAura is enabled yes, I copied it from your folder and enabled it; I did receive that prompt however it was already enabled.
 
Twilight Highlands - Quest - Blast Him!

Toon is now on the right place to use the Item. But he interrupt the Cast of the Item. So it doesnt work.
Toon need more time to cast the "Heth'Jatari Conch".
 

Attachments

Twilight Highlands - Quest - Blast Him!

Toon is now on the right place to use the Item. But he interrupt the Cast of the Item. So it doesnt work.
Toon need more time to cast the "Heth'Jatari Conch".

Code:
			 <While Condition="((HasQuest(27606)) &amp;&amp; (!IsQuestCompleted(27606)))" >
				<UseItem QuestId="27606" ItemId="61928" X="-3620.305" Y="-6200.837" Z="5.459022" />
				<CustomBehavior File="WaitTimer" WaitTime="10000" />
				<CustomBehavior File="InteractWith" QuestId="27606" MobId="46009" MobState="Alive" WaitForNpcs="False" X="-3621.387" Y="-6196.787" Z="5.911814" />
			 </While>

there, i tweaked it from 7 sec to 10 sec waittimer and added waitfornpcs false so it would while

is there anything else i need to do?
 
Code:
			 <While Condition="((HasQuest(27606)) && (!IsQuestCompleted(27606)))" >
				<UseItem QuestId="27606" ItemId="61928" X="-3620.305" Y="-6200.837" Z="5.459022" />
				<CustomBehavior File="WaitTimer" WaitTime="10000" />
				<CustomBehavior File="InteractWith" QuestId="27606" MobId="46009" MobState="Alive" WaitForNpcs="False" X="-3621.387" Y="-6196.787" Z="5.911814" />
			 </While>

there, i tweaked it from 7 sec to 10 sec waittimer and added waitfornpcs false so it would while

is there anything else i need to do?

(1)
Hm he is interrupting again :( Cant cast this Item till end. Will wait there with the Toon for testing. Hmmm maybe a WL CC (Singular) problem? tryed to press the Item by Hand while HB runs, but always interrupted.

(2)
And the last Mob, Skull Crusher, possible to force the Toon for a Turn in. Got it now 2 times, Toon beated Skull Crusher (really perfect!!) and has not enough Health/Mana, and is waiting there, in this Time the Mob gespawns and Toon starts to fight again.
 

Attachments

  • World of Warcraft_2012-05-04_08-45-06.webp
    World of Warcraft_2012-05-04_08-45-06.webp
    35.5 KB · Views: 21
Last edited:
Ok thank you, didnt know that, i'm new to botting so atm all i have running is the auto talent thing, Any tips on some other plugins i should be using :D
 
Quest - Do the Imp-Possible

Had to restart 3 or 4 times HB till the Toon finished the quest. Toon tryed to turn in the Quest endless :( (need a plugin that restart a quest if cant turn in X times)
 

Attachments

Status
Not open for further replies.
Back
Top