Conversation Between Exsinity and LunarKnight

10 Visitor Messages

  1. That wouldn't make a difference.
    It really wouldn't.
  2. looping is like..the ONLY thing I don't know so idk.
    And this code isn't looping fishing:
    EDIT:
    LOL BB CODE ISN'T ALLOWED SO THIS IS GONNA LOOK UGLY:

    case 2028: //Small Net Fishing
    int smallStart = 0;
    int smallFish = 0;

    if (actionTimer == 0){
    smallStart = 1;
    }

    if (freeSlots() == 28){
    smallFish = 0;
    }

    while (smallStart == 1 && freeSlots() > 0 && actionTimer == 0 && smallFish < 29){
    smallFish++;
    startAnimation(621);
    addSkillXP((3 *playerLevel[10]), 10);
    actionTimer = 40;
    addItem(317, 1);
    sendMessage("You catch some Shrimps.");
    }

    if (smallStart == 1 && freeSlots() == 0 && actionTimer == 0 || smallFish == 28){
    smallStart = 0;
    smallFish = 0;
    sendMessage("Your Inventory is too full to carry any more Shrimps.");
    }
    break;

    It stops after catching shrimps once.
    Then you gotta click again.
    I want it to continue to full inventory, then stop you.
  3. Hey can I help you with the server I wanna code something real badly!!!
    Just tell me the exacted source so I can make some stuff or upload it to uppit.
  4. rep++ me to lol!
  5. Yup I:m finally starting to get Java A LOT more.
  6. AH I get it.
    Lol.
    I knew it was simple, but I've never done it before so I didn't know how.
    UGH, I get it nowwww.
  7. here is a loop for you.


    int loops = 28;
    while (loops > 28) {
    loops++;
    //CODE HERE

    while (loops == 28){
    //ending message like you took a break
    }
    }
    }

    }
  8. It's ok.
    FS Is fucking horrible.
    + Al doesn't know how to program.
    Or even if he does know how, he's bad at it.
  9. It's bullshit your banned from FS
  10. ....
Showing Visitor Messages 1 to 10 of 10