Thread: I dont get it.....

Results 1 to 3 of 3
  1. #1 I dont get it..... 
    Registered Member Nuno555's Avatar
    Join Date
    Sep 2011
    Posts
    330
    Thanks given
    40
    Thanks received
    14
    Rep Power
    0
    LunaticScape Client
    Loaded 525 graphics...
    Loaded the flo.
    602 NPC Amount: 11257
    Error: T1 - 123,0 - 36,36
    Exception in thread "Thread-6" java.lang.ArrayIndexOutOfBoundsException: 92
    at Class36.method531(Class36.java:106)
    at Model.method470(Model.java:1637)
    at ObjectDef.method581(ObjectDef.java:291)
    at ObjectDef.method578(ObjectDef.java:161)
    at Animable_Sub5.getRotatedModel(Animable_Sub5.java:4 1)
    at Animable.method443(Animable.java:10)
    at WorldController.method314(WorldController.java:128 5)
    at WorldController.method313(WorldController.java:102 1)
    at client.method146(client.java:13961)
    at client.drawGameScreen(client.java:9301)
    at client.processDrawing(client.java:10143)
    at RSApplet.run(RSApplet.java:108)
    at client.run(client.java:5847)
    at java.lang.Thread.run(Unknown Source)
    Wtf Is going on?
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    class36.java method531 please


    ~flow@hacking . rs
    Reply With Quote  
     

  3. #3  
    Registered Member Nuno555's Avatar
    Join Date
    Sep 2011
    Posts
    330
    Thanks given
    40
    Thanks received
    14
    Rep Power
    0
    public static Class36 method531(int j)
    {
    if(animationlist == null)
    return null;
    String hex = Integer.toHexString(j);
    int file = Integer.parseInt(hex.substring(0,(hex.length()-4)), 16);
    int frame = Integer.parseInt(hex.substring((hex.length()-4)), 16);
    if(animationlist[file].length == 0)
    load(file);
    return animationlist[file][frame];

    }
    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. You dont have too!
    By TLPK-SCAPE in forum Chat
    Replies: 4
    Last Post: 03-04-2011, 07:13 AM
  2. Replies: 2
    Last Post: 11-01-2009, 03:22 PM
  3. Replies: 13
    Last Post: 06-15-2008, 05:05 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
  •