Thread: [RELEASE] Os-Kingdom v1 || "OSRS"

Page 1 of 5 123 ... LastLast
Results 1 to 10 of 41
  1. #1 [RELEASE] Os-Kingdom v1 || "OSRS" 
    Exiles
    A S T R A's Avatar
    Join Date
    Mar 2014
    Posts
    351
    Thanks given
    13
    Thanks received
    28
    Rep Power
    34
    Hello,
    I have decided to release our old Os-Kingdom source and client. We do not run this source anymore due to the fact that it has more problems to fix and no time for adding content. We are just about to release Os-Kingdom V2 for playing here shortly so it is time to release our old version's source and client. I would not recommend you to host this unless you put massive amount of hours into it because compared to other servers, this one lacks a lot of content. It has many major bugs in which i stated in a .txt file within the source. I was also nice enough to give you a little guide on how to run the source and client, as well as where to put cache and getting the cachedownloader to work. The code is very very messy and very buggy. If you have anymore questions, feel free to leave a reply down below and i'll try to help when i have the time.

    - Also provided you with an Owner account for the beginners. Username: Owner, Password: owner

    - Server had 45+ active players before shutdown due to in real life reasons.


    Links:



    Virus Scan:

    Spoiler for Virus Scan:
    Attached image
    Attached image


    Credits:

    Spoiler for Credits:
    - Ardi
    - Mikey (Os-Legacy)
    - Tyler (Developer)
    - Myself (Developer/Owner)
    - Mike (Helped Code)
    - Rune-Server Tutorials


    Features:

    Spoiler for Features:
    - Osrs items(zulrah and below)
    - Ironman, Regular, or PvP Mode(very buggy, recode)
    - Teleport to slayer task
    - Blood money system for PvP Mode
    - Many of the bugs fixed from original source
    - Autojoin clan chat
    - Custom giant sea snake boss
    - Donation system(No web side, might give if asked via pm)
    - Highscores system(use fox's bootstrap websided)
    - Custom Barrows Minigame
    - Max and Completionist cape system
    - Achievement system
    - Awesome quest tab
    - Title system
    - Boss and Slayer Log
    - Doctor Orbon healing guy
    - Warriors guild
    - Etc etc. Source is lacking content TBH


    Media:

    Spoiler for Media:
    Attached image
    Attached image
    Attached image
    Attached image
    Attached image
    Attached image
    Attached image

    Bank tabs do not work
    Attached image
    Attached image
    Attached image
    Attached image
    Attached image
    Attached image
    Attached image
    Attached image
    Attached image
    Attached image


    Special Note:

    This server was based off of an osrs server but we are not actually running an osrs cache/data. All the osrs items were added manually. There are some outofbounds errors so those need fixing.

    Disclaimer:

    You may not host this server with the name Os-Kingdom, as Os-Kingdom v2 is about to be online to the public. You may not re-release this anywhere without my consent. Please leave a thanks and/or rep if used.

    Run the source in eclipse and the client from the .bat to fix the problems with errors. Thanks to boss278

    Fix for Npcdrops dumping command:
    Quote Originally Posted by imTyler7 View Post
    Because the command for dumping npcs drops in the commands.java is pretty crappy & crashes the server when using, here is a cleaner version:
    Code:
    			if(playerCommand.startsWith("npcdrops")) {
    				String input = playerCommand.substring(9);
    				for (int k = 0; k < Config.NPC_DROPS.length; k++) {//Loop I found inside of NPChandler for drops
    					int npcId = Config.NPC_DROPS[k][0];
    					String npcName = Server.npcHandler.getNpcListName(Config.NPC_DROPS[k][0]).toLowerCase(); //Npc Name based off the npcId in drop rates
    					int dropId = Config.NPC_DROPS[k][1];
    					int amount = Config.NPC_DROPS[k][2]; //amount in drop rates
    					int rarity = Config.NPC_DROPS[k][3];
    					//if (rarity >= 150) {
    					String itemname = ItemDefinition.forId(dropId).getName(); //Gets item name from npc drops
    						try {
    						BufferedWriter coord = new BufferedWriter(new FileWriter("./NpcDrops.txt", true));
    							try {
    								if (Integer.valueOf(input) == 1) { //Sort with item names first
    									coord.write(itemname +" (x"+amount+") is dropped by "+npcName.replace("_", " ") + " with a 1/"+((rarity == 0) ? 1 : rarity)+" rarity.");
    									coord.newLine();
    								} else if (Integer.valueOf(input) == 2) { //Sort with npc names first
    									coord.write(npcName.replace("_", " ")+" drops (x"+amount+") "+ itemname +" with a 1/"+((rarity == 0) ? 1 : rarity)+" rarity.");
    									coord.newLine();
    								} else {
    									player.sendGameMessage("Invalid Format. ::npcdrops 2(itemnames) or 3 (npcnames)");
    									break;
    								}
    							} finally {
    								coord.close();
    							}
    						}  catch (Exception e) {
    							player.sendGameMessage("Invalid Format. ::npcdrops(space)number");
    						}
    					//}
    				}
    			}
    Uncomment the two comments to dump a file with just announced rare items.
    Decided to release because I gave to someone already.

    Enjoy

    Regards,
    Os-Kingdom


    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Working On Something...

    Xterra's Avatar
    Join Date
    Jul 2014
    Posts
    1,118
    Thanks given
    250
    Thanks received
    173
    Rep Power
    99
    thanks for contribution
    Reply With Quote  
     

  4. #3  
    Ask me how I'm doing

    .NF.'s Avatar
    Join Date
    Aug 2015
    Age
    30
    Posts
    2,174
    Thanks given
    293
    Thanks received
    619
    Rep Power
    567
    thanks for contribution, but nothing special imo
    Attached image
    Reply With Quote  
     

  5. #4  
    Registered Member
    Join Date
    Nov 2015
    Posts
    79
    Thanks given
    12
    Thanks received
    1
    Rep Power
    10
    i log in game and i walk about for 2 minutes then it kicks me out of game and wont leme log back in till i turn soiurce off

    there is way to many bugs is cool u could help me with this?
    Reply With Quote  
     

  6. #5  
    Registered Member
    Join Date
    May 2016
    Posts
    39
    Thanks given
    2
    Thanks received
    3
    Rep Power
    0
    thanks for contribution
    Reply With Quote  
     

  7. #6  
    Banned

    Join Date
    Jun 2015
    Posts
    1,517
    Thanks given
    31
    Thanks received
    143
    Rep Power
    0
    kinda os legacy

    Thanks anyway
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Sep 2016
    Posts
    26
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    Good luck all nice man!
    Reply With Quote  
     

  9. #8  
    Registered Member
    Join Date
    Aug 2016
    Posts
    52
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    yeah i get kicked after 1 minute of playing any ideas on how to fix

    i get this in source

    [9/27/16 11:06 AM]: Loaded: ObjectDef configuration.
    [9/27/16 11:06 AM]: Loaded: Region configuration.
    [9/27/16 11:06 AM]: Loaded: 2677895 clipped tiles.
    [9/27/16 11:06 AM]: Loaded: 1019 doors in 238ms.
    [9/27/16 11:06 AM]: Loaded: 273 double doors in 53ms.
    [9/27/16 11:06 AM]: Server started up in 5085 ms.
    [9/27/16 11:06 AM]: Os-Kingdom is now ONLINE
    [9/27/16 11:06 AM]: [Logged in]: Owner
    [9/27/16 11:06 AM]: java.lang.ArrayIndexOutOfBoundsException: -12
    [9/27/16 11:06 AM]: at ardi.clip.region.ByteStream.getUByte(ByteStream.ja va:34)
    [9/27/16 11:06 AM]: at ardi.clip.region.ByteStream.getLong(ByteStream.jav a:54)
    [9/27/16 11:06 AM]: at ardi.clip.region.MemoryArchive.get(MemoryArchive.j ava:19)
    [9/27/16 11:06 AM]: at ardi.clip.region.ObjectDef.getObjectDef(ObjectDef. java:14)
    [9/27/16 11:06 AM]: at ardi.clip.region.Region.addObject(Region.java:289)
    [9/27/16 11:06 AM]: at ardi.model.players.PlayerAssistant.checkObjectSpaw n(PlayerAssistant.java:2278)
    [9/27/16 11:06 AM]: at ardi.model.players.PlayerAssistant.checkObjectSpaw n(PlayerAssistant.java:2281)
    [9/27/16 11:06 AM]: at ardi.world.ObjectManager.loadCustomSpawns(ObjectMa nager.java:184)
    [9/27/16 11:06 AM]: at ardi.world.ObjectManager.loadObjects(ObjectManager .java:101)
    [9/27/16 11:06 AM]: at ardi.model.players.packets.ChangeRegions.processPa cket(ChangeRegions.java:16)
    [9/27/16 11:06 AM]: at ardi.model.players.PacketHandler.processPacket(Pac ketHandler.java:148)
    [9/27/16 11:06 AM]: at ardi.model.players.Client.processQueuedPackets(Cli ent.java:2068)
    [9/27/16 11:06 AM]: at ardi.model.players.PlayerHandler.process(PlayerHan dler.java:154)
    [9/27/16 11:06 AM]: at ardi.Server$1.execute(Server.java:247)
    [9/27/16 11:06 AM]: at ardi.event.Task.tick(Task.java:118)
    [9/27/16 11:06 AM]: at ardi.event.TaskScheduler.run(TaskScheduler.java:10 6)
    [9/27/16 11:06 AM]: at java.util.concurrent.Executors$RunnableAdapter.cal l(Unknown Source)
    [9/27/16 11:06 AM]: at java.util.concurrent.FutureTask.runAndReset(Unknow n Source)
    [9/27/16 11:06 AM]: at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.access$301(Unknown Source)
    [9/27/16 11:06 AM]: at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.run(Unknown Source)
    [9/27/16 11:06 AM]: at java.util.concurrent.ThreadPoolExecutor.runWorker( Unknown Source)
    [9/27/16 11:06 AM]: at java.util.concurrent.ThreadPoolExecutor$Worker.run (Unknown Source)
    [9/27/16 11:06 AM]: at java.lang.Thread.run(Unknown Source)
    Sep 27, 2016 11:19:28 AM ardi.event.TaskScheduler run
    SEVERE: Exception during task execution.
    java.lang.Error: Unresolved compilation problems:
    RandomEventHandler cannot be resolved
    FreakyForester cannot be resolved
    Events cannot be resolved
    Events cannot be resolved
    Events cannot be resolved

    at ardi.model.players.packets.Commands.processPacket( Commands.java:1458)
    at ardi.model.players.PacketHandler.processPacket(Pac ketHandler.java:148)
    at ardi.model.players.Client.processQueuedPackets(Cli ent.java:2068)
    at ardi.model.players.PlayerHandler.process(PlayerHan dler.java:154)
    at ardi.Server$1.execute(Server.java:247)
    at ardi.event.Task.tick(Task.java:118)
    at ardi.event.TaskScheduler.run(TaskScheduler.java:10 6)
    at java.util.concurrent.Executors$RunnableAdapter.cal l(Unknown Source)
    at java.util.concurrent.FutureTask.runAndReset(Unknow n Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.access$301(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker( Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Owner - returncode:5
    [9/27/16 11:06 AM]: Ownerl: character file not found.
    [9/27/16 11:06 AM]: [Logged in]: Ownerl
    [9/27/16 11:06 AM]: Ownerl - returncode:5
    [9/27/16 11:06 AM]: [Logged in]: Owner
    [9/27/16 11:06 AM]: Owner - returncode:5

    edit: just need to run source in eclipse and client regular
    Last edited by boss278; 09-27-2016 at 05:58 PM. Reason: figured it out
    Reply With Quote  
     

  10. #9  
    Exiles
    A S T R A's Avatar
    Join Date
    Mar 2014
    Posts
    351
    Thanks given
    13
    Thanks received
    28
    Rep Power
    34
    Quote Originally Posted by James _ View Post
    kinda os legacy

    Thanks anyway
    Yeah I know. Started with Os-Legacy and added a little bit of content and fixed some bugs.

    Quote Originally Posted by Trikru. View Post
    thanks for contribution, but nothing special imo
    That's why I'm releasing it. On to bigger and better things haha.

    Quote Originally Posted by lee guess View Post
    i log in game and i walk about for 2 minutes then it kicks me out of game and wont leme log back in till i turn soiurce off

    there is way to many bugs is cool u could help me with this?
    At the bottom of boss278's reply, it tells you how to fix it. Probably happened when I was cleaning up the source a little bit.

    He said to: Run the source in eclipse and the client as regular.



    Thanks everyone.
    Reply With Quote  
     

  11. #10  
    Exiles Developer


    Join Date
    May 2009
    Age
    28
    Posts
    316
    Thanks given
    55
    Thanks received
    25
    Rep Power
    86
    This source also has uuid banning implemented into it. We noticed in the past that players could not login due to an unknown problem. The system added due to a problem with a group of hackers. I also do not believe the client is mac compatible. Will check into that error, it shouldn't be happening as we did not run the server through eclipse.
    Quote Originally Posted by Eazy View Post
    Quote Originally Posted by lostlegend View Post
    its not os-legacy its switched to Project-Insanity.
    And Very Much i ReCoded MEself. Check it out and u wil see ur self.
    People allways bothering with saying OS-LEGACY.. U NEVER CHECKED SERVERDONT COMPLAIN CHECK IT OUT B4 COMPLAINING
    So you switched Project-Insanity to Project-Insanity? gj
    Reply With Quote  
     

Page 1 of 5 123 ... 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: 100
    Last Post: 07-08-2016, 02:42 AM
  2. Replies: 211
    Last Post: 08-11-2015, 08:29 PM
  3. Replies: 31
    Last Post: 07-04-2015, 08:59 PM
  4. Replies: 1
    Last Post: 03-24-2015, 09:41 AM
  5. [RELEASE] - Userbar generator V1 fully styled [SAVES IMAGES]
    By VanquishRSPS in forum Website Development
    Replies: 4
    Last Post: 09-02-2013, 03:31 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
  •