|
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.ee/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.
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: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;
As for the rest of the server sided stuff, you can figure that on your own as it's easy to do anyways.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
Spoiler for Extras:
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.
first post
Looks EXACTLY the same as ardi's release. give credits.
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.
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;
« Previous Thread | Next Thread » |
Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |