Jump to content

Token

Script Officer
  • Posts

    8431
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Token

    Stealth Quester

    How do you know it's looking for teles?
  2. Token

    Stealth Quester

    Authed All trials are 24 hours
  3. Start from CLI and give it an invalid memory allocation value like -mem j, check how much memory is allocated by default
  4. Token

    JavaScript

    I have to kill the browser process every 10 hours or so, sometimes it crashes itself because of the resource usage. I'm only "running" 4 osbot forum tabs, but it behaves the same no matter how many I run. It's not on my phone, it's an alienware laptop with a i7 4720HQ cpu, this website uses more resources than dark souls 3. I think we should get rid of some javascript. We could start here
  5. Token

    Stealth Quester

    That usually happens when you put weird spells or stuff like toxic blowpipe, barrows in a gear equipment (which are not supported as stated in the instructions), if that happens you can fix it by deleting the OSBot folder. Make sure you don't select any spell while loading the gear if you are using melee. Haven't I authed you before
  6. Graphics2D paints on your canvas, not in runescape space, so you can't paint based on runescape coordinates. You need to project the 3D runescape space coordinates onto the camera plane to get the actual position on the canvas of a game object. Take a look at the GraphicUtilities class, everything you need should be there.
  7. Polygon is a 2D shape. Your tree is in 3D space.
  8. Token

    Stealth Quester

    Yes it will detect the quests it can do
  9. Token

    Stealth Quester

    I'll update Shadow of the Storm in a bit again
  10. Token

    Stealth Quester

    Deleting your OSBot folder located at C:\Users\<USER>\OSBot should fix it What spellbook were you using?
  11. My phone wifi was big dick, too bad I had to change when it turned on my wifi @ my parents house
  12. Token

    Stealth Quester

    Yes I told you not to use mirror mode
  13. Token

    Stealth Quester

    It's secret until release
  14. Token

    Stealth Quester

    It sounds like you are using mirror mode. The mirror client itself is not functional right now when it comes to widget interactions so it won't ever click anything but the first option in every dialogue Check the logger, it will print what the problem is. Possible causes include attempting to do Animal Magnetism when you don't have access to Morytania (by talking to Drezel after Priest in Peril) or you don't meet all the requirements for those quests
  15. Then skip to the PS and use PHP. ASP/JSP are no longer popular in real web apps, there are a few popular ones that use them but that's it. Only banking and insurance companies use them because they are not up to date with modern technology, hence they ask for developers with 20 years of experience and pay them less than an intern at google.
  16. So where would you say I would begin? Download an IDE Do I use ASP.NET or Java EE? ASP.NET Do I need to use a framework like spring (i have no clue wtf spring is or does) Spring is for Java and you shouldn't touch that unless you have a very deep understanding of OOP, it also introduces AOP (Aspect Oriented Programming) which you are very unlikely to learn in school Do I have do cloud computing because they're is no change i will be buying hardware, if so which one aws, google, etc..? Just rent any server PS: pretty much all modern websites and web apps rely on PHP nowadays, all large IT companies use the LAMP stack (Linux, Apache, MySQL, PHP) because that's all you need for web development
×
×
  • Create New...