• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Where is the API WIKI?

    Discussion in 'Requests & Discussion' started by Gouru, Jun 20, 2014.

    1. Gouru

      Gouru New Member

      Joined:
      Jun 20, 2014
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      I've tried following lots of links on the APIs from Google and Bing, but always get page not found.

      I've been unable to find API information from The Honorbuddy WIKI linked at the top of the page.

      Where do I go to get more detailed information on creating quest and gathering profiles?

      Thanks.
       
    2. Kink

      Kink Member

      Joined:
      Nov 15, 2011
      Messages:
      336
      Likes Received:
      10
      Trophy Points:
      18
      You can import Honorbuddy.exe as a reference into a Visual Studio project, right click it under References and select View in Object Browser and there you will find all of the API. You can also check out some of the already created questing/gathering profiles to get a better idea on how to reference different API calls and such.

      [​IMG]
       
      Last edited: Jun 20, 2014
    3. Gouru

      Gouru New Member

      Joined:
      Jun 20, 2014
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      That works for the API itself. I'm sorry I was not clearer. What I really need now is information on the XML formats, what tags are available, what they do, etc.

      I've been able to pick up a lot by reading other configurations, but would like to understand it better. It is clear that most have been created from earlier configs as they contain what would appear to be extraneous information (i.e. a <Factions> entry when farming leather).

      I've been able to fix a couple of scripts that were using the nav="fly' tag by adding FlyTo custom behaviors to them and I'm sure I could do more if I really understood what was available in the configuration files.

      Thanks again.
       
    4. Gouru

      Gouru New Member

      Joined:
      Jun 20, 2014
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
    5. Liferose

      Liferose New Member

      Joined:
      Sep 1, 2010
      Messages:
      1,586
      Likes Received:
      37
      Trophy Points:
      0
      That is a link from the old Wiki, which is essentially dead. A lot of good information is no longer available because of it, however you might get lucky using a provider like CachedPages which can try to find a cached version of what you're looking for. The page you're interested in is available here, but I see you're interested in the InteractWith custom behavior. If you open up your Quest Behaviors folder and find the InteractWith.cs file and open it with a text editor you will find very recent and thorough documentation on its function.
       
    6. Gouru

      Gouru New Member

      Joined:
      Jun 20, 2014
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      Thanks.

      As I discover stuff I need, I'll try to get it from cached pages, or googles cache and repost it to the new wiki. As a new profile creator, even if out of date, it gives a good start.
       

    Share This Page