Thread: [RELEASE] OSBrutality Source & Client | Rooftop Agility Courses | Demonic Gorillas

Page 11 of 20 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 200
  1. #101  
    Banned
    Join Date
    Apr 2016
    Posts
    150
    Thanks given
    51
    Thanks received
    3
    Rep Power
    0
    http://imgur.com/a/6KDgI

    What is the problem can someone please explain it for me?

    It missing libs, but how do I can get them? May someone have a download link ?
    Reply With Quote  
     

  2. #102  
    Registered Member

    Join Date
    Feb 2015
    Posts
    830
    Thanks given
    12
    Thanks received
    200
    Rep Power
    118
    Quote Originally Posted by Gkua View Post
    http://imgur.com/a/6KDgI

    What is the problem can someone please explain it for me?

    It missing libs, but how do I can get them? May someone have a download link ?
    Right click the source on eclipse, Build path, Configure build path.

    Then select all of them, remove, then add external jars then find the path.
    Attached image
    Reply With Quote  
     

  3. #103  
    Registered Member
    Join Date
    Jan 2017
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Could someone help a newbie and tell me how to put these files to Eclipse and run the server offline?

    I would appreciate it a lot, thanks!
    Reply With Quote  
     

  4. #104  
    Banned
    Join Date
    Dec 2014
    Posts
    130
    Thanks given
    38
    Thanks received
    12
    Rep Power
    0
    hey so releasing a little bug here and thanks to Stan_ for finding it out.
    What is it for?
    Doesn't check if a mob is attackable
    so non-attackable mobs can attack players.

    On NpcHandler.java search for:

    if ((npcs[i].killerId > 0 || npcs[i].underAttack) && !npcs[i].walkingHome
    && retaliates(npcs[i].npcType)) {

    Replace it with:

    if (NpcDefinition.DEFINITIONS[npcs[i].npcType].isAttackable() && ((npcs[i].killerId > 0 || npcs[i].underAttack) && !npcs[i].walkingHome
    && retaliates(npcs[i].npcType))) {

    Quote Originally Posted by gsduirhtuisdrn View Post
    Could someone help a newbie and tell me how to put these files to Eclipse and run the server offline?

    I would appreciate it a lot, thanks!
    i can pmed you.
    Reply With Quote  
     

  5. Thankful user:


  6. #105  
    Registered Member
    Join Date
    Jan 2017
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by xxfactorxx View Post
    i can pmed you.
    Thanks so much to this dude he put my server up and running!
    Reply With Quote  
     

  7. #106  
    Registered Member
    Join Date
    Apr 2013
    Posts
    17
    Thanks given
    2
    Thanks received
    2
    Rep Power
    11
    can someone spoon feed me on how to leech this server and claim it as my own?
    Reply With Quote  
     

  8. #107  
    Registered Member
    Join Date
    Jan 2017
    Posts
    17
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Hey guys I'm trying to fix the server error through eclipse because im getting the error message: "Error could not find or load main class com.guthix" and i have one error left to fix but eclipse can't fix it and im wondering if anyone knows what i could do to get this fixed. It says "the project was not built since the source file /OsBrutality Source/src/org/brutality/model/content/presets/preset.java could not be read" If anyone knows how to fix this please let me know
    Thank you
    Reply With Quote  
     

  9. #108  
    Banned
    Join Date
    Apr 2016
    Posts
    150
    Thanks given
    51
    Thanks received
    3
    Rep Power
    0
    How to remove objects ?
    Reply With Quote  
     

  10. #109  
    Donator
    Pretty_Stinky's Avatar
    Join Date
    Mar 2015
    Posts
    154
    Thanks given
    1
    Thanks received
    11
    Rep Power
    0
    added the 130 data but and npc data ive to see in the npc definations if its attackable its true but i still seem cant to attack the boss vespula
    Reply With Quote  
     

  11. #110  
    Registered Member
    Join Date
    Apr 2012
    Posts
    26
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    https://imgur.com/a/A09Lu

    can someone help me please? i dont know what im doing with eclipse, tried using a tut to set it up but im newbie at it, all i wanna do is play offline by myself
    Reply With Quote  
     

Page 11 of 20 FirstFirst ... 910111213 ... 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: 12
    Last Post: 07-26-2021, 06:04 PM
  2. Replies: 20
    Last Post: 12-27-2016, 06:53 AM
  3. Replies: 0
    Last Post: 01-29-2009, 09:00 PM
  4. Twinscaperz source+client release
    By Eminem™ in forum Downloads
    Replies: 8
    Last Post: 11-03-2008, 03:43 AM
  5. Replies: 12
    Last Post: 09-22-2007, 06:09 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
  •