Thread: [TUT]Know all items models by one click[TUT]

Results 1 to 2 of 2
  1. #1 [TUT]Know all items models by one click[TUT] 
    Registered Member AbdMoazen's Avatar
    Join Date
    Aug 2014
    Age
    25
    Posts
    93
    Thanks given
    10
    Thanks received
    1
    Rep Power
    11
    Hello guys, i posted this to teach ppl how to know all your items Male/Female models but right click - Examine
    i didnt saw any TUT about that its tooks me a month to learn it.

    Client sided: Client.java

    Difficulty:1/10

    first open Client.java in client folder then, search for

    Spoiler for Code:
    private void doAction(int i) {


    then under code:

    Spoiler for Code:
    if (i < 0)
    return;
    summoningAttack = false;
    if (inputDialogState != 0) {
    inputDialogState = 0;
    inputTaken = true;
    }
    int i1 = menuActionCmd1[i];
    int j = menuActionCmd2[i];
    int k = menuActionCmd3[i];
    int l = menuActionID[i];
    }


    Add:

    Spoiler for Code:
    if (l == 1125) {
    ItemDef itemDef = ItemDef.forID(i1);
    RSInterface class9_4 = RSInterface.interfaceCache[k];
    String s5;
    if (itemDef.description != null)
    s5 = new String(itemDef.description);
    else if (openInterfaceID != 5292 && openInterfaceID != 2700) {
    s5 = "It's a " + itemDef.name + " ModelId: " + itemDef.modelID
    + "MaleModelId: " + itemDef.anInt165 + "FemaleModelId: " + itemDef.anInt200 + " .";
    pushMessage(s5, 0, "");
    }
    }


    Save, Compile Then open ur client get any item then right click/examine will send u a message for ModelId(dropandinv) Malemodelid femalemodelID

    Note: This will work for every item has working exmaine click.

    hope it helped some people

    repp+,thanks if it helped please.

    (will add pictures soon)
    Reply With Quote  
     

  2. #2  
    Registered Member AbdMoazen's Avatar
    Join Date
    Aug 2014
    Age
    25
    Posts
    93
    Thanks given
    10
    Thanks received
    1
    Rep Power
    11
    dont say its released b4 im the 1 who`s released it b4
    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. [TUT]knowing all items models[TUT]
    By AbdMoazen in forum Tutorials
    Replies: 16
    Last Post: 09-19-2014, 10:48 AM
  2. Replies: 32
    Last Post: 07-21-2013, 06:26 AM
  3. [474] All Item Models
    By Jack_ in forum Requests
    Replies: 0
    Last Post: 08-16-2012, 06:46 PM
  4. All items disappear on one click
    By BenjaR in forum Help
    Replies: 0
    Last Post: 09-16-2010, 07:11 AM
  5. [tut] Getting all 540 items on 508 :D
    By Clienthax in forum Tutorials
    Replies: 124
    Last Post: 04-09-2009, 12:15 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
  •