Thread: [Ruse] Making staff have red player dots on minimap.

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 [Ruse] Making staff have red player dots on minimap. 
    Registered Member

    Join Date
    May 2016
    Age
    26
    Posts
    281
    Thanks given
    162
    Thanks received
    64
    Rep Power
    96
    Open Configuration.java
    Add
    Code:
    //Force staff members to appear as red dots on minimap
    public final static boolean STAFF_MINIMAP_DOT = true;
    under
    Code:
    public final static String CLIENT_NAME = "[SERVER NAME]";
    Open Client.java
    Add
    Code:
    boolean isModIcon = (Configuration.STAFF_MINIMAP_DOT && player.playerRights > 0 && player.playerRights < 5);
    under
    Code:
    boolean flag2 = false;
    Then add
    Code:
    if (isModIcon)
    					markMinimap(mapDotItem, j1, l3);
    under
    Code:
    	flag2 = true;
    save & compile then ur done m8
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Mar 2015
    Posts
    244
    Thanks given
    72
    Thanks received
    47
    Rep Power
    32
    Can you include the j1 variable declaration and everywhere it's called please?
    Had to convert this to my base, but j1 is not defined.
    Reply With Quote  
     

  3. #3  
    Best Rat Donor

    Australisch's Avatar
    Join Date
    Nov 2015
    Posts
    2,049
    Thanks given
    968
    Thanks received
    481
    Rep Power
    4962
    Thanks for the contribution..
    Rsn: vEetswa
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Jan 2011
    Posts
    334
    Thanks given
    20
    Thanks received
    88
    Rep Power
    0
    OP, don't make them red because they'll look like ground items

    I recommend something different, such as orange.
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    May 2016
    Age
    26
    Posts
    281
    Thanks given
    162
    Thanks received
    64
    Rep Power
    96
    Quote Originally Posted by Australisch View Post
    Thanks for the contribution..
    This is the snippets section, if you're concerned about the way I've set out the thread you should be in the tutorials section
    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Sep 2011
    Posts
    2,730
    Thanks given
    1,150
    Thanks received
    907
    Rep Power
    668
    I also like to disguise myself as an item on the ground when hiding from my players on the map.
    Reply With Quote  
     

  7. Thankful user:


  8. #7  
    Registered Member

    Join Date
    May 2016
    Age
    26
    Posts
    281
    Thanks given
    162
    Thanks received
    64
    Rep Power
    96
    Quote Originally Posted by Wrecked... View Post
    OP, don't make them red because they'll look like ground items

    I recommend something different, such as orange.
    I made them look like items because a moving item or an item is going to stand out to the players, I want my staff to be ready to help all users who come to them, they can just turn private off if they don't want to stand out.

    Quote Originally Posted by Teoz View Post
    Can you include the j1 variable declaration and everywhere it's called please?
    Had to convert this to my base, but j1 is not defined.
    It should be 1 for both sorry, if not I'll check when I'm next on my computer.
    Reply With Quote  
     

  9. #8  
    Im an albatraoz

    Nand0's Avatar
    Join Date
    Feb 2010
    Age
    31
    Posts
    948
    Thanks given
    233
    Thanks received
    128
    Rep Power
    241
    Quote Originally Posted by Lystuya View Post
    I also like to disguise myself as an item on the ground when hiding from my players on the map.
    gl with the playertransforming



    Looking for blazing fast and affordable vps or web hosting?
    AllGeniusHost



    Reply With Quote  
     

  10. #9  
    we up

    Number 0's Avatar
    Join Date
    Apr 2012
    Posts
    533
    Thanks given
    107
    Thanks received
    161
    Rep Power
    224
    Probably would be better of using modicons on minimap instead
    Reply With Quote  
     

  11. #10  
    Registered Member

    Join Date
    May 2016
    Age
    26
    Posts
    281
    Thanks given
    162
    Thanks received
    64
    Rep Power
    96
    Quote Originally Posted by entity_ View Post
    Probably would be better of using modicons on minimap instead
    modicons seemed to be a bit too large, I use the clanchat jmod icon instead.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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: 7
    Last Post: 07-28-2010, 11:47 AM
  2. [508] Making Players Save On Restart [508]
    By Timo123 in forum Tutorials
    Replies: 27
    Last Post: 07-09-2010, 01:44 AM
  3. Replies: 3
    Last Post: 08-07-2009, 03:46 AM
  4. Having Player Count on Quest Tab
    By Mario in forum Configuration
    Replies: 37
    Last Post: 06-28-2009, 11:25 PM
  5. making staff on fearny pks
    By Kingdad38 in forum Help
    Replies: 5
    Last Post: 04-17-2009, 03:52 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
  •