Thread: [PI] Using a special on NPC's not spawned in the .cfg

Results 1 to 5 of 5
  1. #1 [PI] Using a special on NPC's not spawned in the .cfg 
    Registered Member Unicode's Avatar
    Join Date
    May 2013
    Age
    30
    Posts
    296
    Thanks given
    18
    Thanks received
    6
    Rep Power
    16
    I'm having a problem when I try to use ANY special attack on my NPC's that are spawned in my minigame, but any NPC that is spawned in spawn-config can be specialed fine. Anyone know a fix for this?

    Reply With Quote  
     

  2. #2  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Unicode View Post
    I'm having a problem when I try to use ANY special attack on my NPC's that are spawned in my minigame, but any NPC that is spawned in spawn-config can be specialed fine. Anyone know a fix for this?
    Besides not being able to spec em, are you able to attack them
    Reply With Quote  
     

  3. #3  
    Registered Member Unicode's Avatar
    Join Date
    May 2013
    Age
    30
    Posts
    296
    Thanks given
    18
    Thanks received
    6
    Rep Power
    16
    Yes attacking works fine, everything works good until I try to special, once I do the server crashes.

    Reply With Quote  
     

  4. #4  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Does it says array index out of bounds in the cmd? or anything similar? plus following error lines

    If yes, go to config.java

    And double the ammount in this line

    Code:
    	public static final int MAX_PLAYERS = ****;
    Should work.
    Attached image
    Reply With Quote  
     

  5. #5  
    Registered Member Unicode's Avatar
    Join Date
    May 2013
    Age
    30
    Posts
    296
    Thanks given
    18
    Thanks received
    6
    Rep Power
    16
    Quote Originally Posted by Olinice View Post
    Does it says array index out of bounds in the cmd? or anything similar? plus following error lines

    If yes, go to config.java

    And double the ammount in this line

    Code:
    	public static final int MAX_PLAYERS = ****;
    Should work.
    Worked thanks.
    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. [PI]GMaul special on NPCs?
    By Nirvana in forum Help
    Replies: 15
    Last Post: 08-20-2011, 01:49 AM
  2. Replies: 3
    Last Post: 01-31-2011, 03:36 AM
  3. Replies: 1
    Last Post: 05-13-2010, 08:00 AM
  4. Infinite specials on npc glitch
    By `Ic E in forum Requests
    Replies: 3
    Last Post: 12-17-2009, 10:34 PM
  5. fixing special on npc!
    By hitman in forum Help
    Replies: 1
    Last Post: 10-14-2009, 09:56 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
  •