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

Search results

  1. WoodenJester

    RequestLoginTrackerItem() fails

    After the recent AB update RequestLoginTrackerItem() returns true every time, even when it's unsuccessful, any chance of a fix sometime soon? :)
  2. WoodenJester

    @Out, MySQL Possible?

    Since we're not able to pack dll's in our zips for plugins on the store, can we please get a default reference on the store compiler for MySql.Data.dll? MySQL :: Download Connector/Net
  3. WoodenJester

    Plugin Rules - Will this be allowed?

    Rule "Connecting to third-party Websites" stated at : http://wiki.thebuddyforum.com/index.php?title=BosslandGmbH:Getting_Products_Accepted_to_the_Buddy_Store The plugin i'm developing at the moment saves locations for specific doodadobjects in an XML file which is loaded upon start, and...
  4. WoodenJester

    Is a dood on a farm?

    Is there a method/property to check whether a DoodadObject is on player-land? I've checked the API but found nothing obvious
  5. WoodenJester

    EN - TR Translation

    Hey, I'm working on a plugin at the moment and wish to add an option to change languages to suit the users comfort a little more - Although... I only know English. If anyone (native speaking, not google translate) has the time to translate the following section into Turkish i'd greatly...
  6. WoodenJester

    EN - RU Translations

    Hey, I'm working on a plugin at the moment and wish to add an option to change languages to suit the users comfort a little more - Although... I only know English. If anyone (native speaking, not google translate) has the time to translate the following section into Russian i'd greatly...
  7. WoodenJester

    Translations [DE/FR/ES/RU]

    Translations [DE/RU/TR] Hey, I'm working on a plugin at the moment and wish to add an option to change languages to suit the users comfort a little more - Although... I only know English. If anyone (native speaking, not google translate) has the time to translate the following section into...
  8. WoodenJester

    Casting Revive

    Getting some trouble when casting revive on a dead player. At the moment it successfully targets the player & casts revive, though the dead player doesn't receive the option/dialog to accept it. The player is always targeted before the cast with: SetTarget(obj); So far I've tried...
  9. WoodenJester

    GPS / Movement Hook

    When using ComeTo(), MoveTo(), Gps.GpsMove() sometimes the character becomes stuck and will move back a few steps & continue running on route after 2 consecutive jumps. Is it possible to hook into this stuck function? Or any similar method with the same outcome will be nice. For example...
  10. WoodenJester

    I need to get buff ID & Names

    Hey Just looking to get some information on the Buff properties, and I've already done some rooting around. What i need at the moment for my current project is a list of all the buffs available, and their ID's. I've tried the below to retrieve a list: foreach(var buff in...
Back
Top