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

Search results

  1. R

    Open mailbox

    bump
  2. R

    Actabilities

    thank you very much, I'll try it asap ^^ In the future, you may consider adding an event for when an actability reach the end of the level (the moment you get the pop up telling you that it won't xp until you raise the level) because a lot of plugin would benefit from it (grinding bot, when...
  3. R

    RegisterToBattleField

    delete me moved the topic, admin can delete this thread
  4. R

    x2game.dll

    This file is detected as a spyware since the last update by most of anti virus (lot of ppl complain about this on the forums) It is highly possible that Trion modified it to report some stuff (like AB ?) Could you please investigate ?
  5. R

    Open mailbox

    Did any archebuddy staff member took a look to this code and tryed it ? I really believe there was a change in the archeage code, and suspect they plan to ban ppl based on that
  6. R

    Actabilities

    hey, any ETA for this ?
  7. R

    AuctionCategory Enum

    little bump, this should be fixed really easily isnt it ?
  8. R

    Open mailbox

    here is a snipet of code to show another weird behavior if (!RequestMailList()) return LogError("Could not retrieve mail list"); // returns true Thread.Sleep(random.Next(500) + 1000); foreach (var mail in getMails()) { if (mail.OpenMail()) // returns true {...
  9. R

    Open mailbox

    As you can see in the first post, I already use the OpenMail() method, and I even wait for a little bit more than 1 second : Thread.Sleep(random.Next(500) + 1000); I believe it is enough, given the time I need to get this data when I'm in game (nearly instant) The bugs are : - the code...
  10. R

    Open mailbox

    in addition to previous post : if (mail.attachments > 0) { Log("Attachements found " + mail.attachments); foreach (var item in mail.getItems()) {...
  11. R

    Open mailbox

    The following code no longer open the mailbox Is was working in previous versions, so I guess there was a change undetected by the staff RequestMailList(); Thread.Sleep(1000); foreach (var mail in getMails()) {...
  12. R

    Actabilities

    Thank you very much sir ^^
  13. R

    AuctionCategory Enum

    Hi there, I believe one enumeration value is missing in the AuctionCategory enum : Wood = 103, Stone = 104, ......... = 105, <= Cloth = 106, MachineParts = 107, There is no "Leather" enumeration value although it exists in game Regards
  14. R

    Actabilities

    still interested if someone know a workaround We can compare the actability level before and after using CraftItem, thus determines that it level raised, but I couldn't find a way to click on the actability level up button Did someone ever tryed to do it, or should I try to code something...
  15. R

    Archebuddy down ?

    Is archebuddy authentication server down ?
  16. R

    Actabilities

    No way ? ^^
  17. R

    Clipper not considered as slave

    I don't know if it is intended or if it is a bug, but you cannot use BindSlave() on a clipper Instead, your char will bind to the clipper harpoon I've tryed to get the wheel use skills and to use the first one to bind, but it doesnt works either I guess it is not possible to do it...
  18. R

    Actabilities

    Hi, Is there any method to level up an actability ? I've found how to get the actability level, the actability points, but nothing to accept the level up when it reaches 10K points Regards
  19. R

    Switch account

    Hi, I'm a plugin developer, and do possess several accounts (as many players I believe) I do possess a 3 licences account, allowing me to log 3 accounts, but do possess more than 3 accounts I would like to code a plugin able to run on 1 account, disconnect this account, log another...
  20. R

    Checking if a doodad is interact-able with

    it's not always true for example, a boat wheel has skills but you can't interact with it (via archebuddy, in game you can of course)
Back
Top