Thread: Item Ints

Results 1 to 2 of 2
  1. #1 Item Ints 
    Registered Member
    Remi's Avatar
    Join Date
    Jan 2015
    Posts
    628
    Thanks given
    572
    Thanks received
    212
    Rep Power
    574
    Can some one tell me how to make "my own" Ints for items ingame, through the client. I kinda know how they work

    Is there specific values for the for the offsets, rotations and zoom?
    EXAMPLE:

    case 12715:
    itemDef.name = "Graceful cape";
    itemDef.description = "A sign of your grace.";
    itemDef.rotationY = 564; // how to find this
    itemDef.rotationX = 827; //how to find this
    itemDef.offsetX = 2; //how to find this
    itemDef.offsetY = 2; //how to find this
    itemDef.zoom = 2320; //how to find this
    itemDef.modelID = 28893;
    itemDef.maleEquip1 = 28876;
    itemDef.femaleEquip1 = 28883;
    itemDef.options = new String[5];
    itemDef.options[1] = "Wear";
    itemDef.options[4] = "Drop";
    break;

    Can anyone help ?
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    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. Request any 503+ item ints!
    By SWAT in forum Configuration
    Replies: 89
    Last Post: 11-21-2009, 06:17 PM
  2. Item ints
    By Purely chill in forum Help
    Replies: 2
    Last Post: 08-17-2009, 10:32 PM
  3. Item Int Renamer!
    By TrollCount++ in forum Requests
    Replies: 0
    Last Post: 06-17-2009, 06:12 PM
  4. Replies: 42
    Last Post: 01-05-2009, 01:31 AM
  5. adding items(ints help)
    By Bando in forum Help
    Replies: 0
    Last Post: 10-21-2008, 10:29 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
  •