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: [Only registered and activated users can see links. ]
First off here's the model if you somehow don't have it, even though you should in any cache I believe: [Only registered and activated users can see links. ] [Only registered and activated users can see links. ]
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:
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.
- [Only registered and activated users can see links. ]
P.S: If I possibly forgot anything, let me know.
Spoiler for Come under my wing:
Spoiler for sb lol!:
Oldschool Runescape progress thread is[Only registered and activated users can see links. ]!
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.
Spoiler for Come under my wing:
Spoiler for sb lol!:
Oldschool Runescape progress thread is[Only registered and activated users can see links. ]!
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.
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.
Spoiler for Come under my wing:
Spoiler for sb lol!:
Oldschool Runescape progress thread is[Only registered and activated users can see links. ]!
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.
[Only registered and activated users can see links. ]