Thread: Right click > Item ID in brackets?

Results 1 to 6 of 6
  1. #1 Right click > Item ID in brackets? 
    Registered Member Carbon's Avatar
    Join Date
    May 2008
    Age
    27
    Posts
    286
    Thanks given
    0
    Thanks received
    3
    Rep Power
    7
    How do i get, when you right click something.. i.e a item, it shows the ID in brackets? Like this:

    Rock (6662)
    Rune Dagger (1023)

    It shows it in some clients, i.e mopar's client, so can anyone tell me how to add it to mine?

     

  2. #2  
    SERGEANT OF THE MASTER SERGEANTS MOST IMPORTANT PERSON OF EXTREME SERGEANTS TO THE MAX!

    cube's Avatar
    Join Date
    Jun 2007
    Posts
    8,881
    Thanks given
    1,854
    Thanks received
    4,741
    Rep Power
    5000
    buildInterfaceMenu method, near the bottom of the method.
    Code:
    menuActionName[menuActionRow] = "Examine @[email protected]" + itemDef.name + " @[email protected](@[email protected]" + (class9_1.inv[k2] - 1) + "@[email protected])";
    menuActionID[menuActionRow] = 1125;
    menuActionCmd1[menuActionRow] = itemDef.id;
    menuActionCmd2[menuActionRow] = k2;
    menuActionCmd3[menuActionRow] = class9_1.id;
    menuActionRow++;



     

  3. #3  
    Registered Member Carbon's Avatar
    Join Date
    May 2008
    Age
    27
    Posts
    286
    Thanks given
    0
    Thanks received
    3
    Rep Power
    7
    Quote Originally Posted by S Quare Quxx View Post
    buildInterfaceMenu method, near the bottom of the method.
    Code:
    menuActionName[menuActionRow] = "Examine @[email protected]" + itemDef.name + " @[email protected](@[email protected]" + (class9_1.inv[k2] - 1) + "@[email protected])";
    menuActionID[menuActionRow] = 1125;
    menuActionCmd1[menuActionRow] = itemDef.id;
    menuActionCmd2[menuActionRow] = k2;
    menuActionCmd3[menuActionRow] = class9_1.id;
    menuActionRow++;
    Works for objects aswell?

     

  4. #4  
    Registered Member Carbon's Avatar
    Join Date
    May 2008
    Age
    27
    Posts
    286
    Thanks given
    0
    Thanks received
    3
    Rep Power
    7
    bumbump.

     

  5. #5  
    Apocalyptism
    Harry's Avatar
    Join Date
    Apr 2007
    Posts
    3,783
    Thanks given
    594
    Thanks received
    1,833
    Rep Power
    2934
    get it from my thread
    [Only registered and activated users can see links. ]
    ~ Harry
    Please bear this in mind when hearing the word 'soon' from a software programmer.

    As coding software generally takes thousands of years, software programmers have developed a natural adaptation to this in the form of an altered perception of the flow of time.

    Due to this, the word 'soon' when uttered by a programmer should be taken to mean 'a very, very long time from now' in the terminology used by common human specimens who have not developed such an adaptation.
    knowledge can be taught, but passion cannot.
    It's better to create something that others criticise than to create nothing and criticise others.
     

  6. #6  
    Registered Member Carbon's Avatar
    Join Date
    May 2008
    Age
    27
    Posts
    286
    Thanks given
    0
    Thanks received
    3
    Rep Power
    7
    Quote Originally Posted by Blood Isle View Post
    get it from my thread
    [Only registered and activated users can see links. ]
    Thats fantastic. Thank you (:

     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •