Jump to content

Team Cape

Members
  • Posts

    2607
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Team Cape

  1. just creating the webwalkevent means nothing because the webwalkevent has no reference to your instance of script (this is why it does not do it on instantiation). do it with every line it provided, and it will work because prefetchRequirements() is what does that even if the webwalkevent isn't executed.
  2. WebWalkEvent wwe = new WebWalkEvent(area); wwe.prefetchRequirements(this); wwe.getDestination(); //returns the walkable position in the area if one was found
  3. the way the "Report post" and time posted are slightly off is making me REEEEEEEEEEE
  4. Ran through all the courses up to Pollniveach. They were all looking good! Also, if you're looking at this script, be aware that there is a possibility of being banned. You were given a free script, but note that almost 7000 people also currently have the same script; if you don't bot responsibly, it is very possible to be banned. If you bot anything at all, you run the risk of being banned! With that said, the ban rate on this script does not appear to be bad at all. Have fun with the script!
  5. oh, ok, ill let the lines of people who asked know that bicep and torv are trash compared to you
  6. Script likely needs an update, I'm going to run through all the courses this weekend
  7. The best way is to run the script you want to test on injection, make sure it's perfect, then just test it on mirror mode to make sure it functions in the same way. It's pretty straightforward, really.
  8. Another positive feedback given from being the #1 Best Head CBA Please remove my most recent feedback from harry12345
  9. ^ this See the example that I gave before that will work.
  10. i love it 100% support, amazing graphic detail too
  11. you need to use it within the time allotted. it will automatically appear in your list. given another 4 hrs
  12. u have too much damn feedback
  13. public class Logger { private static MethodProvider m; private Logger() { } public static void setup(MethodProvider m) { Logger.m = m; } public static void log(String message) { if(m != null) m.log(message); } } this is a pretty basic way of doing it. just call setup in your onStart() and you should be able to use this. if you want a staticly accessible version of m just create a getter for m
  14. if u tryna get turnt get drunk this friday with me and we'll be turnt together on discord
×
×
  • Create New...