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.
svn/questing/quest behaviors

copy these

find your /hb/quest behaviors/ folder and paste the files into there

so it's /hb/quest behaviors/ filename.cs

not /hb/quest behaviors/quest behaviors/filename.cs

cheers
 
neither of the 68-80 horde profiles are working for me since you updated them.. the alliance do but but it wont even let me start the 2 horde 1's

"Starting the bot!
'Type' is an unexpected token. The expected token is '='. Line 1687, position 54." just comes up with that and wont let me even select cc after pressing start.
 
at line 1687 the code reads
<CustomBehavior File="AbandonQuest" QuestId11664 Type="Failed" />

change the line to look like

<CustomBehavior File="AbandonQuest" QuestId=11664 Type="Failed" />


simple fix just a typo....

also mizzy use a program like notepad++ to do the edits... it has a line counter on the side of the body so you can see what line you are at....
to kick there ya go man I did something useful today :p o.O

btw this was in your H-68-80 BETA QO not the R version as of 12/10/11
 
i seem to keep getting the error:

'Type' is an unexpected token. The expected token is '='. Line 1693, position 54.

same thing as I did in this post just your line is 1693 since you are using the H-68-80 R version

at line 1687 the code reads
<CustomBehavior File="AbandonQuest" QuestId11664 Type="Failed" />

change the line to look like

<CustomBehavior File="AbandonQuest" QuestId="11664" Type="Failed" />


simple fix just a typo....

also mizzy use a program like notepad++ to do the edits... it has a line counter on the side of the body so you can see what line you are at....
to kick there ya go man I did something useful today :p o.O

btw this was in your H-68-80 BETA QO not the R version as of 12/10/11
 
Last edited:
same thing as I did in this post just your line is 1693 since you are using the H-68-80 R version

ya im an idiot, saw it right after i posted...

edit:

wtf i changed it exactly as you said, and double checked but now im getting this:

'11664' is an unexpected token. The expected token is '"' or '''. Line 1693, position 49.
 
Last edited:
ya im an idiot, saw it right after i posted...

edit:

wtf i changed it exactly as you said, and double checked but now im getting this:

'11664' is an unexpected token. The expected token is '"' or '''. Line 1693, position 49.

sorry put quotes around the 1164 like this... <CustomBehavior File="AbandonQuest" QuestId="11664" Type="Failed" />

sorry about that I over looked that to... maybe that will fix it...
 
sorry put quotes around the 1164 like this... <CustomBehavior File="AbandonQuest" QuestId="11664" Type="Failed" />

sorry about that I over looked that to... maybe that will fix it...


haha no worries man, i was just about to put in an edit to say thats what i did (saw it on the other lines) and it fixed it.

thanks for the help
 
Yeah on A quest in Uldum in the Orsis theres a quest inside a like house type thing You need these something of sun and something of moon u have to take them from statues around the orsis andways the bot trys to turned in the quests without the quest items on my level 83 mage?? Fix plox
 
Why did you delete my comment asking how to make the quests compile a little faster?.
I didn't even see your reply.
 
The bot seems to get stuck on the quest 'Elmore's Task'

View attachment 30590

fp issue (bot issue)

sometimes they work, sometimes they don't

disable them in settings & tools button on hb

and then open the profile and search for 'flightpath' (ctrl + f for find function)

change True to False and press save and then reload the 5-12 profile
 
Status
Not open for further replies.
Back
Top