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

Recent content by leonep

  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

    thanks a lot Aoen
  3. L

    Stop buddy store plugin

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

    Mesh

    i have another question : what is the best way to navigate in the meshes? now i am using simple point from 1 to X but if i start in the middle dont works.. if i start pluging in position 3 how i can get my current position ? thanks
  5. L

    Mesh

    thank you very much this is exactly what i am looking for. Where i can find the others mesh functions? i haven't find on api documentation thanks
  6. L

    scarecrow with aquafarm

    It is really annoying problem , i hope you will fix it . thank you
  7. L

    Mesh

    Please i need to know how to check if a creature is inside mesh,please if possible make an example
  8. 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...
  9. 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...
  10. L

    AutoRoll for some items?

    Can I use this to auto-roll on all jester and manual roll on other items ? ty
  11. 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 !
  12. L

    Using Charge Skill on mount

    the plugin work correctly ,the problem is when character is on mount... in game is possible to use charge on mount i dont understand what is the problem thanks
  13. 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?
  14. L

    Cancel Trade

    thanks zagred tomorrow i will try
  15. 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)...
Back
Top