Creating items for runescape servers

Discussion in 'RuneScape Miscellaneous' started by MohtasaUnique, Sep 13, 2011.

Creating items for runescape servers
  1. Unread #1 - Sep 13, 2011 at 2:11 AM
  2. MohtasaUnique
    Joined:
    Sep 1, 2007
    Posts:
    6,681
    Referrals:
    2
    Sythe Gold:
    690
    Discord Unique ID:
    158831078964985856
    Discord Username:
    Tony#2235

    MohtasaUnique Grand Master
    Retired Global Moderator

    Creating items for runescape servers

    First of all, I don't know whether this goes under runescape discussion, private servers, graphics section, or Java programming... so I'll just stick it here and let oosh or josh move it if they want.

    Secondly, I know servers are stupid/dead, but I'm not looking into them for conventional reasons.

    Therefore; how does someone go about adding new items and programming its uses onto a runescape server?
     
  3. Unread #2 - Sep 25, 2011 at 2:22 PM
  4. ForumAddict#1
    Joined:
    Aug 1, 2011
    Posts:
    209
    Referrals:
    0
    Sythe Gold:
    0

    ForumAddict#1 Active Member
    Banned

    Creating items for runescape servers

    Sythe isn't really the place to be asking how to do things on a RSPS, but I'll answear.

    First of all you need the .dat file of the item you are trying to add.
    You place that in your Raw folder in your cache.
    Then go into your client folder and into itemdef.java

    If you were adding lets say a torva helmet you would add this:

    Code:
    		case 13362:
    		itemDef.modelid = 62714;
    		itemDef.name = "Torva full helm";
    		itemDef.description = "Torva full helm.";
    		itemDef.modelZoom = 672;
    		itemDef.modelRotationY = 85;
    		itemDef.modelRotationX = 1867;
    		itemDef.modelOffset1 = 0;
    		itemDef.modelOffset2 = -3;
    		itemDef.anInt165 = 62738;
    		itemDef.anInt200 = 62754;
    		itemDef.groundActions = new String[5];
    		itemDef.groundActions[2] = "Take";
    		itemDef.itemActions = new String[5];
    		itemDef.itemActions[1] = "Wear";
    		itemDef.itemActions[2] = "Check-charges";
    		itemDef.itemActions[4] = "Drop";
    		break;
    You would have to change the coding depending on your source/version. That is for PI^

    I'm not going to write out a complete tutorial, but if you wanted say all 634 items on a 317 server with out filling out the code in item.java you can just update your itemdef.java and add the .dat files.
     
  5. Unread #3 - Oct 6, 2011 at 9:17 PM
  6. OneFatMoFo
    Joined:
    Jul 19, 2011
    Posts:
    324
    Referrals:
    0
    Sythe Gold:
    0

    OneFatMoFo Forum Addict
    Banned

    Creating items for runescape servers

    He is most likely asking how to modify or create a .dat file.
     
  7. Unread #4 - Oct 18, 2011 at 1:23 AM
  8. KingGhostly
    Joined:
    Oct 8, 2011
    Posts:
    179
    Referrals:
    0
    Sythe Gold:
    0

    KingGhostly Active Member

    Creating items for runescape servers

    Unique, you may know more than me, but this is not a development neither, I don't know the rules around here but I have seen a bunch of 'Non-Development' types of threads here.
     
  9. Unread #5 - Oct 18, 2011 at 4:56 PM
  10. MohtasaUnique
    Joined:
    Sep 1, 2007
    Posts:
    6,681
    Referrals:
    2
    Sythe Gold:
    690
    Discord Unique ID:
    158831078964985856
    Discord Username:
    Tony#2235

    MohtasaUnique Grand Master
    Retired Global Moderator

    Creating items for runescape servers

    I don't claim to know the runescape forum very well since it's not my mod section, but seeing as this is the only place for RSPS related discussions, and the forum description says "post everything having to do with RSPS here", I figured it was an apt location
     
  11. Unread #6 - Oct 18, 2011 at 4:58 PM
  12. KingGhostly
    Joined:
    Oct 8, 2011
    Posts:
    179
    Referrals:
    0
    Sythe Gold:
    0

    KingGhostly Active Member

    Creating items for runescape servers

    I can't disagree with that, however I'm suggesting a server help section, I may add another suggestion in there with it for threads like this one.
     
  13. Unread #7 - Oct 22, 2011 at 3:10 PM
  14. Salamatar
    Joined:
    May 30, 2011
    Posts:
    35
    Referrals:
    0
    Sythe Gold:
    0

    Salamatar Member
    Banned

    Creating items for runescape servers

    What's the point to create. Its anyways ugly. And will end up looking like Near-Reality -_-
     
  15. Unread #8 - Oct 23, 2011 at 1:26 AM
  16. Oweenn
    Joined:
    Oct 23, 2011
    Posts:
    9
    Referrals:
    0
    Sythe Gold:
    0

    Oweenn Newcomer
    Banned

    Creating items for runescape servers

    graphics can increase it so its not gunna be as ugly
     
< 1-20def pure clan anyone? | pking partner level 60-65 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site