Thread: Compiling Error while trying to add armadyl c bow

Results 1 to 2 of 2
  1. #1 Compiling Error while trying to add armadyl c bow 
    Registered Member krisnka's Avatar
    Join Date
    May 2011
    Posts
    201
    Thanks given
    50
    Thanks received
    11
    Rep Power
    0
    Code:
    case 25037:
    	itemDef.name = "Armadyl Crossbow";
    	itemDef.actions = new String[] { null, "Wield", null, null, "Drop" };
    	itemDef.groundActions = new String[] { null, null, "Take", null, null };
    	itemDef.modelID = 72198;
    	itemDef.modelZoom = 1645;
    	itemDef.modelRotation1 = 323;
    	itemDef.modelRotation2 = 175;
    	itemDef.modelOffset1 = 4;
    	itemDef.modelOffset2 = 7;
    	itemDef.value = 40000;
    	itemDef.stackable = false;
    	itemDef.membersObject = true;
    	itemDef.maleModel = 72129;
    	itemDef.femaleModel = 72129;
    	itemDef.description = "It's a Armadyl crossbow";
    break;



    if you help i will rep++ and thank,
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    Member
    Join Date
    Sep 2012
    Posts
    138
    Thanks given
    3
    Thanks received
    2
    Rep Power
    0
    change the ints to this:
    case 25037:
    itemDef.name = "Armadyl Crossbow";
    itemDef.itemActions = new String[] { null, "Wield", null, null, "Drop" };
    itemDef.groundActions = new String[] { null, null, "Take", null, null };
    itemDef.modelid = 72198;
    itemDef.modelZoom = 1645;
    itemDef.modelRotationY = 323;
    itemDef.modelRotationX = 175;
    itemDef.modelOffset1 = 4;
    itemDef.modelOffset2 = 7;
    itemDef.value = 40000;
    itemDef.stackable = false;
    itemDef.membersObject = true;
    itemDef.anInt165 = 72129;
    itemDef.anInt200 = 72129;
    itemDef.description = "It's a Armadyl crossbow";
    break;
    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. Armadyl God Cape & Armadyl Party Hat
    By Mr. Linksys in forum Models
    Replies: 38
    Last Post: 05-05-2012, 04:12 PM
  2. I tried to add Zartye bow
    By BenjaminZz in forum Help
    Replies: 8
    Last Post: 12-04-2011, 12:02 PM
  3. How to add a special to Rune c 'bow?
    By OFF YOUR TITS in forum Help
    Replies: 9
    Last Post: 01-05-2010, 06:52 PM
  4. Replies: 13
    Last Post: 06-10-2008, 04:16 PM
  5. add rune c'bow
    By Chronos in forum Tutorials
    Replies: 13
    Last Post: 10-07-2007, 08:22 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •