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

Search results

  1. Sidalol

    Dismount from vehicles

    Edit: What about to mount slave? Cannot see any function such as sitOnSlave() and cart is Creature so cannot use UseDoodadSkill to mount.
  2. Sidalol

    Dismount from vehicles

    Owner's Mark does work, it was example to show what I mean about dismount not a skill. Thanks ^^
  3. Sidalol

    Dismount from vehicles

    How do you dismount from vehicles? standFromMount() does not work and the dismount skill is not actually a skill in the same way Owner's Mark is it seems: Owner's Mark:
  4. Sidalol

    Get zone / read interactions?

    For the 2nd question, say for example the window on a house. I want to move my char to the window, check if the window action is "Open" and then perform action. Are we able to interact with anything like this some how? For the rotate, can we rotate towards a gps waypoint?
  5. Sidalol

    Farming Plugin Any In Development?

    Yeah hi ^^
  6. Sidalol

    -etb- Plugin: Trade-Run: Solzreed Dried Food

    It's actually much harder. I run my trade routes in the cart and the pathing from gps is horrible with it because it assumes it can instantly turn like mounts can. It ends up overshooting the waypoint which causes it to overshoot the next waypoint even further until it end up zig-zagging and...
  7. Sidalol

    Farming Plugin Any In Development?

    Create a new RoundZone around you and plant the shit out of it. Something like RoundZone z = new RoundZone(me.x, me.y, 32) PlantItemsInZone("Potato Seed", z, 0); The 32 is the size of the zone. Higher = bigger circle.
  8. Sidalol

    Farming Plugin Any In Development?

    If you just want a rough-and-ready version probably best just checking the name against your characters. List<string> chars = new List<string>() { "Char1", "Char2", "Char3" }; Then swap the family check with a check against this list if...
  9. Sidalol

    Farming Plugin Any In Development?

    Open PlantSelection.cs in the scarecrow source and change loop at line 43 to include a check for guild or specific owner name.
  10. Sidalol

    Get zone / read interactions?

    Hi I have 3 questions: How can I find out what zone I'm in? e.g. "Solzreed Peninsula" How can I perform an interaction with any object? For example find an object and return the text for the F and G game interactions? Is it also possible for me to then use the interaction the same way...
  11. Sidalol

    gps.LoadDataBase

    Open plugin editor > new > put the gps code inside PluginRun() function > compile > run plugin.
  12. Sidalol

    gps.LoadDataBase

    Right click one of your points in the editor -> properties -> give it a name. Use this name in gps.GpsMove(name).
  13. Sidalol

    gps.LoadDataBase

    Any ETA on this? Being able to both add and remove UnwalkableZone or something is pretty essential to automation.
  14. Sidalol

    Equip not working

    Works perfectly, thanks for quick fix.
  15. Sidalol

    scarecrow gather+seed question?

    Run plugin > Select mushroom seed > Select your farm > Press plant > Select gather mushrooms > Press go.
  16. Sidalol

    Equip not working

    Unkown
  17. Sidalol

    VMware

    I followed his steps and it still didn't work :/ What version of windows do you use? And it is x86 or x64?
  18. Sidalol

    Equip not working

    It refuses to equip glass phoenix for me. Unequips fine.
  19. Sidalol

    Equip not working

    UnEquip("Glass Phoenix") works fine. Equip("Glass Phoenix") does not.
  20. Sidalol

    gps.LoadDataBase

    Bad polygon zone would be perfect.
Back
Top