Thread: Compile Error (7)

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 37
  1. #1 Compile Error (7) 
    Founder of MBScape & Xora

    Ryan.'s Avatar
    Join Date
    Oct 2008
    Posts
    1,509
    Thanks given
    53
    Thanks received
    49
    Rep Power
    312
    OK, thanks to Ronaldo, I'm down to this

    client.java:15161: illegal start of expression
    public void process() {
    ^
    client.java:15161: illegal start of expression
    public void process() {
    ^
    client.java:15161: ';' expected
    public void process() {
    ^
    3 errors
    Finished!
    Press any key to continue . . .
    Attached image
    Reply With Quote  
     

  2. #2  
    IvA V1n
    Guest
    Ok post the code from a couple lines above that, to a couple below it
    Reply With Quote  
     

  3. #3  
    Founder of MBScape & Xora

    Ryan.'s Avatar
    Join Date
    Oct 2008
    Posts
    1,509
    Thanks given
    53
    Thanks received
    49
    Rep Power
    312
    There's some of it.

    if (playerEquipment[playerWeapon] == 6541 && specialAmount >= 75) {//d skim
    startAnimation(451);
    specialDamage = 30 + misc.random(5);
    specialAmount -= 75;
    }
    if (playerEquipment[playerWeapon] == 4755 && specialAmount >= 100 || playerEquipment[playerWeapon] == 4734 && specialAmount >= 100 || playerEquipment[playerWeapon] == 4718 && specialAmount >= 100 || playerEquipment[playerWeapon] == 4726 && specialAmount >= 100 || playerEquipment[playerWeapon] == 4747 && specialAmount >= 100 || playerEquipment[playerWeapon] == 47 && specialAmount >= 100) {//barrows
    startAnimation(playerSEA);
    specialDamage = 10 + misc.random(5);
    specialAmount -= 100;
    }
    }

    public int stealtimer;
    public int Reptimer = 0;
    public int EnemyY = 0;
    public int EnemyX = 0;
    public void process() {

    if ((IsAttackingNPC) && DCDamg == true ) {
    if (DCdown == 2 ) {
    setAnimation(2068);
    }
    SpecDamgNPC(30);
    DCdown -= 1;
    if (DCdown == 0 ) {
    DCDamg = false;
    }
    }
    if (IsAttacking == true && DCDamg == true ) {
    if (DCdown == 2 ) {
    setAnimation(2068);
    }
    SpecDamg(25);
    DCdown -= 1;
    if (DCdown == 0 ) {
    DCDamg = false;
    }
    }
    if (isRunning2 == true){
    isRunning = true;}
    if (isRunning2 == false){
    isRunning = false;}
    Attached image
    Reply With Quote  
     

  4. #4  
    Lighten
    Guest
    Fuck im stupid nvm lol
    Last edited by Lighten; 01-20-2009 at 03:57 AM. Reason: stupidness
    Reply With Quote  
     

  5. #5  
    IvA V1n
    Guest
    Why don't you just declare those under the class name, along with everything else
    Reply With Quote  
     

  6. #6  
    Founder of MBScape & Xora

    Ryan.'s Avatar
    Join Date
    Oct 2008
    Posts
    1,509
    Thanks given
    53
    Thanks received
    49
    Rep Power
    312
    Cause, I still get errors, do you know how to fix it?
    Attached image
    Reply With Quote  
     

  7. #7  
    IvA V1n
    Guest
    Upload your client.java and post dl here
    Reply With Quote  
     

  8. #8  
    Founder of MBScape & Xora

    Ryan.'s Avatar
    Join Date
    Oct 2008
    Posts
    1,509
    Thanks given
    53
    Thanks received
    49
    Rep Power
    312
    Okay, 1 Second, attachment or link?
    Attached image
    Reply With Quote  
     

  9. #9  
    IvA V1n
    Guest
    Link, attachments dont work
    Reply With Quote  
     

  10. #10  
    Founder of MBScape & Xora

    Ryan.'s Avatar
    Join Date
    Oct 2008
    Posts
    1,509
    Thanks given
    53
    Thanks received
    49
    Rep Power
    312
    Well, here's the link: Client.java
    Attached image
    Reply With Quote  
     

Page 1 of 4 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •