Post: [PI] TokHaar-Kal [PI]
03-05-2015, 04:22 PM #1
Stunz
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({});
Step 1. First go to your client files and go to itemDef.java

Step 2. Paste this somewhere
    
case 19111:
itemDef.name ="TokHaar-Kal";
itemDef.value = 60000;
itemDef.anInt165 = 62575;
itemDef.anInt200 = 62582;
itemDef.groundActions = new String[5];
itemDef.groundActions[2] = "Take";
itemDef.modelOffset1 = -4;
itemDef.modelid = 62592;
itemDef.stackable = false;
itemDef.description = "A cape made of ancient, enchanted rocks.";
itemDef.modelZoom = 2086;
itemDef.itemActions = new String[5];
itemDef.itemActions[1] = "Wear";
itemDef.itemActions[4] = "Drop";
itemDef.modelOffset2 = 0;
itemDef.modelRotationY = 533;
itemDef.modelRotationX = 333;
break;

some where below this
switch (itemDef.id) {

Step 3. Download these and add these into the Raw folder in your cache.
You must login or register to view this content.

Step 4. Server sided, go to itemassistant.java and search for
    	synchronized(c) {
int targetSlot=0;
then somewhere in the else statements add this
    
else if (wearID == 19111) {
targetSlot = 1;
}
.
Note: This makes sure it goes into your cape slot
Step 5. Go to item.cfg and search 19111 and change that to this
    item = 19111	TokHaar-Kal	New_firecape.	1	1	0	3	3	3	3	3	12	12	12	12	12	15	12 


Media (i took this before i added the stats)
Any questions feel free to pm me.
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Stunz for this useful post:

ResistThePower

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo