Jump to content

The King

Members
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by The King

  1. 6 minutes ago, IDontEvenBot said:

    Guess you like banging your girlfriend with a group too right?

    No,  I just do that with your mom and sister.

    Since you are talking about non-related topics, private issues and making fun of me so

    • Like 3
  2. Hello guys, does anyone mind learning and coding with me?

    We could learn, code together and after, we could start a project together.

    I always like working with people not solo.

    Maybe we can add on skype if you are interested, pm me!

  3. In runescape3 it is called bond and when we buy it, It works in rs3 and 07,

    But what about if i bought a bond from 07 worlds, Is it going to work as it says "OldSchool Bond".

  4. What they are trying to tell you is that you should get your code reviewed by the forum staff or a trusted Scripter III 

     

    Thank you for explaining but I am not dump, I already know what they mean.

     

    I will show them the code and they can try it in a nooby account even before they pay. ( Its 100% win )

  5. The reason of why it's on spam is because I am doing this as a private work so it's your own responsibility.

     

    For who is interested, I will show code and how it works in skype before I sell it, You could try it in a nooby account.

    The money will be paid after you receive this too.

     

    Everything is going to be safe as you can see.

  6. is this a market section?

     

    No its not a market section, Sorry for posting it here!

     

    I can't make a youtube video of it as Jagex will check the patterns, I am showing this video private.

     

    Also its limited, Only 3 players can have it. 

  7. Run 2 bots in the same tab instead dont open 2 clients

     

    Add your first bot and set it up then add ur 2nd one use the Bots tab next to the Settings tab to cycle through your bots

     

     

    ty it helps me as i didnt know it

  8. I only want to run 2 not more so i dont need vip


    you need vip for 2 clients. u can run 2 bots per client

     

     

     

    I only want to run 2 not more so i dont need vip

  9. I tried making a polygon on the tree with the tree pos but it wasn't accurate and didnt cover/wrap the tree so if you want to do a bounding box or something instead it'd be something like

     
    titan.draw(treevariable.getModel().getBoundingBox(treevariable.getGridX(), treevariable.getGridY(), treevariable.getZ()));
     
    

    where titan. is my onPaint reference e.g (Graphics2D titan)

    treevariable is your tree variable you get the gist 

    I tried mate, sorry feels.png

     

    if you do however want to still try the polygon stuff it's 

     

    titan.draw(treevariable.getPosition().getPolygon(getBot()));

     

    Thanks bro it works smile.png

     

    From Alek's woodcutter (pieced together):

     

    GraphicUtilities.getModelBoundingBox(bot, o.getGridX(), o.getGridY(), o.getZ(), o.getModel());
    g.drawRect(rectangle.x, rectangle.y, rectangle.width, rectangle.height);

     

     

    Bro thanks for that but it didn't work with me

    correct me if i am wrong, 2d graphics is not working in the tree we need 3d.

  10. how to make polygon near a tree or object

    something like this or like alek's woodcutter which has a square over the tree

     

    anyone have the code for it ?

     

    RV1PKor.png

  11. Ohh thanks but I still don't get how to do it by bounding box as I am still a beginner on coding.

    If you would like could you please give me a full code ( Example of walking to an area with this ) so I can learn how to do it in the future ?

    @@Solzhenitsyn

×
×
  • Create New...