Jump to content

dynamicninja

Members
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

4707 profile views

dynamicninja's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. Before I submit any bug reports I'll try it again and see if I can replicate the same Issue. Yes that is correct. At first the issue was the whole path and figured webWalker couldn't do it. Then did some tests underground, progressively shortening the path and not including obstacles. I'll send you a PM with the code source. It is nowhere near complete and is full of bad practice & a few nitty gritty tings I have to sort out. I'd much rather not share it around at this stage.
  2. "If you didn't want to use web walking and still support disconnecting, I don't see why you can't just use walkPath" Firstly; I honestly didn't know about the web-walking links - I'm going to have to have a look into this for future projects. Second; After trying a few things, I found webwalk was not working with what I wanted. Specifically moving from Edgeville to the chaos druids. Now that you've mentioned the links I can see why this wouldn't have worked. But still, I even tried webWalking along one of the corridors underground (taking points on the same plane with no obstacles in between )and got an error message saying no path can be found. http://prntscr.com/l6jp8q Either way, I ended up using walkPath with a few conditionals to determine which path segment is currently being traversed when moving from the bank to the druids and to handle the obstacles between.
  3. I've been writing a script that requires some walking underground (through doors as well). To do this, obviously webwalk cannot be used, so I've been using walkPath instead. Now here comes the problem. I want the bot to be able to pick up where it left off. If there is a disconnect, it should be able to pick up even if it is in the middle of running somewhere. I've tried a state model which was absolutely horrid to work with and I've tried a procedural approach which works but is really unreliable. Does anyone have any ideas on possible methods/improvements?
  4. Only been here for a while but its apparent how your face is plastered everywhere! Good luck in your new adventures!
  5. Ah thank you! Didn't know you could do that. I might have to give it a shot! Had a quick read of your tutorial, looks great! I'll have a more in depth read shortly. Thanks for taking the time to have a look at my script, I appreciate it!
  6. This is my first major script and I feel like I'm being a little ambitious but I would really like some feedback on if there are some things that I should/shouldn't be doing. This is my first time using java, and a first project other than tutorials using object orientation. As a side, just want to say thanks Explv. Your tutorial was an awesome introduction FishingData.java FishingHandle.java Handler.java Main.java Banking.java
×
×
  • Create New...