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

Search results

  1. M

    Banned - Grinding Bot

    i cant stand leveling in this game... I was using it to get to 55. I ran in on Monday, Wednesday, and Thursdays for 6-8 hours at a time. I was on one of the top 3 most popular servers in the middle of nowhere in auroria.
  2. M

    GM Detection

    After losing my account earlier this week, i wanted to spend a lot more time on coming up with the best solution possible to prevent a GM ban. From my experience, a GM ban will not be reversed during an appeal and you get 0 warnings. I have spent the past few days researching as much as I can...
  3. M

    Banned - Grinding Bot

    Banned last night, didn't receive an email so i am assuming that a GM manually banned my character. I have contacted the appeals and hoping for the best. Not sure how long it usually takes to hear back. Was a paying patron, hopefully that helps the appeal somewhat. Update Account is...
  4. M

    Hasla Assistant and my continued development

    just wanted to update everyone, my account was banned last night. I am putting the progress on rewritting this plugin on hold as it will be a while before i can test it again.
  5. M

    How to send a key press for a certain skill?

    perfect thanks!
  6. M

    How to send a key press for a certain skill?

    How would i get tell archebuddy to press the "0" key, or use a skill in a certain bar slot?
  7. M

    GM in windscour be careful enla

    so the onGmDetection wouldn't ever fire unless it was tied to some sort of radar scan? thanks for the info
  8. M

    Hasla Assistant and my continued development

    Be careful about adding code for that above mana, the issue is it will start channeling meditate while you are fighting, which wouldn't end well. The code will use meditate before it goes into you food you have, the issue is these values are hard coded while the food amount isn't. Try this...
  9. M

    GM in windscour be careful enla

    Can you go into futher detail on the specific function or link me to the info? I have implemented the onGmDetection event in my code but i have never seen anyone go into detail what exactly causes the event to fire as well as how it works.
  10. M

    Hasla Assistant and my continued development

    open up combat.cs in notepad and search for this line if (usePotionMP && core.mpp() < 10) change that 10 to whatever you want it to use potions for when your mana is less that that percent. IE 20 would mean use a potion when mana is less than 20%. Save it and rebuild it
  11. M

    GM in windscour be careful enla

    i know that radar is not allowed here, but it would be nice if we at least had a "Limited" Radar plugin or some setting added to ArcheBuddy or given the ok to develop as a plugin. It would probably save tons of accounts if we could get the game to auto recall/teleport/close game when a gm is...
  12. M

    Hasla Assistant and my continued development

    Hey guys, i had some issues since the newest patch. I am starting to work on the plugin again today. Does anybody have any experience coding to know if you were killed by a mob vs a player? I want to expand on that logic
  13. M

    Hasla Assistant and my continued development

    my move back to anchor position is working perfectly, kiting i am not sure how to handle. I am still spending most of my time trying to fix the unmarshall and various other errors. I might just rewrite a brand new plugin.
  14. M

    Hasla Assistant and my continued development

    works for me. make sure you save the file and rebuild it in plugin editor.
  15. M

    Hasla Assistant and my continued development

    Try running in two VM or one VM and one main. That error is usually a threading issue which this code does a lot. I am trying to rewrite it to fix this unmarshall and the error you show. With the threading it uses I can't see you ever running two of the same versions of this code at once. It...
  16. M

    Hasla Assistant and my continued development

    does this current plugin heal yourself at all? I figured most people were talking about healing support being needed for healing an entire party.
  17. M

    Hasla Assistant and my continued development

    yes, he had a built in check. I have extracted that to an option on the actual form to change. I am struggling trying to fix that UnMarshal error, it seems completely random. I honestly doubt i will be able to add healing in. I have never played a healer in this game and do not have the...
  18. M

    Hasla Assistant and my continued development

    Hello everyone, i have been a C# programmer for over 10 years and am looking to continue hasla assistant. So far, I have a couple of features and fixes in place that I am testing now and seem to be working well. What are some missing features that you guys would like to see added? I don't...
  19. M

    Question About Programming Plugins for ArcheBuddy

    That helps explain it a lot. I was trying to build it in .net 4.5 not 4.5.1 I will have to upgrade to vs 2013. Can you still drop breakpoints and debug or will this not work because you have to rely on archebuddy to run the outputted project files? Thanks for the help!
  20. M

    Question About Programming Plugins for ArcheBuddy

    hello, i recently found out about archebuddy. I have been a C# developer for over 10 years and look forward to hopefully creating some useful stuff. How do people go about writing and testing their own plugins purely with Visual Studio? I have tried referencing the ArcheBuddy.dll in a...
Back
Top