Search the Community
Showing results for tags 'kalphite'.
Found 6 results
-
Hey guys im having a problem, basically im trying to spawn kalphite queen in her lair but i cant, infact i cant spawn any npc's there. I can spawn Kalphite queen in other areas but not in her lair these are the coords: X:3478 Y:9498 i did [CODE] ::tele 3478 9498 4 [/CODE] command and i tried spawning npc's there using the [CODE] ::npc [/CODE] command but i couldn't spawn any. In spawn config this is what i put: [CODE]spawn = 1158 3478 9498 0 0 55 600 380 250 Kalphite Queen[/CODE] I would appreciate it if someone could help me, Thanks.:D
-
Hey, Here is what I mean [img]http://i.imgur.com/bMEznNQ.png[/img] Some of the items are really far from the walls and Kalphite queens den is fucked.
-
[CENTER][SIZE=5]Want to try out a new private runescape server that has a whole new gameplay experience?[/SIZE] [URL="http://nexusrs.tk"][IMG]http://nexusrs.tk/images/banner.gif[/IMG][/URL] Daily updates, unique content, rares, customs and so much more!!! [video=youtube_share;VFSZy6aEn]http://youtu.be/VFSZy6aEn[/video] [B][SIZE=4]Features[/SIZE][/B] - Kalphite Armour (Shops and drops) - Drygore - Assassin's Robe - Completionist Cape -Full Godwars- Bandos, Armadyl, Sara, Etc -Working Squeel of Fortune, with daily give aways! -Fight Caves- Fully working with 63 waves! -Duel Arena -Nex- Working 100% - Donator's Area, Items & Perks! AND MORE BOSSES PLUS AWESOME MINI-GAMES [B][SIZE=4]All Skills Fully Working[/SIZE][/B] - Agility - Firemaking - Woodcutting - Mining - Fletching - Crafting - Thieving - Cooking - Runecrafting - Herblore - Smithing - Fishing Many bug fixes, updates and improvements are released each day, so be sure to keep in touch by playing at least once a day! [IMG]http://nexusrs.tk/images/main-1.gif[/IMG] [IMG]http://nexusrs.tk/images/main-2.gif[/IMG] [IMG]http://nexusrs.tk/images/main-3.gif[/IMG] [IMG]http://nexusrs.tk/images/main-4.gif[/IMG] [IMG]http://nexusrs.tk/images/main-5.gif[/IMG] [URL="http://nexusrs.tk"][IMG]http://nexusrs.tk/images/Download-Now_button.png[/IMG][/URL][/CENTER]
-
Known issue, cannot use Verac's to bypass her melee prayer on her second phase. [code]@Override public void handleIngoingHit(final Hit hit) { super.handleIngoingHit(hit); Player player = (Player) hit.getSource(); if (getId() == 1158) { if (hit.getLook() == HitLook.RANGE_DAMAGE) { player.getPackets().sendGameMessage("The Kalphite Queen is immune to your magic attacks."); hit.setDamage(0); } else if (hit.getLook() == HitLook.MAGIC_DAMAGE) { player.getPackets().sendGameMessage("The Kalphite Queen is immune to your ranged attacks."); hit.setDamage(0); } } if (getId() == 1160) { if (hit.getLook() == HitLook.MELEE_DAMAGE) { player.getPackets().sendGameMessage("The Kalphite Queen is immune to your melee attacks."); hit.setDamage(0); } else { if(hit.getLook() == HitLook.MELEE_DAMAGE && PlayerCombat.fullVeracsEquipped(player)) { } } } }[/code] If used please either thank or Rep++ Also if you have more requests I'm more than happy to help.
-
[CENTER]Hello, I am using DSPK Source and for some reason when I added KQ it does not respawn after killing it. I have gone in the NPCHANDLER Class and it is located under: [CODE] public int getRespawnTime(int i) { switch(npcs[i].npcType) {[/CODE] [CODE] case 1158: return 70;[/CODE] I cannot seem to figure it out. I have changed the respawn to 1 second, and waited +30 minutes for it to spawn with no luck. If any one has any idea how to fix this or what is going on, I will appreciate it. [/CENTER]