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

UseTaxi Issue... HELP

thenrique87

Member
Joined
May 20, 2010
Messages
143
Reaction score
0
So, Im build my on profiles and im trying to keep UseTaxi.cs inside the folder with the Profiles. How can I tell the bot where UseTaxi.cs is? I remember seen line codes on the beginning of some profiles with that but I couldnt find any.

It tells me when i test that Could not find file:
Could not Find the File 'C:\Users\Administrator\Desktop\Honorbuddy_2.0.0.4620\Quest Behaviors\UseTaxi.cs'.

I want it to be in root\Profiles\UseTaxi.cs

Any help or alternative is very appreciated. Ty
 
try to put <CustomBehavior File="...\Profiles\UseTaxi" ..... />

dunno if that helps
 
Might be:

CustomBehavior File="Root\Profiles\UseTaxi"

Or you'd need to be more specific and go all the way:

CustomBehavior File="C:\Users\Administrator\Root\Profiles\UseTaxi"

Or something like that.
 
All CBs are meant to be inside the Quest Behaviors folder, or it's sub folders. You can't have a CB in HB root.

So the only way to separate HB shipped CBs from custom CBs like my UseTaxi is, you need to make a folder INSIDE Quest Behaviors folder, and then your path would look like

<CustomBehavior File="YourFolderName\UseTaxi" ..... />
 
Back
Top