Thread: Classical PI problem [317]

Results 1 to 7 of 7
  1. #1 Classical PI problem [317] 
    Registered Member
    Join Date
    Nov 2011
    Posts
    104
    Thanks given
    5
    Thanks received
    1
    Rep Power
    11
    Fixed. Thanks for help almost no one.. THANKS Cx Jack
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jul 2008
    Posts
    3,532
    Thanks given
    188
    Thanks received
    696
    Rep Power
    0
    post the error the client throws...
    Reply With Quote  
     

  3. #3  
    420
    420 is offline
    Registered Member 420's Avatar
    Join Date
    Oct 2012
    Posts
    71
    Thanks given
    1
    Thanks received
    3
    Rep Power
    11
    (client sided) Animation ->
    if(j == 7030){
    int file = 1765;
    if(FrameStart[file] < 1)
    Class36.methodCustomAnimations(false, file);
    int[] frames = {3,2,0,1,4,0};
    int[] delays = {3,3,3,3,3,0};
    anims[j].anInt352 = frames.length-1;
    anims[j].anIntArray353 = new int[frames.length-1];
    anims[j].anIntArray354 = new int[frames.length-1];
    anims[j].anIntArray355 = new int[frames.length-1];
    for(int i2 = 0; i2 < frames.length-1; i2++){
    anims[j].anIntArray353[i2] = frames[i2]+FrameStart[file];
    anims[j].anIntArray354[i2] = -1;
    anims[j].anIntArray355[i2] = delays[i2];
    }
    }
    Replace with
    /*if(j == 7030){
    int file = 1765;
    if(FrameStart[file] < 1)
    Class36.methodCustomAnimations(false, file);
    int[] frames = {3,2,0,1,4,0};
    int[] delays = {3,3,3,3,3,0};
    anims[j].anInt352 = frames.length-1;
    anims[j].anIntArray353 = new int[frames.length-1];
    anims[j].anIntArray354 = new int[frames.length-1];
    anims[j].anIntArray355 = new int[frames.length-1];
    for(int i2 = 0; i2 < frames.length-1; i2++){
    anims[j].anIntArray353[i2] = frames[i2]+FrameStart[file];
    anims[j].anIntArray354[i2] = -1;
    anims[j].anIntArray355[i2] = delays[i2];
    }
    }*/
    Or just remove whole thing.
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Banned

    Join Date
    Jul 2008
    Posts
    3,532
    Thanks given
    188
    Thanks received
    696
    Rep Power
    0
    at client.drawInterface(client.java:8529)

    8529

    post that line from the client class
    Reply With Quote  
     

  6. #5  
    Registered Member
    Join Date
    Nov 2011
    Posts
    104
    Thanks given
    5
    Thanks received
    1
    Rep Power
    11
    8529
    Code:
    if(class9_1.aString228.length() > 0)
    Reply With Quote  
     

  7. #6  
    Banned

    Join Date
    Apr 2012
    Posts
    3,259
    Thanks given
    2,554
    Thanks received
    832
    Rep Power
    0
    Been released, try using the search button or Google.
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Nov 2011
    Posts
    104
    Thanks given
    5
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Demonhorn View Post
    Been released, try using the search button or Google.
    dont you think i have? yea cant find, so if you want to help redirect me to it.

    edit: how can i add the lunar interface? ::interface 29999 shows i dont have it (somebody said 29999 was the interface id)
    Edit2:added interface, it works- but i still get same error after i go to it and click
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. RuneVille - A Classical RSPS.
    By YouSeemMadBro in forum Projects
    Replies: 3
    Last Post: 07-10-2011, 03:43 PM
  2. Replies: 55
    Last Post: 05-22-2011, 08:51 PM
  3. CreativeScape - Remake of a classical Server
    By R0cky 0wnz in forum Show-off
    Replies: 4
    Last Post: 04-24-2011, 04:59 PM
  4. [317] devolution trading problem [317]
    By wind444 in forum Help
    Replies: 4
    Last Post: 06-16-2009, 11:57 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •