Results 1 to 5 of 5
  1. #1
    SpoonClack's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    [HELP] Issues with Customs? Please help.

    As many of you know, I had a stupid question on customs. I solved it.
    Now I'm back. I tried to add in some customs and it's worked, but when I edit the stats of them, I can compile fine but when the server runs I see this...
    Code:
    Server is Online
    Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 6
            at ItemHandler.loadItemList(ItemHandler.java:283)
            at ItemHandler.<init>(ItemHandler.java:173)
            at server.main(server.java:111)
    Compiler returns no errors but Client will not allow me to log on. Shows black screen for roughly 2 seconds then Connection Lost - Waiting to ReEstablish and it keeps retrying. Any help?

    Item Codes for items.cfg
    Code:
    item = 16006 Dragonite_Kiteshield	A_rare_protective_kiteshield. 7500000 15000000 5000000 0 0 0 0 0 40 60 53 21 44 25 0
    item = 16007 Dragonite_Shield	A_rare_protective_shield. 7500000 15000000 5000000 0 0 0 0 0 40 60 53 21 44 25 0
    item = 16001 Dragonite_Claws	A_set_of_dragon_claws_made_into_a_weapon! 10000000 25000000 15000000 65 65 65 65 65 10 10 10 10 10 5 0
    ItemHandler Line 283
    Code:
    if (token3[(6 + i)] != null) {
    	Bonuses[i] = Integer.parseInt(token3[(6 + i)]);
    } else {
    	break;
    }
    ItemHandler Line 173
    Code:
    for (int i = 0; i < MaxListedItems; i++) {
    ItemList[i] = null;
    	}
    	loadItemList("item.cfg");
    	loadDrops("globaldrops.cfg");
    }
    Running rev317 DeltaScape Base, from the SpicyMozarella Videos.
    Last edited by SpoonClack; 08-08-2015 at 04:12 PM.

  2. #2
    Rejuiced's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    126
    Reputation
    10
    Thanks
    3
    I suggest you ditch the DeltaScape Base, there's ton of other cleaner bases and it'll save you a lot of hard work and time with the things you're gonna be running into.

  3. #3
    SpoonClack's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Rejuiced View Post
    I suggest you ditch the DeltaScape Base, there's ton of other cleaner bases and it'll save you a lot of hard work and time with the things you're gonna be running into.
    Problem is I've invested probably 20 hours into this server.

  4. #4
    Rejuiced's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    126
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by SpoonClack View Post
    Problem is I've invested probably 20 hours into this server.
    Even if you did though some code you could still transfer over to other bases. I mean you could keep developing this, but if you're interested in actually releasing this to the public, or opening the server up, I suggest you just transfer over to another base.

  5. #5
    SpoonClack's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Tried to Change the Format (copy and pasted an existing line and editied) and it switched error messages.
    Code:
    Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 17
    And BTW, I am not planning on releasing this, just messing around on localhost. I need a fix for this soon please, if you know of one. I put them in Class8.java, Item.java, and item.cfg and it's giving errors in files I haven't touched.
    Last edited by SpoonClack; 08-08-2015 at 04:31 PM.

Similar Threads

  1. [Help Request] [Help Request] can anyone help me with this please :)
    By imorata89 in forum WarRock Help
    Replies: 2
    Last Post: 10-27-2013, 05:06 PM
  2. [Help Request] Help Me with this please
    By Mayion in forum Suggestions, Requests & General Help
    Replies: 4
    Last Post: 06-21-2013, 06:40 AM
  3. Cs4 Error with brushes please help!
    By Chester Bennington in forum Art & Graphic Design
    Replies: 9
    Last Post: 08-03-2010, 10:19 PM
  4. i need to fix this problem with ca please help.
    By b00mh3adshot in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 06-05-2009, 03:46 PM
  5. Help me with hacks please
    By 1337hax in forum WarRock - International Hacks
    Replies: 2
    Last Post: 11-09-2008, 09:45 AM