|
|
Even when removing
It still nulls and actually equips ghostly robes, and also still nulls and sends some items to your inventory if you remove this block.Code:player.getItems().wearItem(-1, -1, player.playerHat); player.getItems().wearItem(-1, -1, player.playerChest); player.getItems().wearItem(-1, -1, player.playerLegs); player.getItems().wearItem(-1, -1, player.playerWeapon); player.getItems().wearItem(-1, -1, player.playerAmulet); player.getItems().wearItem(-1, -1, player.playerCape); player.getItems().wearItem(-1, -1, player.playerFeet); player.getItems().wearItem(-1, -1, player.playerHands); player.getItems().wearItem(-1, -1, player.playerShield);
You can rewrite it to equip actual items, but if you want to remove the whole block itself I'm not sure what to tell you. I messed around with it for a little bit.
Last edited by Kharyrll; 10-05-2020 at 08:51 AM.
Cant launch the server it shows : a JNI error has accoured. What do i do ?
Find the following code in dialougehandler.java
Replace that chunk withCode:case 678: c.getPA().movePlayer(3096, 3510, 0); c.getItems().wearItem(-1, -1, c.playerHat); c.getItems().wearItem(-1, -1, c.playerChest); c.getItems().wearItem(-1, -1, c.playerLegs); c.getItems().wearItem(-1, -1, c.playerWeapon); c.getItems().wearItem(-1, -1, c.playerAmulet); c.getItems().wearItem(-1, -1, c.playerCape); c.getItems().wearItem(-1, -1, c.playerFeet); c.getItems().wearItem(-1, -1, c.playerShield); c.getItems().wearItem(-1, -1, c.playerHands); sendNpcChat("Around the Home bank you can find", "many things to help make your grind easier", "spinning wheel or maybe the vote shop"); c.nextChat = 679; break;
Code:case 678: c.getPA().movePlayer(3096, 3510, 0); sendNpcChat("Around the Home bank you can find", "many things to help make your grind easier", "spinning wheel or maybe the vote shop"); c.nextChat = 679; break;
Many thank's kid. Going to check this out and maybe use for a base.

Real nice fixes bro thank you for this![]()
I wanted to try to remove some of the NPCs, but there is no area inside of this whatsoever that allows you to do so.... at least I can't find it after 2 hours of looking
| « Morytania Release || Blended Data || 25+ Bosses || Raids 2 items | [#181] RS Mod Release » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |