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

[Questing] Take a flight

dms51

New Member
Joined
Jun 11, 2011
Messages
167
Reaction score
6
[Questing] Take a flight and Home location

Hi, I'm currently coding a 1-60 (maybe 85) for human warlock, cause the one available where to slow or too buggy for me, so not enough AFKable.
I've done 1-5 with no big deal (thanx Wiki :D ), but now i would like to use flight path. I've managed to learn by the custom behaviour : Interactwith. But Is there a way to check if you have a flight ? And is there a way to force the bot to take a flight to a destination ?
And anorther one, is there a way to set an inn ?

Thanx to all ! ;)
 
Last edited:
there's a behavior, but it's only 'by name' and referenced to whatever language you put it in :(
 
Hi Kickazz ! :)
I would like to thank you for your profiles, they're great (even if for me there's some bugs, but now i understand it's maybe cause of the language).
Which behavior is it ? Could you post me the code or link me to the wiki part please ?
 
Last edited:
i really don't recall - but it's somewhere in the dev forum (don't worry, there's not a ton of movement)

UseTaxi maybe?
 
It's UseTaxi. And if you for instance put in an English destination name, it wont work for German clients or any other non-english.
 
Found it ! Thanx ^^
I'll search if there's a way to define which language the game's on, and then put a condition for the profile to work in EN and fr. In fact I'm implementing the Zygor guide order quest, to improve a bit the speed of lvling, if other people are willing to test it/help with it (like with other human classes).
Any idea about how to take the home location of a certain inn ?
 
Last edited:
Found it ! Thanx ^^
I'll search if there's a way to define which language the game's on, and then put a condition for the profile to work in EN and fr. In fact I'm implementing the Zygor guide order quest, to improve a bit the speed of lvling, if other people are willing to test it/help with it (like with other human classes).
Any idea about how to take the home location of a certain inn ?

yeah, laria knows all about the inn stuff and she likes to mess with inns a lot - but i try not to use the hearthstone in my profiles
 
First try with useTaxi... no luck.
Tried in fr, and in en, it opens flight menu, but nothing... tried with different name, even just letter, nothings...

HTML:
	<CustomBehavior File="UseTaxi" QuestId="26394" MobId="42983" DestName="Stormwind, Elwynn" X="-9435.714" Y="87.61111" Z="57.12768"  />
or

HTML:
<CustomBehavior File="UseTaxi" QuestId="26394" MobId="42983" DestName="Hurlevent" X="-9435.714" Y="87.61111" Z="57.12768"  />


Tried to show the node numbers, don't work with the option, but okay with the macro. Someone have an idea of how to use the node number ? I can't find anything on Usetaxi page about the code.


Edit : Problem solved ===> Here
 
Last edited:
Player.HearthstoneAreaId i think was the place where HB stored it, i have to dig up the old behaviour files, which absolutely DO NOT follow CJs behaviour coding style ;)
I heard Apoc was about to release official HS Behaviour, but seems he didn't.
The behaviour is split into 2 seperate parts for using and setting and needs to be combined and updated.

http://www.thebuddyforum.com/honorb...behaviour]-sethearthstone-usehearthstone.html
 
Thanx Laria :)
I've found it on the forum, I should have post it... too focus on coding right now. ^^ 5 levels (totally debugged) in 4hours... hard to begin but I'll be faster and faster with time.
 
Back
Top