Thread: FULL easter ring

Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1. #1 Easter Ring just like RS! 
    Registered Member
    Join Date
    Apr 2007
    Age
    26
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    If I get tonnes of views and hardly any posts i will make this anti-leech!!

    IF YOU USED THIS INTO YOUR SERVER PLEASE DO POST


    NOTE: You will need a 377 cache (EG endar or a client with endars cache)

    Purpose: To add full easter ring where you can't move, it turns into a random egg, unmorph button and more!!

    Difficulty: 1

    Assumed Knowledge: can copy and paste and you have a brain.

    Server Base: I used cyberscape, should work for most

    Classes Modified: client.java

    Procedure
    Step 1: search for:

    Code:
     if(wearID == 6070) {
                  	npcId = 1645;
    		isNpc = true;
    		updateRequired = true;
    		appearanceUpdateRequired = true;
                    }
    under it add:

    Code:
    if(wearID == 7927) {
    		setSidebarInterface(1, 6014);
    		setSidebarInterface(2, 6014);
    		setSidebarInterface(3, 6014);
    		setSidebarInterface(4, 6014);
    		setSidebarInterface(5, 6014);
    		setSidebarInterface(6, 6014);
    		setSidebarInterface(7, 6014);
    		setSidebarInterface(8, 6014);
    		setSidebarInterface(9, 6014); 
    		setSidebarInterface(10, 6014);
    		setSidebarInterface(11, 6014);
    		setSidebarInterface(12, 6014);
    		setSidebarInterface(13, 6014);
    		setSidebarInterface(0, 6014);
    EntangleDelay = 1000000000;
    sendMessage("As you put on the ring you turn into an egg!");
    if (misc.random(6) == 1) npcId = 3689;
    if (misc.random(6) == 2) npcId = 3690;
    if (misc.random(6) == 3) npcId = 3691;
    if (misc.random(6) == 4) npcId = 3692;
    if (misc.random(6) == 5) npcId = 3693;
    if (misc.random(6) == 6) npcId = 3694;
    isNpc = true;
    updateRequired = true;
    appearanceUpdateRequired = true;
    }


    Step 2: search for:

    Code:
    case 185
    below case 4126: windstrike break, add this:
    Code:
    case 23132: //unmorph
    EntangleDelay = 0;
    		setSidebarInterface(1, 3917);
    		setSidebarInterface(2, 638);
    		setSidebarInterface(3, 3213);
    		setSidebarInterface(4, 1644);
    		setSidebarInterface(5, 5608);
                    if(ancients == 0)
                    {
    		setSidebarInterface(6, 1151);
                    }
                    if(ancients == 1)
                    {
    		setSidebarInterface(6, 12855);
                    }
    		setSidebarInterface(7, 1);
    		setSidebarInterface(8, 5065);
    		setSidebarInterface(9, 5715); 
    		setSidebarInterface(10, 2449);
    		setSidebarInterface(11, 904);
    		setSidebarInterface(12, 147);
    		setSidebarInterface(13, 962);
    		setSidebarInterface(0, 2423);
    RemoveAllWindows();
    isNpc = false;
    remove(playerEquipment[playerRing], playerRing);
    updateRequired = true;
    appearanceUpdateRequired = true;
    break;


    And you are done! Ok heres some extra info

    when you click the ring you will turn into 1 of the 6 easter eggs.
    All of your sidebars will change into an unmorph button, which turns you back into a human.
    You can't walk as an egg.
    The ring will automatically un-equip itself when unmorphed.

    Bugs:

    You can walk as an egg if you are walking before you wear the ring.
    There is a chance you can turn into hans
    other than those this is great!

    picture:



    Credits: 100% me. I DID NOT LEECH THIS! I made this myself when my internet was down.
     

  2. #2  
    littleplop
    Guest
    Well dun i really really love it i am the guy that post stuff like "why would you even spend your time making this crap" ect.. inless runescape has it dont make it whats the point.

    What cache are you using in the picture?
    Code:
    http://img122.imageshack.us/img122/7127/egghr1.png
    Because i know the best and most know of is the 377 but im sure the objects you have are above 317 inless there use for some thing else, they could be a part of the 377 but i do not yet have an object list! and im like list made =\

    WELL DUN

    Before i remade case 41: (wear option on item's) i would not have know were to look for step one because i remove that code witch you are asking poeple to search for, so i guess you should change that. Also you should change the name from "full easter ring" to .. "Real RS Easter Egg Ring With Interface's"

    Because the title dose not look that "oh wow" lol inless im the only one that thinks stuff like this should be made.

    I would have made this but the misc npc id's and the interface id's andthe case (unmorph)
    i didnt know how to do and the case i have no more room for atm.. =\ stupid max amount of if's in "parseIncomingPackets" how anoying fixed now... tyvm for this!

    Ok i see some thing here that you can do, i can to but its your code. When you move as an egg you change back am i right? so you should add some true and false to say basicly

    if is clicking screen and is egg true isnpc = false to change you back or am i wrong about it changing you hwen you move?
    Last edited by littleplop; 07-25-2007 at 04:17 AM. Reason: Double posting is not allowed!
     

  3. #3  
    Banned

    Join Date
    Jun 2007
    Posts
    576
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Wow very nice job
     

  4. #4  
    Banned

    Join Date
    Jul 2007
    Age
    28
    Posts
    1,438
    Thanks given
    43
    Thanks received
    21
    Rep Power
    0
    cool good work
     

  5. #5  
    Member

    Join Date
    Dec 2006
    Posts
    1,263
    Thanks given
    3
    Thanks received
    3
    Rep Power
    0
    Good job. Thank you for this tutorial
     

  6. #6  
    Jordze
    Guest
    nice. ill add soon but i have moparscape without 377 cache so ill dl soon.. but all i can relly say is nice
     

  7. #7  
    Registered Member Makam's Avatar
    Join Date
    Sep 2006
    Age
    28
    Posts
    481
    Thanks given
    0
    Thanks received
    0
    Rep Power
    17
    yeah very nice job mate

    Ex-Middleman Back in the day, Untill free trade was took away


     

  8. #8  
    Registered Member
    Alex's Avatar
    Join Date
    Apr 2007
    Posts
    1,658
    Thanks given
    0
    Thanks received
    0
    Rep Power
    284
    Good Job My brudda! Rep++
    Your password is 354 days old, and has therefore expired.


    Fail
     

  9. #9  
    Registered Member
    Join Date
    Apr 2007
    Age
    26
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    thank you all for the comments! If people keep on posting i won't make it anti-leech
     

  10. #10  
    Registered Member
    Join Date
    Jun 2007
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    good job but when i try to get the ring the game disconect so i cant try it can you help me how to fix that broblem
     

Page 1 of 3 123 LastLast

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. 100% Working Easter Ring (pic)
    By piratenpyro in forum Tutorials
    Replies: 23
    Last Post: 02-16-2011, 12:17 AM
  2. 613 how to add easter ring to turn into npc
    By Zᴀᴄʜ in forum Help
    Replies: 2
    Last Post: 09-19-2010, 01:34 AM
  3. [Hyperion] PNpc + Easter Ring
    By Shamon King in forum Snippets
    Replies: 9
    Last Post: 02-19-2010, 05:23 AM
  4. [508] Proper Rs2 Easter Ring!
    By tinosk in forum Configuration
    Replies: 12
    Last Post: 02-17-2009, 04:33 AM
  5. [508]Easter ring[508]
    By Cocaine in forum Configuration
    Replies: 15
    Last Post: 02-08-2009, 10:25 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
  •