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

Search results

  1. A

    possible to Find AuctionCategory from Item Properties?

    Hello i try to argue AuctionCategory from Item Properties but i fail and can't understand if that's possible or not. i explored Item.categoryId, Item.db.itemCategorie, Item.db.itemCategorie.name, sqlCore.sqlItemCategories[Item.categoryId].name...
  2. A

    WPF plugin dll.

    Out, i'm experimenting WPF and i admit i like it (i'm a amateur coder that learnt c# recently so instead of dig windows Form i decided for the future...WPF). Everything work great for now, and i'm learning my way through, but there is this problem, when i stop my plugin (with the AB...
  3. A

    Instability

    i still crash too.
  4. A

    Instability

    Out, i log out and log in alot, hangings 5/19 mins at the char select screen(newer over 19 mins.) and i suffer this crash alot....who know, i trow my bone.. /Hat
  5. A

    Instability

    This bug exist since the Auroria update, i believe, i'm not totally sure but my mind connect the 2 event. 5 computer running AB all suffer this crash. As a dev i understand this might be a pain in ass to track and i understand it may take time, also i'm sure Out is trying hard to track...
  6. A

    D.ll files question?

    Short answer: you need the .cs to mod any inner config. A well coded, distributed plugin would allow you to change suck config with a User Interface, if you have none, you are doomed. /Hat
  7. A

    Proxy

    Trion Blacklist most Public(free) and many, many elite(paid) socks5 proxy, there no guarantee that the proxy you are about to buy is usable or not. source ...personal exp.
  8. A

    Unknown Glyph version.

    Same here, i'm sure Out will figure this out soon :) Tnx god the Exploitorama is over, i detest Exploiters, hurrah for boters :) /hat
  9. A

    Autoattack Training Scarecrow

    So i tried this: public void UseSkillAndWait(string skillName, bool selfTarget = false) { while (me.isCasting || me.isGlobalCooldown) Thread.Sleep(50); if (!UseSkill(skillName, true, selfTarget)) {...
  10. A

    Autoattack Training Scarecrow

    Tnx alot for answering me Mordark. I use that function "UseSkillAndWait" alot in other part of my code, and it work flawless (that part of the first basic autokill plugin Out posted). My understanding, after 3 days of test is that AB can't trigger the "Melee Attack" Ability (the ID of...
  11. A

    Autoattack Training Scarecrow

    Pls tell me you are making JK of me..... i'm the coder... i'm looking for the 1 line command that trigger the basic melee skill "Melee Attack" on the special target "Elite Training Scarecrow". Why special? you tell becouse the commonly used code (posted above) do not work. I already asked...
  12. A

    Autoattack Training Scarecrow

    Pls can you explain it? I mean, let say i want my code to go and do something, and time by time come back to a Training Scarecrow and look like one of those AFker that Trion allow to afk at the scarecrow, really what i do befor shouldent mean, but my CODE and not me manually (really cant...
  13. A

    Autoattack Training Scarecrow

    Wow, tnx for answering me, but really, this make me look very stupid, so i'll add some info: if (me.target.name == "Elite Training Scarecrow" || me.target.name == "Beginner Training Scarecrow" || me.target.name == "Intermediate Training Scarecrow") {...
  14. A

    Autoattack Training Scarecrow

    Anyone??
  15. A

    Autoattack Training Scarecrow

    [BUG] Melee Attack So After some search and test i found that the skill "Melee Attack" is not working. To test it, do this: { while (me.isCasting || me.isGlobalCooldown) Thread.Sleep(50); if (!UseSkill(skillName, true, selfTarget))...
  16. A

    "additional anti-hacking detection has been introduced"

    Not totally sure about God... but surely we have Out, that enough for me to feel better ;)
  17. A

    5.11 AA Update

    Did you really feel demand, will speed up things? or let you look like a demanding one? Out, tnx for keeping us as safe as possible, take your time, is much appreciated.
  18. A

    General discussion about bans

    12 account constantly banned after 4/5 days, all with dedicate proxy(my proxy let me change ip once per subscription cycle,probably one of the most used formulas, how you manage this? reuse the ip? don't seem a good idea), 4 VM 3*char*VM. 1 char alive since 30 days(newer boted and on a clean...
  19. A

    Hey, help me improve ArcheBuddy

    Dear SantaOut: Scheduler for each Account in account manager would be Awesome!!! I remember a changelog mentioning Auctioner free AH in RU AB, can we have this in NA/EU? pls pls pls :) I'm been good :rolleyes:
  20. A

    Can we check for GM?

    /bow.. tnx alot friend
Back
Top