Thread: Item adding issue.

Results 1 to 2 of 2
  1. #1 Item adding issue. 
    Registered Member
    Join Date
    Jan 2012
    Posts
    37
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    So im using dragon history source and it seems like whenever i try to custom code an item like the dominion crossbow, it does not come out right.

    here is the int

    case 20073:
    itemDef.modelid = 3839;
    itemDef.name = "Dominion crossbow";
    itemDef.description = "It's a " + itemDef.name;
    itemDef.modelZoom = 1480;
    itemDef.modelRotationY = 346;
    itemDef.modelRotationX = 801;
    itemDef.modelOffset1 = 0;
    itemDef.modelOffset2 = 0;
    itemDef.anInt165 = 2304;
    itemDef.anInt200 = 2304;
    itemDef.groundActions = new String[5];
    itemDef.groundActions[2] = "Take";
    itemDef.itemActions = new String[5];
    itemDef.itemActions[1] = "Wear";
    itemDef.itemActions[4] = "Destroy";
    break;


    it spawns fine and everything its just when you wield it you become a wied thing:

    look at the the pic:


    Reply With Quote  
     

  2. #2  
    Registered Member BryceTheCoder's Avatar
    Join Date
    Aug 2008
    Posts
    740
    Thanks given
    21
    Thanks received
    24
    Rep Power
    27
    Its probably your .dat file that is your "wear graphics" soooo ima guess to go and change that to an actual bow orrr do the thing where you add the item into the client so it actually looks like a bow.

    Honeslty, im probably not too much help, i dont like client sided crap like items,objects, npcs

    Advertise your RSPS cheap on my website: www.BryceBux.com

    ^ PM me and I will give you a few dollars for FREE on my website for advertisements ^
    Reply With Quote  
     


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. Odd Item Issue
    By Hoodlum in forum Help
    Replies: 3
    Last Post: 11-11-2011, 01:57 AM
  2. [PI] Item Bonus Issue
    By Light in forum Help
    Replies: 12
    Last Post: 06-09-2011, 10:08 PM
  3. an issue with this item
    By Mr Reece in forum Help
    Replies: 2
    Last Post: 11-27-2009, 05:32 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
  •