Thread: Full 131 Data with Maps

Page 9 of 12 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 112
  1. #81  
    🎶 As you're falling down 🎶


    uint32_t's Avatar
    Join Date
    Feb 2015
    Posts
    1,396
    Thanks given
    6,177
    Thanks received
    776
    Rep Power
    5000
    Quote Originally Posted by Professor Oak View Post
    Oh okay, sweet!
    Actually, wait, at some point in time the zip got removed from my archive file, I'll actually go ahead and reupload it with the zip in it again. The updated post will now have a purple line with the updated link.
    Quote Originally Posted by Idiot Bird View Post
    Quote Originally Posted by Velocity View Post
    lol np mate looks like the community brought ur rep down to ur IQ
    Not too sure about that, it's at 0 . It would have to go minus to even be remotely close to his IQ.
    Reply With Quote  
     

  2. Thankful user:


  3. #82  
    Donator

    Join Date
    Dec 2011
    Posts
    12
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Does anybody knows coordinates of great olm boss room? Thank you.
    Reply With Quote  
     

  4. #83  
    Registered Member

    Join Date
    Feb 2016
    Posts
    224
    Thanks given
    177
    Thanks received
    51
    Rep Power
    119
    Quote Originally Posted by angelpkz View Post
    Does anybody knows coordinates of great olm boss room? Thank you.
    3234, 5738
    Reply With Quote  
     

  5. #84  
    Donator

    Join Date
    Dec 2011
    Posts
    12
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by sluggy View Post
    3234, 5738
    Thank you, my friend.
    Reply With Quote  
     

  6. #85  
    Registered Member
    Join Date
    Jan 2017
    Posts
    43
    Thanks given
    6
    Thanks received
    1
    Rep Power
    17
    Can someone tell me what i'm doing wrong, I packed them into my cache but when i tele to great old boss room (3234, 5738) None of the maps are there.. But the other item's are fine, such as the DClaws, Fire cape.. just the maps..

    Edit:-

    also if i go to coords 1391, 3543 This is what i get.

    Link
    Reply With Quote  
     

  7. #86  
    Extreme Donator


    Join Date
    Dec 2016
    Posts
    383
    Thanks given
    99
    Thanks received
    66
    Rep Power
    340
    What is raids location pos ? x,y
    Reply With Quote  
     

  8. #87  
    Registered Member
    Join Date
    Jan 2017
    Posts
    196
    Thanks given
    15
    Thanks received
    22
    Rep Power
    11
    Quote Originally Posted by razysh View Post
    What is raids location pos ? x,y
    1233, 3558

    https://explv.github.io/
    Reply With Quote  
     

  9. #88  
    Extreme Donator


    Join Date
    Dec 2016
    Posts
    383
    Thanks given
    99
    Thanks received
    66
    Rep Power
    340
    Quote Originally Posted by Sami2427 View Post
    how to add the npc of raid to it and i cant even join it
    Reply With Quote  
     

  10. #89  
    Registered Member
    Join Date
    Jan 2017
    Posts
    196
    Thanks given
    15
    Thanks received
    22
    Rep Power
    11
    Quote Originally Posted by razysh View Post
    how to add the npc of raid to it and i cant even join it
    Omg... just forget about it, raid won't magically work
    Reply With Quote  
     

  11. Thankful user:


  12. #90  
    Registered Member
    Join Date
    May 2015
    Posts
    20
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I tried to do this, and it is saying to fix my readvalues in entitydef.java public void readValues(Stream stream) {
    do {
    int i = stream.readUnsignedByte();
    if (i == 0)
    return;
    if (i == 1) {
    int j = stream.readUnsignedByte();
    anIntArray94 = new int[j];
    for (int j1 = 0; j1 < j; j1++)
    anIntArray94[j1] = stream.readUnsignedWord();

    } else if (i == 2)
    name = stream.readString();
    else if (i == 3)
    description = stream.readBytes();
    else if (i == 12)
    aByte68 = stream.readSignedByte();
    else if (i == 13)
    standAnim = stream.readUnsignedWord();
    else if (i == 14)
    walkAnim = stream.readUnsignedWord();
    else if (i == 17) {
    walkAnim = stream.readUnsignedWord();
    anInt58 = stream.readUnsignedWord();
    anInt83 = stream.readUnsignedWord();
    anInt55 = stream.readUnsignedWord();
    } else if (i >= 30 && i < 40) {
    if (actions == null)
    actions = new String[5];
    actions[i - 30] = stream.readString();
    if (actions[i - 30].equalsIgnoreCase("hidden"))
    actions[i - 30] = null;
    } else if (i == 40) {
    int k = stream.readUnsignedByte();
    anIntArray76 = new int[k];
    anIntArray70 = new int[k];
    for (int k1 = 0; k1 < k; k1++) {
    anIntArray76[k1] = stream.readUnsignedWord();
    anIntArray70[k1] = stream.readUnsignedWord();
    }

    } else if (i == 60) {
    int l = stream.readUnsignedByte();
    anIntArray73 = new int[l];
    for (int l1 = 0; l1 < l; l1++)
    anIntArray73[l1] = stream.readUnsignedWord();

    } else if (i == 90)
    stream.readUnsignedWord();
    else if (i == 91)
    stream.readUnsignedWord();
    else if (i == 92)
    stream.readUnsignedWord();
    else if (i == 93)
    aBoolean87 = false;
    else if (i == 95)
    combatLevel = stream.readUnsignedWord();
    else if (i == 97)
    anInt91 = stream.readUnsignedWord();
    else if (i == 98)
    anInt86 = stream.readUnsignedWord();
    else if (i == 99)
    aBoolean93 = true;
    else if (i == 100)
    anInt85 = stream.readSignedByte();
    else if (i == 101)
    anInt92 = stream.readSignedByte() * 5;
    else if (i == 102)
    anInt75 = stream.readUnsignedWord();
    else if (i == 103)
    anInt79 = stream.readUnsignedWord();
    else if (i == 106) {
    anInt57 = stream.readUnsignedWord();
    if (anInt57 == 65535)
    anInt57 = -1;
    anInt59 = stream.readUnsignedWord();
    if (anInt59 == 65535)
    anInt59 = -1;
    int i1 = stream.readUnsignedByte();
    childrenIDs = new int[i1 + 1];
    for (int i2 = 0; i2 <= i1; i2++) {
    childrenIDs[i2] = stream.readUnsignedWord();
    if (childrenIDs[i2] == 65535)
    childrenIDs[i2] = -1;
    }

    } else if (i == 107)
    aBoolean84 = false;
    } while (true);
    }

    there that is and here is the error


    java.lang.ArrayIndexOutOfBoundsException: 9
    Error: loaderror Unpacking config 324
    at EntityDef.readValues(EntityDef.java:1381)
    at EntityDef.forID(EntityDef.java:18)
    at EntityDef.forID(EntityDef.java:1091)
    at EntityDef.unpackConfig(EntityDef.java:1161)
    at Client.startUp(Client.java:8163)
    at ClientEngine.run(ClientEngine.java:221)
    at Client.run(Client.java:5162)
    at java.lang.Thread.run(Unknown Source)
    Reply With Quote  
     

Page 9 of 12 FirstFirst ... 7891011 ... LastLast

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. Replies: 4
    Last Post: 09-15-2016, 05:31 PM
  2. Someone with map data knowledge
    By TheCrazy in forum Buying
    Replies: 4
    Last Post: 06-10-2014, 12:56 AM
  3. Replies: 1
    Last Post: 04-15-2011, 04:08 PM
  4. Help With Map Data
    By xsuperx in forum Help
    Replies: 0
    Last Post: 12-28-2010, 10:38 PM
  5. Replies: 25
    Last Post: 08-17-2010, 05:11 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •