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

Search results

  1. L

    character option widget

    Hi, I cannot use universalfight in the latest version of archebuddy because i cannot find the character option for select bosssoftstyle like the old version any help please
  2. L

    Stop buddy store plugin

    I want stop plugin purchased from buddystore but the api need a path . how can i make it please?
  3. L

    Mesh

    Please i need to know how to check if a creature is inside mesh,please if possible make an example
  4. L

    Simple Winter Maiden Gift Crate Collector

    Hi guys i hope this help lazy people like me you want gift but don't want work... You need to create your own simple loop in GPS . You must rename the point where are the crates with numbers (1,2,3,4 ..) using System; using System.Drawing; using System.Windows.Forms; using...
  5. L

    Simple Plugin for open Winter Maiden Gift Crates

    Hi guys, i am writing simple plugin for automate the opening of gifts. I have done a simple loop with GPS. Now i got a problem opening crates pressing F key. I cannot find in AB a function for emulate the prussure of a botton on keyboard i am using...
  6. L

    simple check house

    Hi I want to read expiration date of buildings,name of owner and put it on log for the area around my char. its possible? how to use weeksWithoutPay function? and how can i do loop like for each buildings checkdate thanks !
  7. L

    Using Charge Skill on mount

    Normally in game is possible to use the skill Charge on mount but i cannot use in my plugin if (me.sitOnMount && dist(me.target) < 12) { UseSkill("Charge",false); return; } Why is not working?
  8. L

    Cancel Trade

    I found 2 event working for trade ontradestarted ontradedone The problem is that i cannot find an event for trade canceled, i find only a method called CancelTrade. I need to set a boolean for check player is trading or no like this: public void START(Creature Obj)...
  9. L

    Ollo's Hammer

    My question is if it is possible to automate ollo's hammer (defence) in front of me without click with mouse ! thanks !!
  10. L

    Archeage development guide

    Hi , is it possible to find more information about develop plugin for aa buddy? functions, variables, and more about development.Thanks
Back
Top