-
easter egg
hi guys i was bored so i made an easter ring get u and easter egg,idk if any1 posted tho here hope u like :D,i made it get u all of em random from the help of im so hood thx man
search for
Code:
public boolean process() {
under that add this
Code:
if ((playerEquipment[playerWeapon] == 7927) && npcId2 != 3690) { // Made by i cliff i
npcId2 = 3689 + (misc.random(5)); // Made by i cliff i
isNpc = true; // Made by i cliff i
sendMessage("You equip the ring..."); // Made by i cliff i
sendMessage("...and turn into an egg!"); // Made by i cliff i
} else if ((playerEquipment[playerWeapon] != 7927) && npcId2 == 3690) { // Made by i cliff i
npcId2 = 0; // Made by i cliff i
isNpc = false; // Made by i cliff i
sendMessage("You take off the ring..."); // Made by i cliff i
sendMessage("...and turn back into a human."); // Made by i cliff i
thats all hope u like and make it in wep slot dont forget!
-
or you could do this
go to case 41:
and change it to this
Code:
case 41: // wear item
int wearID = inStream.readUnsignedWord();
int wearSlot = inStream.readUnsignedWordA();
interfaceID = inStream.readUnsignedWordA();
flushOutStream();
if (wearID == 7927) {
npcId = 3689 + (misc.random(5));
isNpc = true;
setSidebarInterface(3, 6014);
} else {
wear(wearID, wearSlot);
}
break;
and go to case 185:
and add this
Code:
case 23132:
RemoveAllWindows();
setSidebarInterface(3, 3213);
updateRequired = true;
appearanceUpdateRequired = true;
npcId = 0;
isNpc = false;
break;
wala just like rs sept u can walk u can fix just go to
walk on command and add
isNpc = false; and there now when u walk u turn back to human
-
Seen this before.. But nice job.
Also I suggest doing this for ring of stone too! :)
-
Hehehehehe yes the ring of stone
-
-
if u want the ring of stone just ask me or something it really isnt all that hard lol
-
[Only registered and activated users can see links. Click Here To Register...]
there is link for ring of stone
-
i alreddy have easter ring so. but nice tut
-
Easter ring is 377 I thought? AM i right
-