Thread: Array index out of bounds [PI]

Results 1 to 3 of 3
  1. #1 Array index out of bounds [PI] 
    Registered Member
    Join Date
    Jan 2013
    Posts
    32
    Thanks given
    2
    Thanks received
    1
    Rep Power
    13
    Whenever I try to use a special attack from any weapon on a monster, my character doesn't do anything. This only happens to monsters that I have spawned. For example, bosses such as KBD or Corp give no problem when being spec'ed on, but monsters that I have spawned on spawn-config or ::npc will give the arrayindexoutofbounds exception message on the server or just log me out. This is what it says in the server:

    Code:
    [6/25/13 7:08 PM]: vince - actionbutton: 29138
    [6/25/13 7:08 PM]: java.lang.ArrayIndexOutOfBound***ception: 1175
    [6/25/13 7:08 PM]:      at server.model.players.CombatAssistant.activateSpecial(
    CombatAssistant.java:2776)
    [6/25/13 7:08 PM]:      at server.model.players.CombatAssistant.attackNpc(Combat
    Assistant.java:198)
    [6/25/13 7:08 PM]:      at server.model.players.Client.process(Client.java:1661)
    
    [6/25/13 7:08 PM]:      at server.model.players.PlayerHandler.process(PlayerHand
    ler.java:147)
    [6/25/13 7:08 PM]:      at server.Server.main(Server.java:187)
    I know where the problems and stuff are located, but I have absolutely no idea how to fix this or even where to begin. Help would be greatly appreciated.
    Reply With Quote  
     

  2. #2  
    q.q


    Join Date
    Dec 2010
    Posts
    6,535
    Thanks given
    1,072
    Thanks received
    3,534
    Rep Power
    4752
    change ur max player / npc count to be equal and > 1175
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    Join Date
    Jan 2013
    Posts
    32
    Thanks given
    2
    Thanks received
    1
    Rep Power
    13
    Thanks so much. Repp+
    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. Array index out of bounds.
    By nathanrr44 in forum Help
    Replies: 9
    Last Post: 04-10-2012, 09:56 PM
  2. index out of bounds exception
    By kopjekoffiee in forum Help
    Replies: 0
    Last Post: 06-29-2011, 09:41 PM
  3. [PI] Array out of bounds, help
    By Beanerrr in forum Help
    Replies: 6
    Last Post: 04-24-2011, 11:04 PM
  4. Index Out of bounds exception
    By discipl3 in forum Help
    Replies: 0
    Last Post: 11-17-2009, 10:19 PM
  5. Array Index Out of Boudns HELPPP!
    By Torture in forum Help
    Replies: 0
    Last Post: 03-30-2009, 07:52 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
  •