Thread: Remove Right Click Object IDs and Object Coordinates?

Results 1 to 3 of 3
  1. #1 Remove Right Click Object IDs and Object Coordinates? 
    Extreme Donator

    Join Date
    Feb 2014
    Posts
    336
    Thanks given
    4
    Thanks received
    5
    Rep Power
    20
    I'm curious as to how much work would be required to remove object IDs and object coordinates as seen when right clicking.
    The client is an srcAllDummysRemoved, and the server is a winterLove v3.
    I assume that it would be a tremendous amount of work, because my general thought is that it would be a general constructor for all objects.
    Reply With Quote  
     

  2. #2  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    They're custom added. No version of RS client actually naturally supports displaying them, 317s and potentially other old clients added it(for admins only i think) for easier development. Should be nothing more than just commenting out a few lines at the correct place.
    Attached image
    Reply With Quote  
     

  3. #3  
    Extreme Donator

    Join Date
    Feb 2014
    Posts
    336
    Thanks given
    4
    Thanks received
    5
    Rep Power
    20
    Quote Originally Posted by Kris View Post
    They're custom added. No version of RS client actually naturally supports displaying them, 317s and potentially other old clients added it(for admins only i think) for easier development. Should be nothing more than just commenting out a few lines at the correct place.
    Do you know where they would be by chance?

    edit - nvm

    I got it wrong the first time, because I thought I needed this:

    Code:
    menuActionName[menuActionRow] = "Examine @lre@" + itemDef.name + " @gre@(@whi@" + (class9_1.inv[k2] - 1) + "@gre@)";
    but I really need this:
    Code:
    menuActionName[menuActionRow] = "Examine @cya@" + class46.name + " @gre@(@whi@" + l1 + "@gre@) (@whi@" + (i1 + baseX) + "," + (j1 + baseY) + "@gre@)";
    changed to:
    Code:
    menuActionName[menuActionRow] = "Examine @cya@" + class46.name;
    I think the idea for having that as staff only/devs only, etc... is probably a better idea. It just looks like there's shit everywhere with all of that hanging out.
    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. Replies: 5
    Last Post: 04-26-2018, 01:02 AM
  2. Right click - Item id, object id etc. [PI]
    By t r i n i t y in forum Snippets
    Replies: 16
    Last Post: 02-26-2017, 05:58 PM
  3. Replies: 39
    Last Post: 01-05-2010, 02:59 PM
  4. Replies: 0
    Last Post: 08-20-2009, 08:54 AM
  5. All Construction Object IDs and Examine Info
    By Jazz in forum Configuration
    Replies: 6
    Last Post: 09-14-2007, 06:18 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
  •