Thread: Ring Of Wealth [PI]

Results 1 to 4 of 4
  1. #1 Ring Of Wealth [PI] 
    Registered Member
    Join Date
    Mar 2012
    Posts
    710
    Thanks given
    19
    Thanks received
    5
    Rep Power
    37
    Hey guys, I have been trying to make the Ring Of Wealth work on my server, but I have no clue of where to edit the codes in this tutorial, any of the codes. Could anyone please help me?
    http://www.rune-server.org/runescape...ng-wealth.html
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2012
    Posts
    38
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    What do you mean? Are you using Delta or something different?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2012
    Posts
    172
    Thanks given
    4
    Thanks received
    4
    Rep Power
    12
    Hello,

    So where he says replace "public void rareDrops" you will need to go into client class and "ctrl + f" then search for "public void raredrops" then replace that with the method he has give you, for the next part is located in npchandler.java i believe so again "ctrl + f" then search for if(this.rareDrops(i)) { then replace the "insides of it with,

    if(this.rareDrops(c,i)) {
    random = Misc.random(((int[][])NPCDrops.rareDrops.get(Integer.valueOf(npcs[i].npcType))).length - 1);
    Server.itemHandler.createGroundItem(c, ((int[][])NPCDrops.rareDrops.get(Integer.valueOf(npcs[i].npcType)))[random][0], npcs[i].absX, npcs[i].absY, ((int[][])NPCDrops.rareDrops.get(Integer.valueOf(npcs[i].npcType)))[random][1], c.playerId);
    if(c.playerEquipment[c.playerRing] == 2752) {
    c.sendMessage("@whi@Your ring of wealth glows brightly");
    }
    if(c.clanId >= 0) {
    Server.clanChat.handleLootShare(c, ((int[][])NPCDrops.rareDrops.get(Integer.valueOf(npcs[i].npcType)))[random][0], ((int[][])NPCDrops.rareDrops.get(Integer.valueOf(npcs[i].npcType)))[random][1]);
    }
    }
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Mar 2012
    Posts
    710
    Thanks given
    19
    Thanks received
    5
    Rep Power
    37
    None of them are located in those files, and im using PI. Anyone else want to give it a try please?
    Reply With Quote  
     


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. Ring Of Slaying. Experience Ring Add On
    By Onlyme in forum Snippets
    Replies: 10
    Last Post: 10-18-2011, 06:55 PM
  2. my wealth
    By Stuie in forum Media
    Replies: 7
    Last Post: 03-10-2011, 12:49 AM
  3. [delta]basic ring of wealth[delta]
    By shoopdawhoop in forum Snippets
    Replies: 14
    Last Post: 10-05-2010, 11:06 AM
  4. Ring of wealth help please
    By shoopdawhoop in forum Help
    Replies: 0
    Last Post: 11-04-2009, 10:56 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •