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

Search results

  1. G

    Mounting vehicles \ doodads

    I'm trying to understand how to mount on ladders, carts, ships, and whateverelse. Creature.getSkills() returns a zero-length list, and getSlave() doesn't seem to be working at all.
  2. G

    Need help to understand the API

    for doodads 'near' you, use getDoodads(). to check if it's an Azalea, use .name or .phaseID on the DoodadObject. for things about what's happening to your char, it's mostly on the 'me' attribute: for example, me.isCasting or me.castEndTime. Remember to get IntelliSense working, or it's going...
  3. G

    Using doodad skills

    I'm trying to use a ladder (Merchant Ship ladder \ aft ladder \ cannon). I ended up discovering that .getUseSkills() on said ladder, both aft ladder and normal ladder, returns an empty list - while there should be the Climb skill. Am i missing something on how to use doodad skills? (In an...
  4. G

    Developer Documentation

    Since we're there, there is a useDoodadSkill, but not a useCreatureSkill. since Cannon is a Creature, and not a Doodad, how can i actually use the cannon? I'm supposed to use GetSlave, but GetSlave doesn't seem to work?
  5. G

    Developer Documentation

    Thank you.
  6. G

    Developer Documentation

    Nevermind, it was just VS not correctly loading the archebuddy DLL. Got it.
  7. G

    Developer Documentation

    I'm a c# programmer, and would like to start developing some plugins for personal (And if the code comes up decent, community i guess) use. Is there any documentation? a list of the available functions? Digging around released plugins seems a pretty inefficient way. There seems to be nothing...
Back
Top