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

Search results

  1. R

    New scheduler option

    OUT, you've added a dropdownlist with the possibility to choose the method of waiting between launches of accounts - After previous account entered game - After X seconds can you add a third option ? - After previous account exited game / disconnect
  2. R

    bug reports

    Looks like all bug reports I've done is ignored (5 or 6 topics at least) Is it because I create topics in the wrong forum or is it because there is no support for AB ?
  3. R

    isAttackable

    This function return false in arena although oponent is clearly attackable
  4. R

    Teamviewer and GetGameClientHandle

    Hello, I don't know if it is intended or if it is a bug, but when you use teamviewer and AB, the GetGameClientHandle don't retrieve the game client handle but the teamviewer handle for the game client I've deactivated teamviewer to avoid this issue, but it would be nice to not have to do it ^^
  5. R

    Registering to battle field

    Is there a way to fix the function allowing to register to battle field or anyone knows a workaround to register to battlefield without having the weird bugs described by Out ? I'm currently trying to handle it by programatically moving the mouse then clicking on the icons to do it, but it's...
  6. R

    RegisterToBattleField

    delete me moved the topic, admin can delete this thread
  7. 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 ?
  8. 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()) {...
  9. 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
  10. R

    Archebuddy down ?

    Is archebuddy authentication server down ?
  11. 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...
  12. 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
  13. 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...
  14. 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 aaccounts, 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...
Back
Top