Thread: Ruse new Ranks

Results 1 to 7 of 7
  1. #1 Ruse new Ranks 
    Registered Member rainedx's Avatar
    Join Date
    Mar 2017
    Posts
    53
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    hello rune server,

    im trying to add new ranks with icons in it on ruse-base, i want to add a Dicer rank.

    i added this in Modicon.java.

    SUPPORT(837, 10),
    MODERATOR(828, 1),
    ADMINISTRATOR(829, 2),
    OWNER(830, 3),
    DEVELOPER(831, 4),
    CONTRIBUTOR(833, 6),
    MEMBER(834, 7),
    YOUTUBER(1218, 8),
    DICEHOST(1219, 22)
    ;

    I putted the emblem for the dice rank in the cache under the name "1219.png" and playerrights "22". now I have everything updated only the problem is it doesnt appear, all i see everytime no matter which playerright i add i get this light blue icon : https://prnt.sc/o0kbnm
    and in the cache that icon is under the number "836.png"

    i've added the dicehost rank in playerrights :
    MEMBER(-1, "<col=FED439><shad=0>", 1, 1),
    YOUTUBER(-1, "<col=CD201F><shad=ffffff>", 1, 1),
    DICEHOST(-1, "<col=CD201F><shad=ffffff>", 1, 1),
    CRAP(-1, "<col=0><shad=FFFFFF>", 1, 1),
    SUPPORT(-1, "<col=FFFFFF><shad=0>", 1, 1);


    Does anybody know why the icon doesnt change.. please let me know !!

    feel free to contact skype live:rickdekker2000 or [email protected]


    Thanks for your time


    Rick
    Reply With Quote  
     

  2. #2  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    Have you tried setting your rights inside your save file to be DICEHOST or is it entirely based on the 22 factor?


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2018
    Posts
    47
    Thanks given
    21
    Thanks received
    17
    Rep Power
    37
    You probably changed code somewhere when adding the new rank that makes it so that crown is drawn every time as opposed to it being based on the data sent from the server.
    Reply With Quote  
     

  4. #4  
    Registered Member rainedx's Avatar
    Join Date
    Mar 2017
    Posts
    53
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by arch337 View Post
    Have you tried setting your rights inside your save file to be DICEHOST or is it entirely based on the 22 factor?
    There arent files for ranks in the base (RUSE)
    so its based on the factor 22 or what ever number you give it @modicon.java :
    DICEHOST(1219, 22)
    ;

    private final int icon, rights;

    private ModIcon(int icon, int rights) {
    this.icon = icon;
    this.rights = rights;

    Quote Originally Posted by Sado View Post
    You probably changed code somewhere when adding the new rank that makes it so that crown is drawn every time as opposed to it being based on the data sent from the server.
    i cant find the code of anywhere in the source of this crown..
    but the weird thing is when i "Save as" on the number the light Cyan blue icon is.. it changes but thats not what i want i just want to Add it and not replace it
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Sep 2017
    Posts
    123
    Thanks given
    47
    Thanks received
    63
    Rep Power
    72
    Add me on discord, aNamedSoul#5110
    Reply With Quote  
     

  6. #6  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    Quote Originally Posted by rainedx View Post
    There arent files for ranks in the base (RUSE)
    so its based on the factor 22 or what ever number you give it @modicon.java :
    DICEHOST(1219, 22)
    ;

    private final int icon, rights;

    private ModIcon(int icon, int rights) {
    this.icon = icon;
    this.rights = rights;



    i cant find the code of anywhere in the source of this crown..
    but the weird thing is when i "Save as" on the number the light Cyan blue icon is.. it changes but thats not what i want i just want to Add it and not replace it
    "DICEHOST(-1, "<col=CD201F><shad=ffffff>", 1, 1)," what does each config do in this code? Could be one of these values you need to change to 22


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Sep 2018
    Posts
    47
    Thanks given
    21
    Thanks received
    17
    Rep Power
    37
    Quote Originally Posted by rainedx View Post
    There arent files for ranks in the base (RUSE)
    so its based on the factor 22 or what ever number you give it @modicon.java :
    DICEHOST(1219, 22)
    ;

    private final int icon, rights;

    private ModIcon(int icon, int rights) {
    this.icon = icon;
    this.rights = rights;



    i cant find the code of anywhere in the source of this crown..
    but the weird thing is when i "Save as" on the number the light Cyan blue icon is.. it changes but thats not what i want i just want to Add it and not replace it
    Where in the client have you editted for crown drawing. Crowns won't work by just simply cache packing and changing data on the server (Unless the client is coded to do all the work from the data being sent from the server ; Which I doubt in this case). I'm assuming you've done some changes as a crown is being drawn when your that rank on the server. I'm also assuming that whatever you changed in the client, is what's causing the incorrect crown to load.
    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. New ranks
    By Scratch. in forum Suggestions
    Replies: 9
    Last Post: 10-10-2009, 05:47 PM
  2. new rank
    By blitzduck in forum Suggestions
    Replies: 12
    Last Post: 08-18-2009, 10:55 AM
  3. Rune Server New Rank (Suggestion
    By PrataKosong in forum Suggestions
    Replies: 20
    Last Post: 05-18-2009, 07:45 PM
  4. New Rank(s)?
    By DJ Cheetos in forum Suggestions
    Replies: 5
    Last Post: 01-10-2009, 01:33 AM
  5. New Rank Modeler
    By Dragonking in forum Suggestions
    Replies: 49
    Last Post: 10-13-2008, 07:12 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
  •