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

Search results

  1. J

    Unknown Glyph Version

    I can't even run glyph right now I try to open glyph and it doesn't do anything. I just checked processes and had 10 glyph exes running and 5 glyph crash handlers running. So there is definitely something going wrong with glyph itself.
  2. J

    Is there a plugin for planting/harvesting more than 1 farm?

    I can't get CollectItemsAtFarm to work anymore. Please share if you have something that is working. I've been trying all week. Every since the second to last AB update my plugin for farming has stopped collecting. It plants with no problem but it will not pick anything up.
  3. J

    [PLUGIN] World Farmer - An Open world farm plugin

    Can someone covert this code to work on a scarecrow? It will pick up my stuff on the scarecrow no problem but it also tries to pick up stuff on my neighbors scarecrow too and it can't so it just keeps trying.
  4. J

    Out: Was the CollectItemsAtFarm function changed?

    Do you have an example codes I can play with to get this working?
  5. J

    Out: Was the CollectItemsAtFarm function changed?

    Any luck figuring out why I can't collect Azalea at my large farm Out?
  6. J

    Out: Is there a way to stop character from running into range of target?

    There isn't a run to target on the client. I've looked through all the settings before trying to find something that would be causing it. I'm using Out's recommendation and it works great now.
  7. J

    Out: Is there a way to stop character from running into range of target?

    Okay I will look into that from the API thank you.
  8. J

    Out: Was the CollectItemsAtFarm function changed?

    89 is the result of this string
  9. J

    Out: Was the CollectItemsAtFarm function changed?

    UPDATE: It will sometimes plant bundles and sometimes it will not on both thatched and large farm. I've had it plant large farm full of bundles before and sometimes it plants only 1 bundle then it keeps saying To Close to other objects. It won't ever go past just one bundle when it does that.
  10. J

    Out: Is there a way to stop character from running into range of target?

    I never tell it to move to the target though it does it automatic. I'm just telling it to hit certain skills and soon as I grab a target it starts running at the target. Do I need to just put CancelMoveTo() in a loop to make it always cancel?
  11. J

    Out: Is there a way to stop character from running into range of target?

    I'm trying to make a simple PvP plugin to fire my skills in the order I want while I am PvPing. The issue I am having is soon as I pick a target my character takes off running towards the target till its in range. I don't want my character to move I want to control the character all I want it to...
  12. J

    [Plugin] Questing

    You are telling the wrong person out isn't the one who made this plugin.
  13. J

    Out: Was the CollectItemsAtFarm function changed?

    UPDATE: I've done even more testing and it works on Azalea Seed Bundle just fine on Thatched house but will only plant on Large farm it will NOT gather on large farm. So I'm not sure what is going on. It will plant on anything without any problem it just won't gather on the large farm. It works...
  14. J

    Out: Was the CollectItemsAtFarm function changed?

    Something else that I believe should be fixed asap. When planting around a Thatched house it plants some things inside the house. Places that you shouldn't be able to plant at all. I'll attach a screenshot of what I am talking about. All it would take is one person walk by and see that and...
  15. J

    Out: Was the CollectItemsAtFarm function changed?

    UPDATE: I've done some more testing. It works perfectly on the plot around my Thatched house but it does NOT work on large farm at all. I've triple checked the farm ID. I've even used your Scarecrow plugin and the Scarecrow one works but this code doesn't work on the large farm.
  16. J

    Out: Was the CollectItemsAtFarm function changed?

    Out I have no idea why but its working today. I had to hit play and stop about 3 times then it just started working. It hasn't worked in two days and today its working again. I didn't change anything on my computer and nothing in the code. I just happen to hit play a couple times and it started...
  17. J

    Out: Was the CollectItemsAtFarm function changed?

    No error from that code Out. It just runs the code it skips the collecting part of the code and it only plants. This is the code I am using. The plant items at farm works great it always plants with no problem but since the last update you gave us yesterday the collecting stopped working...
  18. J

    Archebuddy not updating properly

    I had the same problem last night. I tried for two hours to download the updates and db.db kept getting stuck at random mb and then it would say download incomplete or something like that. I tried and tried I got aggravated with it and then just went to bed. I don't even have antivirus installed...
  19. J

    Out: Was the CollectItemsAtFarm function changed?

    I'm kind of new with coding so that's way out of my league. I'm only decent at looking at other code and changing it to my needs. I couldn't do that even if I wanted too.
  20. J

    Farm/Gather

    You can reduce the time that it waits down if you want it to not wait as long to start the next project. Just adjust the time in the rand.next part of the code such as.... var mseconds = random.Next(24, 30) * 1000; Now instead of it waiting 240-300 seconds it waits 24-30 seconds. I set...
Back
Top