Thread: HELP when adding new item

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1 HELP when adding new item 
    Registered Member
    Join Date
    Nov 2015
    Posts
    173
    Thanks given
    6
    Thanks received
    2
    Rep Power
    11
    When I add a new item and go to wield it, it says item is currently unwearable? where have I gone wrong is it the ints?
    am I missing something can someone help please, I keep getting this, ive also added it to item.cfg

    much appreciated!
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Dec 2012
    Posts
    444
    Thanks given
    39
    Thanks received
    57
    Rep Power
    0
    Quote Originally Posted by JHUSS View Post
    When I add a new item and go to wield it, it says item is currently unwearable? where have I gone wrong is it the ints?
    am I missing something can someone help please, I keep getting this, ive also added it to item.cfg

    much appreciated!
    What source are you using?
    Reply With Quote  
     

  3. #3  
    Banned HELP when adding new item Market Banned

    -3clipse-'s Avatar
    Join Date
    May 2015
    Posts
    839
    Thanks given
    101
    Thanks received
    311
    Rep Power
    389
    You probably need to add an ItemDefinition along with it.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2015
    Posts
    173
    Thanks given
    6
    Thanks received
    2
    Rep Power
    11
    osrs-pvp mate, and I have the ints here,

    case 13576:
    itemDef.name = "Dragon Warhammer";
    itemDef.modelID = 4041;
    itemDef.rotationX = 1510;
    itemDef.rotationY = 1785;
    itemDef.zoom = 1600;
    itemDef.groundOptions = new String[] { null, null, "Take", null, null };
    itemDef.options = new String[] { null, "Wield", null, null, "Drop" };
    itemDef.maleEquip1 = 4037;
    itemDef.femaleEquip1 = 4038;
    break;

    The ints what came with it were

    case 13576:
    itemDef.name = "Dragon Warhammer";
    itemDef.groundModel = 4041;
    itemDef.modelRotationX = 1510;
    itemDef.modelRotationY = 1785;
    itemDef.modelZoom = 1600;
    itemDef.groundActions = new String[] { null, null, "Take", null, null };
    itemDef.actions = new String[] { null, "Wield", null, null, "Drop" };
    itemDef.male_equip = 4037;
    itemDef.female_equip = 4038;
    break;

    but my itemDef don't regocnize them so I changed them up abit but still literally the same, any idea?
    Reply With Quote  
     

  5. #5  
    Banned HELP when adding new item Market Banned

    -3clipse-'s Avatar
    Join Date
    May 2015
    Posts
    839
    Thanks given
    101
    Thanks received
    311
    Rep Power
    389
    Add definitions for the item server-sided.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Nov 2015
    Posts
    173
    Thanks given
    6
    Thanks received
    2
    Rep Power
    11
    sorry which class would that be?

    bump still need help
    Reply With Quote  
     

  7. #7  
    Respected Member


    George's Avatar
    Join Date
    Mar 2009
    Posts
    7,099
    Thanks given
    2,226
    Thanks received
    3,146
    Rep Power
    5000
    Quote Originally Posted by JHUSS View Post
    osrs-pvp mate
    Howd u get it?
    Attached image

    Spoiler for Spoilers!:
    Attached image
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Nov 2015
    Posts
    173
    Thanks given
    6
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Sponjebobu View Post
    Howd u get it?
    how did I get the source?

    Quote Originally Posted by -3clipse- View Post
    Add definitions for the item server-sided.

    do you know mate?
    Reply With Quote  
     

  9. #9  
    Respected Member


    George's Avatar
    Join Date
    Mar 2009
    Posts
    7,099
    Thanks given
    2,226
    Thanks received
    3,146
    Rep Power
    5000
    Quote Originally Posted by JHUSS View Post
    how did I get the source?
    Yeah.
    Attached image

    Spoiler for Spoilers!:
    Attached image
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     

  10. #10  
    Banned HELP when adding new item Market Banned

    -3clipse-'s Avatar
    Join Date
    May 2015
    Posts
    839
    Thanks given
    101
    Thanks received
    311
    Rep Power
    389
    Quote Originally Posted by JHUSS View Post
    do you know mate?
    Do I know what?
    Reply With Quote  
     

Page 1 of 2 12 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. [Help] 562 Adding new items. Please look [Help]
    By nick2010 in forum Requests
    Replies: 3
    Last Post: 12-17-2010, 02:33 AM
  2. Replies: 4
    Last Post: 10-15-2010, 04:45 AM
  3. Getting this error when adding new items...
    By Elithysia in forum Help
    Replies: 6
    Last Post: 07-31-2009, 05:57 PM
  4. Error when adding new item
    By brambelg in forum Help
    Replies: 1
    Last Post: 02-07-2009, 12:04 PM
  5. Help with adding new items.
    By Markk in forum Help
    Replies: 0
    Last Post: 01-19-2009, 12:28 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
  •