Thread: 667 Kalphite queen wont spawn spawn back

Results 1 to 8 of 8
  1. #1 667 Kalphite queen wont spawn spawn back 
    Donator

    Join Date
    Mar 2012
    Posts
    110
    Thanks given
    13
    Thanks received
    3
    Rep Power
    11
    when i kill the kaplhite queen it wont spawn back
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2014
    Posts
    130
    Thanks given
    3
    Thanks received
    17
    Rep Power
    18
    What revision are you using mate?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2015
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    667 can u help me idk why my khalphite queen wont respawn
    Reply With Quote  
     

  4. #4  
    Registered Member
    OblivionRSPS's Avatar
    Join Date
    Feb 2015
    Posts
    831
    Thanks given
    231
    Thanks received
    98
    Rep Power
    87
    Quote Originally Posted by gamer757 View Post
    667 can u help me idk why my khalphite queen wont respawn
    Where did you added your kq? In npcspawning?

    If you did that, delete it there and add it into "unpackedspawn(s)list"

    Then save it and then delete packedspawns (the npc one) and then just run your server.

    If ye need help just pm me okay?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Dec 2015
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    i have tryed that and it still wont respawn the combat and everthing is working for it but the repwaner isnt working all of my other npc spawn back exsep for my kalphipite queen.
    Reply With Quote  
     

  6. #6  
    Registered Member
    OblivionRSPS's Avatar
    Join Date
    Feb 2015
    Posts
    831
    Thanks given
    231
    Thanks received
    98
    Rep Power
    87
    Quote Originally Posted by gamer757 View Post
    i have tryed that and it still wont respawn the combat and everthing is working for it but the repwaner isnt working all of my other npc spawn back exsep for my kalphipite queen.
    Sorry but I don't know then..
    Maybe look if the NPC is a duplicate..
    You never know..

    Otherwise, what source do you use?
    Maybe the source can't handle the NPC
    Reply With Quote  
     

  7. #7  
    RSPS youtuber

    Noobs_Own's Avatar
    Join Date
    Nov 2016
    Posts
    120
    Thanks given
    89
    Thanks received
    70
    Rep Power
    102
    go to world.java and search for:
    Code:
    else if (id == 1158 || id == 1160)
    			n = new KalphiteQueen(id, tile, mapAreaNameHash,
    					canBeAttackFromOutOfArea, spawned);
    and change to:
    Code:
    /*else if (id == 1158 || id == 1160)
    			n = new KalphiteQueen(id, tile, mapAreaNameHash,
    					canBeAttackFromOutOfArea, spawned);*/
    It sounds strange that you need to take out the part that normally makes the npcs respawn, but it works

    Reply With Quote  
     

  8. #8  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by Noobs_Own View Post
    go to world.java and search for:
    Code:
    else if (id == 1158 || id == 1160)
    			n = new KalphiteQueen(id, tile, mapAreaNameHash,
    					canBeAttackFromOutOfArea, spawned);
    and change to:
    Code:
    /*else if (id == 1158 || id == 1160)
    			n = new KalphiteQueen(id, tile, mapAreaNameHash,
    					canBeAttackFromOutOfArea, spawned);*/
    It sounds strange that you need to take out the part that normally makes the npcs respawn, but it works
    It'll break the combatscript as it will probably still try to cast the npc to KalphiteQueen somewhere:

    Code:
    KalphiteQueen queen = (KalphiteQueen) npc;
    He needs to fix his sendDeath method.
    Project thread
    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. Replies: 1
    Last Post: 12-17-2013, 04:08 AM
  2. Replies: 2
    Last Post: 11-27-2013, 11:00 PM
  3. 667 Need help, clear up spawning NPCs
    By Dawg23 in forum Help
    Replies: 0
    Last Post: 06-25-2013, 12:26 AM
  4. Kalphite Queen Does Not Spawn
    By flyfot in forum Help
    Replies: 5
    Last Post: 02-08-2012, 02:44 AM
  5. GenerationX spawn is back!
    By purepks0r in forum Advertise
    Replies: 7
    Last Post: 09-15-2011, 02:47 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
  •