Search:

Type: Posts; User: Graser

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,223

    Re: Basic Question Need Help

    Heres my full onReprint code where the issue is.


    public void onRepaint(Graphics grphcs) {
    drawMouse(grphcs);
    strExp = Skills.getExperience(Skills.STRENGTH) - SstrExp;
    attExp =...
  2. Replies
    3
    Views
    1,223

    Basic Question Need Help

    The method tileToScreen(Tile, int) is undefined for the type Calculations


    Point M = Calculations.tileToScreen(Enemy.getLocation(), Enemy.getHeight());

    I changed it tiles to screen to

    ...
  3. How can i make my Player attack another Player?

    All it does is just Spam click my Avatar. Since Players don't have ids i have been having a lot of trouble figuring out the best method for it to find and interact with another Player. Basically if...
Results 1 to 3 of 3