Thread: Staff of the Dead - RELEASE

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
  1. #1 Staff of the Dead - RELEASE 
    WEEEEEWOOOOWEEEEEWOOOOWEEEEWOOOO-----[[#]]---[[8]]--[[8]]------[[8]]----[[8]]------[[8]]
    sIlly gOOse's Avatar
    Join Date
    Nov 2012
    Posts
    3,235
    Thanks given
    1,352
    Thanks received
    2,408
    Rep Power
    5000
    I've seen this on two servers now decided to go through the models in a 474 cache, as it was a staff on an NPC in the "Ectofunus" area on Runescape. I do know it's also not hard to do this, I was just making this for the sake of helping people that want 2007 remakes and a bigger variety of items to use for servers.

    For the Armadyl crossbow release, to follow up this item here's a link to the original thread:
    http://www.rune-server.org/runescape...-crossbow.html

    First off here's the model if you somehow don't have it, even though you should in any cache I believe:
    Download Models.rar @ UppIT
    https://mega.co.nz/#!DdNACIAC!4VqDtX...ZqORil9laJsyec

    Here's a picture to show you guys:


    Add the ints in "Itemdef.java", if you got that I forgot what the original class name was maybe "Class8.java" and remember that it's in the client sided folder.
    Ints:
    Where #### is put an item ID, that you've got available,

    As for the recoloring, I couldn't figure it about but "2810" is an air staff model ID, so if you figure out how to recolor the inventory model to how it looks on Runescape post a reply and I'll add it to the thread with credits.
    Code:
      case ####:
           itemDef.name = "Staff of the dead";
           itemDef.itemActions = new String[5];
           itemDef.itemActions[1] = "Wield";
           itemDef.description = "A ghastly weapon with evil origins.".getBytes();
           itemDef.modelID = 2810;
           itemDef.anInt165 = 5232;
           itemDef.anInt200 = 5232;
           itemDef.modelRotationY = 148;
           itemDef.modelRotationX = 1300;
           itemDef.modelZoom = 1420;
           itemDef.modelOffset1 = -5;
           itemDef.modelOffset2 = 2;
           break;
    To save time for the stats, add this in your item.cfg. Just note that you might have to edit the stats a bit, if you've got newer stuff added like soaking and so on:

    Code:
    item = ####	Staff_of_the_dead	A_ghastly_weapon_with_evil_origins.	60000	80000	0	55	70	0	17	0	0	3	2	17	0	72	0	
    item = ####	Staff_of_the_dead	A_ghastly_weapon_with_evil_origins.	60000	80000	0	0	0	0	0	0	0	0	0	0	0	0	0
    As for the rest of the server sided stuff, you can figure that on your own as it's easy to do anyways.


    Spoiler for Extras:
    I found two cool items that I added to the models download, in case anyone wants to add there own stuff. Here's a preview of what they look like:

    Cool staff:


    Spading fork:



    Credits:
    - Myself
    - Valiant
    - The person who uploaded the 474 Cache, that I downloaded to find the staff.
    - Xaves, for using a model viewer.
    - 2007scape Wiki

    P.S: If I possibly forgot anything, let me know.
    Attached image
    Spoiler for Come under my wing:

    Spoiler for sb lol!:
    Attached image
    Attached image
    Attached image
    Attached image
    Attached image

    Oldschool Runescape progress thread is here!
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    Registered Member ajmcbsat1's Avatar
    Join Date
    May 2012
    Posts
    576
    Thanks given
    118
    Thanks received
    27
    Rep Power
    0
    first post
    #Theydonefreedmyniggapea2nutz
    Attached image
    Reply With Quote  
     

  4. #3  
    Registered Member
    sadgrills's Avatar
    Join Date
    Dec 2009
    Age
    28
    Posts
    1,419
    Thanks given
    120
    Thanks received
    194
    Rep Power
    863
    These are quite neat.


    Reply With Quote  
     

  5. #4  
    Registered Member
    Join Date
    Nov 2012
    Posts
    447
    Thanks given
    26
    Thanks received
    35
    Rep Power
    14
    Looks EXACTLY the same as ardi's release. give credits.
    Project is finally released, Come try it out @ Optimize-OS.
    Spoiler for Optimize-OS:
    http://www.rune-server.org/runescape-development/rs2-server/advertise/617031-optimize-os-spawn-pking-dont-let-your-enemy-escape-beginning.html
    Reply With Quote  
     

  6. #5  
    WEEEEEWOOOOWEEEEEWOOOOWEEEEWOOOO-----[[#]]---[[8]]--[[8]]------[[8]]----[[8]]------[[8]]
    sIlly gOOse's Avatar
    Join Date
    Nov 2012
    Posts
    3,235
    Thanks given
    1,352
    Thanks received
    2,408
    Rep Power
    5000
    Quote Originally Posted by JoshS View Post
    Looks EXACTLY the same as ardi's release. give credits.
    I honestly never saw the release of the staff, link me to a thread if you can as I checked his recent threads made. I also didn't see it in his server release either, if that's what you were referring to.
    Attached image
    Spoiler for Come under my wing:

    Spoiler for sb lol!:
    Attached image
    Attached image
    Attached image
    Attached image
    Attached image

    Oldschool Runescape progress thread is here!
    Reply With Quote  
     

  7. #6  
    Registered Member
    Join Date
    Nov 2012
    Posts
    447
    Thanks given
    26
    Thanks received
    35
    Rep Power
    14
    Quote Originally Posted by Silly Goose View Post
    I honestly never saw the release of the staff, link me to a thread if you can as I checked his recent threads made. I also didn't see it in his server release either, if that's what you were referring to.
    It's valiant's work. Ardi released valiants client without permision which had the EXACT same int... I might be wrong here but you could've simply just took it, lmao. THis is simply because the model color is wrong just like the one that was released without permission

    edit: if i am wrong, sorry.
    Project is finally released, Come try it out @ Optimize-OS.
    Spoiler for Optimize-OS:
    http://www.rune-server.org/runescape-development/rs2-server/advertise/617031-optimize-os-spawn-pking-dont-let-your-enemy-escape-beginning.html
    Reply With Quote  
     

  8. #7  
    WEEEEEWOOOOWEEEEEWOOOOWEEEEWOOOO-----[[#]]---[[8]]--[[8]]------[[8]]----[[8]]------[[8]]
    sIlly gOOse's Avatar
    Join Date
    Nov 2012
    Posts
    3,235
    Thanks given
    1,352
    Thanks received
    2,408
    Rep Power
    5000
    Quote Originally Posted by JoshS View Post
    It's valiant's work. Ardi released valiants client without permision which had the EXACT same int... I might be wrong here but you could've simply just took it, lmao. THis is simply because the model color is wrong just like the one that was released without permission

    edit: if i am wrong, sorry.
    If that's the case, the only custom I saw in there was "Valiant's hat" when I downloaded the client. It must have just gotten removed before the client release, I'll still add credits otherwise though as I believe what you said EVEN though I never saw the staff in the client ;P.
    Attached image
    Spoiler for Come under my wing:

    Spoiler for sb lol!:
    Attached image
    Attached image
    Attached image
    Attached image
    Attached image

    Oldschool Runescape progress thread is here!
    Reply With Quote  
     

  9. #8  
    Registered Member
    Join Date
    Jun 2013
    Posts
    429
    Thanks given
    81
    Thanks received
    69
    Rep Power
    69

    thank u worked perfectttt


    for anybody that needs them these are the renamed ints

    Code:
              case ####:
    		       itemDef.name = "Staff of the dead";
    		       itemDef.actions = new String[5];
    		       itemDef.actions[1] = "Wield";
    		       itemDef.description = "A ghastly weapon with evil origins.".getBytes();
    		       itemDef.modelID = 2810;
    		       itemDef.femaleEquip1 = 5232;
    		       itemDef.maleEquip1 = 5232;
    		       itemDef.modelRotation1 = 148;
    		       itemDef.modelRotation2 = 1300;
    		       itemDef.modelZoom = 1420;
    		       itemDef.modelOffset1 = -5;
    		       itemDef.modelOffset2 = 2;
    		     break;
    Reply With Quote  
     

  10. #9  
    Donator
    Casey's Avatar
    Join Date
    Feb 2012
    Posts
    622
    Thanks given
    45
    Thanks received
    53
    Rep Power
    51
    Quote Originally Posted by Austynnnnn View Post

    thank u worked perfectttt
    You should use the old school orbs the ones u have look really bad with that game frame!!
    God's NOT Dead!!
    Attached image
    Reply With Quote  
     

  11. #10  
    Registered Member Eat Cocaine's Avatar
    Join Date
    Mar 2014
    Posts
    73
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    exactly like ardis but nice release lot of people already got it due to ardi's release don't give ardi credit give valiant credit hes the one that coded it into ardi's client then released it with out his consent.
    Reply With Quote  
     

Page 1 of 4 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. [REQ] Armadyl Crossbow & Staff of the Dead
    By Notgower in forum Models
    Replies: 11
    Last Post: 04-07-2015, 12:58 AM
  2. My CUSTOM Minigame: The Areana of the dead
    By project-infinity' in forum Show-off
    Replies: 14
    Last Post: 10-18-2009, 05:12 PM
  3. [2004]Dawn of the dead
    By Robert in forum Videos
    Replies: 1
    Last Post: 07-09-2009, 08:17 AM
  4. [2008]Diary of the dead
    By Robert in forum Videos
    Replies: 0
    Last Post: 07-09-2009, 08:14 AM
  5. House Of The Dead III - Gameplay Chapter 0-5
    By Crazy Cam10 in forum Videos
    Replies: 7
    Last Post: 02-01-2008, 02:14 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
  •