Thread: Necrotic/Ruse imp hunting help please

Results 1 to 9 of 9
  1. #1 Necrotic/Ruse imp hunting help please 
    Registered Member KushKings's Avatar
    Join Date
    Jul 2018
    Posts
    457
    Thanks given
    53
    Thanks received
    24
    Rep Power
    37
    can anyone help me with this how di I make the imps spawn fast so players don't have to wait as long for them to come back
    will thanks and rep. thanks guys
    Attached image
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Nov 2011
    Posts
    784
    Thanks given
    108
    Thanks received
    705
    Rep Power
    5000
    Source → data → def → json → npc_definitions.json → find the impling npc id and lower the respawn time.

    Example:
    Code:
    {
    "id": 7903,
    "name": "Kingly impling",
    "examine": "An impling who likes the word 'kingly'.",
    "combat": 0,
    "size": 1,
    "attackable": false,
    "aggressive": false,
    "retreats": false,
    "poisonous": false,
    "respawn": 1100,
    "maxHit": 0,
    "hitpoints": 0,
    "attackSpeed": 0,
    "attackAnim": 0,
    "defenceAnim": 0,
    "deathAnim": 0,
    "attackBonus": 0,
    "defenceMelee": 0,
    "defenceRange": 0,
    "defenceMage": 0
    },
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member KushKings's Avatar
    Join Date
    Jul 2018
    Posts
    457
    Thanks given
    53
    Thanks received
    24
    Rep Power
    37
    Quote Originally Posted by Gandalf View Post
    Source → data → def → json → npc_definitions.json → find the impling npc id and lower the respawn time.

    Example:
    Code:
    {
    "id": 7903,
    "name": "Kingly impling",
    "examine": "An impling who likes the word 'kingly'.",
    "combat": 0,
    "size": 1,
    "attackable": false,
    "aggressive": false,
    "retreats": false,
    "poisonous": false,
    "respawn": 1100,
    "maxHit": 0,
    "hitpoints": 0,
    "attackSpeed": 0,
    "attackAnim": 0,
    "defenceAnim": 0,
    "deathAnim": 0,
    "attackBonus": 0,
    "defenceMelee": 0,
    "defenceRange": 0,
    "defenceMage": 0
    },
    cool thanks man

    Quote Originally Posted by Gandalf View Post
    Source → data → def → json → npc_definitions.json → find the impling npc id and lower the respawn time.

    Example:
    Code:
    {
    "id": 7903,
    "name": "Kingly impling",
    "examine": "An impling who likes the word 'kingly'.",
    "combat": 0,
    "size": 1,
    "attackable": false,
    "aggressive": false,
    "retreats": false,
    "poisonous": false,
    "respawn": 1100,
    "maxHit": 0,
    "hitpoints": 0,
    "attackSpeed": 0,
    "attackAnim": 0,
    "defenceAnim": 0,
    "deathAnim": 0,
    "attackBonus": 0,
    "defenceMelee": 0,
    "defenceRange": 0,
    "defenceMage": 0
    },
    also do u know how to get any other ruse base clients to work I can only get necrotic one to work severs all work fine for me
    Attached image
    Reply With Quote  
     

  5. #4  
    Donator


    Join Date
    Nov 2011
    Posts
    784
    Thanks given
    108
    Thanks received
    705
    Rep Power
    5000
    Set up the source and client on eclipse, configure build paths
    Place the cache under computers → c: drive → users
    In configurations.java, make sure ip is 127.0.0.1
    Run the source and client

    That's it pretty much
    Reply With Quote  
     

  6. Thankful user:


  7. #5  
    Registered Member

    Join Date
    Oct 2011
    Posts
    2,084
    Thanks given
    0
    Thanks received
    1,043
    Rep Power
    3608
    Quote Originally Posted by KushKings View Post
    cool thanks man



    also do u know how to get any other ruse base clients to work I can only get necrotic one to work severs all work fine for me
    necrotic is noob-friendly and the op even made a youtube tutorial on how to import the project and start it. other bases may not be as noob-friendly with the in-depth explanations and youtube tutorials but the setup is pretty much the same for every download here. perform the typical checks such as ip, port, and cache dir.

    if you're attempting to use a server and client of different bases then you'll obviously need to do some alterations. otherwise, i can just take any client, change the ip and port and cheat my way through servers in the advert section.
    Reply With Quote  
     

  8. Thankful user:


  9. #6  
    Registered Member KushKings's Avatar
    Join Date
    Jul 2018
    Posts
    457
    Thanks given
    53
    Thanks received
    24
    Rep Power
    37
    Quote Originally Posted by Omelete View Post
    necrotic is noob-friendly and the op even made a youtube tutorial on how to import the project and start it. other bases may not be as noob-friendly with the in-depth explanations and youtube tutorials but the setup is pretty much the same for every download here. perform the typical checks such as ip, port, and cache dir.

    if you're attempting to use a server and client of different bases then you'll obviously need to do some alterations. otherwise, i can just take any client, change the ip and port and cheat my way through servers in the advert section.
    like in ruse base ones how do I get to the ip and host its in client.java right? And is so what should I put in to look for to find it? cuz when I look for host or ip there is no numbers to change
    Attached image
    Reply With Quote  
     

  10. #7  
    Registered Member

    Join Date
    Oct 2011
    Posts
    2,084
    Thanks given
    0
    Thanks received
    1,043
    Rep Power
    3608
    Quote Originally Posted by KushKings View Post
    like in ruse base ones how do I get to the ip and host its in client.java right? And is so what should I put in to look for to find it? cuz when I look for host or ip there is no numbers to change
    use your ide's built-in search function to find the ip and port methods across multiple files.
    Reply With Quote  
     

  11. Thankful user:


  12. #8  
    Registered Member KushKings's Avatar
    Join Date
    Jul 2018
    Posts
    457
    Thanks given
    53
    Thanks received
    24
    Rep Power
    37
    Quote Originally Posted by Omelete View Post
    use your ide's built-in search function to find the ip and port methods across multiple files.
    k thanks bro
    Attached image
    Reply With Quote  
     

  13. #9  
    Extreme Donator


    Join Date
    Aug 2016
    Posts
    597
    Thanks given
    109
    Thanks received
    96
    Rep Power
    254
    Configuration.java (client side) for your IP and port, Signlink.java (client side) for your cache directory, GameSettings.java (server side) for port
    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. Need necrotic/ruse client help please
    By KushKings in forum Help
    Replies: 1
    Last Post: 12-18-2018, 07:23 AM
  2. [RUSE] Help please Mod glow for Ruse?
    By schokk1337 in forum Help
    Replies: 0
    Last Post: 07-28-2016, 09:52 PM
  3. Ruse highscore || help please
    By sandyscape in forum Help
    Replies: 10
    Last Post: 03-05-2016, 03:09 AM
  4. Ruse Source help please!!
    By Doddwilliamtyl in forum Help
    Replies: 2
    Last Post: 01-06-2016, 02:05 AM
  5. Ruse Help - Please No Haterino
    By OraclePS in forum Help
    Replies: 6
    Last Post: 09-25-2015, 08:12 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
  •