• Visit Rebornbuddy
  • List of APIs?

    Discussion in 'Archives' started by poe3210, Mar 25, 2014.

    1. poe3210

      poe3210 New Member

      Joined:
      Mar 25, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Does it exist? I can't seem to find it...

      I want to write a custom CR...
       
    2. pushedx

      pushedx Moderator Moderator Buddy Core Dev

      Joined:
      Sep 24, 2013
      Messages:
      4,252
      Likes Received:
      290
      Trophy Points:
      83
      There's not an organized external list or official docs for it yet. However, if you use the Object Explorer in Visual Studio with the assembly, you'll be able to see everything and the actual code docs.

      For writing CRs, just look through the Exile CR and the few other examples. If you have any specific questions, feel free to ask.
       
    3. poe3210

      poe3210 New Member

      Joined:
      Mar 25, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for the reply! I wanted to check for enemy health and found that bit in the existing power siphon routine, thanks for the idea.

      Will get visual studio to explore the other APIs, but I am totally new to this. Which file(s) do I access with VS?
       
    4. djao

      djao New Member

      Joined:
      Dec 1, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      It would be great a API list

      it will help the development of CR's so fast
      i am working on a phisical bow CR and on a Discharge CR
      if i had an API List with some explanation on how does work each function, this would fly high man
       
    5. randomstraw

      randomstraw Community Developer

      Joined:
      Jul 17, 2012
      Messages:
      1,611
      Likes Received:
      10
      Trophy Points:
      38
      theres not really a need for anything else than the intellisense?
       
    6. pushedx

      pushedx Moderator Moderator Buddy Core Dev

      Joined:
      Sep 24, 2013
      Messages:
      4,252
      Likes Received:
      290
      Trophy Points:
      83
      You just add the Exilebuddy.exe/ExilebuddyBETA.exe to your class library as a reference like you would any other class library. You'll probably need to add a few of the dependencies like log4net for logging and GreyMagic for memory stuff.

      I think this site has a good tutorial for it if you're in need of something more step by step.
       
    7. djao

      djao New Member

      Joined:
      Dec 1, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      agreed... but with a documentation we could increase the number of interest people in developing and improving CRs.
      some people need more time then we needed to catch up how things works.

      i am doing 2 CRs as i said, and i will post it, when its done, for the community. i would like to see more guys doing it to improve the bot for us, just it.
       
    8. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      I would prefer a working bot with perfect routine like pushedx envisions, then documentation. Bot is still beta, abiet, it runs so smooth. Devs want to iron it out a bit more before calling complete, which is fine with me. I prefer perfect.
       
    9. poe3210

      poe3210 New Member

      Joined:
      Mar 25, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      appreciated
       

    Share This Page