Thread: [RUSE] Need help learning how to make new in-game ranks

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 [RUSE] Need help learning how to make new in-game ranks 
    Banned

    Join Date
    Sep 2016
    Age
    24
    Posts
    512
    Thanks given
    405
    Thanks received
    186
    Rep Power
    0
    Hi. So basically I am new to developing and only recently began learning the ropes and stuff. I think Ive got a good grasp on editing. However, I want to move on to creating.

    I am good with cache and have a decent understanding about the client but I CAN NOT seem to find where and how to make new ranks. I've looked through a majority of my client java files and nothing has really got me any closer to knowing or learning it by myself.

    I would not come asking if I was generally upset or confused. All help is appreciated.

    (NOTE: I have already created the rank in PlayerRights.Java, its more about adding it into the game, adding an image, etc, etc. I know how to add commands.)

    I am very much so a noob so please dont hate if all of a sudden you start speaking a whole other language and I dont understand.

    Im good at finding, replacing, adding, etc. Im a fast learner so if you teach me, its there for good.

    Thank you!

    If you would like to speak personally - you can add my skype @ soren.adams | Name will be Nyx with my avatar
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Oct 2013
    Posts
    580
    Thanks given
    3
    Thanks received
    61
    Rep Power
    0
    pmed
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Sep 2016
    Age
    24
    Posts
    512
    Thanks given
    405
    Thanks received
    186
    Rep Power
    0
    Quote Originally Posted by Khanzage View Post
    Look for modicons or something similar in Client.java
    Did this first. I actually found what I was looking for in the Client.java file but the process is too complicated so atm Im just looking for guidance on what to do because I dont want to fuck anything up xD
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Sep 2016
    Age
    24
    Posts
    512
    Thanks given
    405
    Thanks received
    186
    Rep Power
    0
    Bump

    Could still use some help. Willing to pay, like, $5-10 to teach me specifics.

    I won't pay until I fully understand it.
    Reply With Quote  
     

  5. #5  
    Community Veteran

    mige5's Avatar
    Join Date
    Aug 2008
    Posts
    5,322
    Thanks given
    546
    Thanks received
    1,129
    Discord
    View profile
    Rep Power
    1806
    Quote Originally Posted by Nyxx View Post
    Bump

    Could still use some help. Willing to pay, like, $5-10 to teach me specifics.

    I won't pay until I fully understand it.
    read java tutorials etc. once you understand the language you will be able to do this. (you can just follow the code and see how it works... when u actually have an understanding)
    ...
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Feb 2011
    Posts
    1,143
    Thanks given
    545
    Thanks received
    108
    Rep Power
    87
    jesus people sound like robots on here LOL. "just learn java bro" It is recommended to learn Java and understand data types and such, but that's now what OP is looking for.. Anyways, check your cache for crowns, there's probably a folder that contains all of the crowns. Secondly, you're going to have to add it in client sided so it shows up in clan chat and stuff, there's most likely already code there for the mod/admin/donator crowns, you just have to find it. Finally there's probably a couple places in the source, again, already done, you just need to copy and change the value of the crown.

    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Sep 2016
    Age
    24
    Posts
    512
    Thanks given
    405
    Thanks received
    186
    Rep Power
    0
    Quote Originally Posted by Falconpunch View Post
    jesus people sound like robots on here LOL. "just learn java bro" It is recommended to learn Java and understand data types and such, but that's now what OP is looking for.. Anyways, check your cache for crowns, there's probably a folder that contains all of the crowns. Secondly, you're going to have to add it in client sided so it shows up in clan chat and stuff, there's most likely already code there for the mod/admin/donator crowns, you just have to find it. Finally there's probably a couple places in the source, again, already done, you just need to copy and change the value of the crown.
    Thank you for your advice. And yes, that's mainly what I've been doing. Over the past week I've been learning/editing. Which is basically all Im doing. Finding code in the source or client, finding places where I need to put certain code, putting it there, etc. Cant really say im a developer, more like an editor lol. But I just cant find the places where to look for the crowns. Which was my original idea. To look for the crowns and code, find out all the steps, and then just create it underneath. Just been difficult to understand. But, again, thank you. Ill continue searching
    Reply With Quote  
     

  8. #8  
    Contributor
    Kris's Avatar
    Join Date
    Jun 2016
    Age
    23
    Posts
    3,536
    Thanks given
    703
    Thanks received
    2,322
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by Falconpunch View Post
    jesus people sound like robots on here LOL. "just learn java bro" It is recommended to learn Java and understand data types and such, but that's now what OP is looking for.. Anyways, check your cache for crowns, there's probably a folder that contains all of the crowns. Secondly, you're going to have to add it in client sided so it shows up in clan chat and stuff, there's most likely already code there for the mod/admin/donator crowns, you just have to find it. Finally there's probably a couple places in the source, again, already done, you just need to copy and change the value of the crown.
    These robots are correct though. It is rather annoying having to help people who just only started working on RSPS and have no knowledge whatsoever; They should go ahead and obtain some base knowledge on their own before coming here asking for help. I don't mind helping people but a lot of the questions are just ridiculous; if the person hasn't worked on the problem alone for days/weeks, they don't deserve to be helped in my opinion as they haven't tried hard enough. This is the logic I went by when I started out like < 3 years ago and I don't know a single person who would have had obtained more knowledge in three years time. & No, I never studied anything computer related in school, so no, you don't necessarily need to be in the IT section to be able to learn how to code. You just need to put in the hours of work it takes.
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Sep 2016
    Age
    24
    Posts
    512
    Thanks given
    405
    Thanks received
    186
    Rep Power
    0
    Quote Originally Posted by Kris View Post
    These robots are correct though. It is rather annoying having to help people who just only started working on RSPS and have no knowledge whatsoever; They should go ahead and obtain some base knowledge on their own before coming here asking for help. I don't mind helping people but a lot of the questions are just ridiculous; if the person hasn't worked on the problem alone for days/weeks, they don't deserve to be helped in my opinion as they haven't tried hard enough. This is the logic I went by when I started out like < 3 years ago and I don't know a single person who would have had obtained more knowledge in three years time. & No, I never studied anything computer related in school, so no, you don't necessarily need to be in the IT section to be able to learn how to code. You just need to put in the hours of work it takes.
    But it also doesnt hurt to teach

    And you dont know how long I've been trying to work on this or find it out myself. So by saying that I just spent a few minutes looking over it and finding nothing and then coming here would be incorrect. I've been trying to work on it the past week+. Im STILL working on it, and I'm STILL learning. Its just like anyone else who doesnt know anything or needs help. They either 1. Have someone to teach them, 2. Teach themselves, or 3. Learn the code the more harder way.

    My "editorial skills" are only temporary. But if I were to learn how to do a few simple things, I'd be able to take tedious tasks away from some of the more serious matters.
    Reply With Quote  
     

  10. #10  
    Contributor
    Kris's Avatar
    Join Date
    Jun 2016
    Age
    23
    Posts
    3,536
    Thanks given
    703
    Thanks received
    2,322
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by Nyxx View Post
    But it also doesnt hurt to teach
    Unless the people are willing to pay the hourly rate, it does. There is no point in "teaching" people when they don't know anything. They will learn the most through trial and error on their own, I know this for a fact. You'd just be wasting your own time trying to teach someone, I've tried it. End up spoonfeeding them the code most of the time anyways..
    Reply With Quote  
     

  11. Thankful user:


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: 1
    Last Post: 03-26-2016, 09:57 AM
  2. Replies: 9
    Last Post: 11-24-2013, 01:34 PM
  3. Replies: 1
    Last Post: 02-18-2011, 11:00 AM
  4. Replies: 2
    Last Post: 08-24-2010, 04:31 AM
  5. Replies: 2
    Last Post: 08-23-2010, 08:59 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
  •