Thread: Spirit shield help

Results 1 to 3 of 3
  1. #1 Spirit shield help 
    Registered Member
    Join Date
    Feb 2011
    Posts
    12
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    when adding in items to my server, the models are named diferently then they are in the ints. I was told that there are male, female, inv, and drop models. Which are those?

    Code:
    case 15021:
    			itemDef.name = "Arcane spirit shield";
    			itemDef.itemActions = new String[5];
    			itemDef.itemActions[1] = "Wield";
    			itemDef.modelID = 50000;
    			itemDef.modelZoom = 1540;
    			itemDef.anInt204 = 97;
    			itemDef.modelRotationX = 1020;
    			itemDef.modelRotationY = 336;
    			itemDef.modelOffset2 = 15;
    			itemDef.modelOffset1 = -1;
    			itemDef.anInt165 = 40922;
    			itemDef.anInt200 = 50001;
    		itemDef.description = "An ethereal shield with an arcane sigil attached to it.".getBytes();
    for the above code, the model id's that i have are. 40922, and 40944.

    What line of code do i change, so that it matches the ints?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Apr 2010
    Age
    28
    Posts
    392
    Thanks given
    24
    Thanks received
    26
    Rep Power
    16
    If you actually READ the int, you would see where it says "MODELID"
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2011
    Posts
    12
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    ok, but there are 2 id's per item.. which goes in which spot?
    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. Spirit Shield Fix
    By Joshua in forum Help
    Replies: 3
    Last Post: 05-31-2011, 11:54 PM
  2. [Req] 317 Spirit shield models
    By GamminOner in forum Models
    Replies: 2
    Last Post: 03-10-2011, 07:48 AM
  3. Spirit shield bonuses?
    By The Situationist in forum Help
    Replies: 13
    Last Post: 07-29-2010, 11:44 AM
  4. Replies: 20
    Last Post: 02-19-2010, 04:27 PM
  5. Spirit shield
    By Xot Tzox in forum Requests
    Replies: 0
    Last Post: 03-13-2009, 09:35 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
  •