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

Recent content by Coder77

  1. C

    My Key Was Stolen

    Thank you for the quick reply, I did not know how to handle the situation. I appreciate your informative help.
  2. C

    My Key Was Stolen

    I believe that my Archebuddy was stolen and is being used by someone else. I would like the key banned. A new key would be nice, but it's not necessary, I would just like the key banned at the end of the day. Thank you.
  3. C

    How to know if I'm the target of someone

    You think that would be more effective than scanning for players nearby such like... while (GetGroupStatus("Anti-Bot Detection")) { List<Creature> players = getCreatures().Where(c => c.type == BotTypes.Player && c.target == me && c.isCasting).ToList()...
  4. C

    [Scarecrow Plugin] Specialty House Planting/Gathering Support

    Actually I tested it, and it doesn't work on any of the 24x24 houses. Oh great wise and powerful Out, will you help? (:
  5. C

    How to know if I'm the target of someone

    Thank you very much as this saved me from writing the same exact post as LordManzana posed. However I have an extension of his question. If someone is targeting you can you detect if he is casting the skill "Report: Unauthorized Program"?
  6. C

    A little Help. Free Hard Core Super Eazy Multi-autofarmer with template saving.

    Hey guys, will release soon, I have been off for a week. Real life hits hard sometimes, and you gotta drop the things you love for a split second. The only reason I play this game is for the programming aspect that Out was so generous to create for us through his API and Archebuddy.
  7. C

    [Scarecrow Plugin] Specialty House Planting/Gathering Support

    The scarecrow plugin does not support planting/gathering on a Apothecary house. I am assuming this extends to all specialty houses. Maybe this is just a matter of recognizing the apothecary house as normal manor and simple fix. Please update (:
  8. C

    ArcheQuester 1-50 broken again.

    I don't mean to be rude. But I feel like I paid 25 euros to be a beta tester.
  9. C

    ArcheQuester 1-50 broken again.

    I'm kind of at the point that I would like my money back or to trade for different plugins. Only the first day that I bought the plugin did it even seem to work. Now it might, and i mean 10% chance might work. Else the toon just stands there. Whoever is writing the code, needs to learn that...
  10. C

    A little Help. Free Hard Core Super Eazy Multi-autofarmer with template saving.

    Thank you so much. After I test it and write a tutorial, I will release for free.
  11. C

    Thatched Farmhouse - missing doors and unable to plant anything

    Yeah I cannot plant around my manor at all... It's quite annoying. I don't even want to build my thatch if that is the case. I wanted to buy 3 more licenses, but is it always so broken?
  12. C

    A little Help. Free Hard Core Super Eazy Multi-autofarmer with template saving.

    I eventually will release that for free cause I already have money, but its basically an XML config Hard Core - Auto Farmer. But I need some help, so if you're interested in what this can do, a little help goes a long way. Any missing code is just because hte problem is occuring when I try to...
  13. C

    Decent Coding Standard Suggestions

    Sure, anyone has the right to code spaghetti code, doesn't make them a decent coder. The title of the article was decent coding standards. Not, what is needed and what is not for a program to function. Now, if you never plan on your source code being read by the public, write spaghetti code for...
  14. C

    Decent Coding Standard Suggestions

    I can understand how you can see this is not a necessity, but when it comes to writing code, even in free-code, you need to make your code look well formatted still. For example many people like to do if statements without brackets because it's one statement to execute if the IF statement proves...
  15. C

    Decent Coding Standard Suggestions

    After viewing code posted on the forums and exceptions causing complete crashing of plugins and ArcheBuddy completely has lead me to one conclusion. Simply put, where in the **** are all the exception handling? unit testing? try/catch? I just feel like people don't understand the necessity of a...
Back
Top