Thread: Project Runescape 1.1 Release

Page 1 of 8 123 ... LastLast
Results 1 to 10 of 78
  1. #1 Project Runescape 1.1 Release 
    Registered Member
    Join Date
    Aug 2014
    Age
    27
    Posts
    271
    Thanks given
    0
    Thanks received
    15
    Rep Power
    20
    Project Runescape [718 with a 742 cache] some customs
    Since it looks like all players stop play rsps's i decided to release my project im sorry if i do some miss spellings

    DEVELOPMENT BLOG
    Code:
    21 October
    Lobby will update tomorrow
    Ash Scattering
    New level up sprite
    New daemonheim bosses
    19 October
    Removed admins from highscores
    Fixed Crate of capes in clan citadel
    If you logout at citadel u get teled home
    18 October
    Anti bot registration (forum)
    New custom Spinal cord cape
    17 October
    Clan system
    Clan citadels
    Clan wars (not finished yet)
    16 October
    Summoning scroll making (not finished yet)
    15 October
    Fixed close & return to shop button (Loyalty Program)
    14 October
    Fixed ranging at sea troll queen & corporeal beast
    Moved the scimitar stall
    Added armadyl runes to the shop
    Fixed the categorys in loyalty program
    99 Lamp
    Updated donation page
    Fixed regular donator icon
    13 October
    Fixed clippings at home
    Loyalty program
    Loyalty points for donators
    Better mystery boxes
    Fixed spirit shard pack
    Updated donation page
    12 October
    Fixed most of the emotes
    Fixed web highscores bug
    Fixed prestige command
    11 October
    Fixed dragon hatchet bonuses
    You can now activate your prayer after you're in dungeoneering
    Cannon redirect to your bank when picking it up
    New vote rewards
    Fixed spirit wolf 
    Colored dark bows bonuses
    Changed all rewards in mystery box
    8 October
    Added goliath gloves to bandos drop
    Added swift gloves to armadyl drop
    Frostmourne offhand now got crush bonuses
    New custom Troll Face
    Removed random events for mods+
    Added gilded altar at donorzone
    Removed the bugged dung shop
    7 October
    Frostmourne offhand is now in the left hand
    Updated donation page
    Updated highscores page
    Highscores saving when logout
    Fixed if your in jail or zombie minigame u wont get teled by event
    6 October
    Frostmourne Offhand
    Added royal crossbow to qbd chest 10% chance to get it
    Malevolant kiteshield
    Merciless kiteshield
    Vengeful kiteshield
    Fixed Frostmourne offhand invisible bug
    Highscores saves when login
    Frostmourne&Drygores now got crush bonuses
    Fixed combat style tab for Frostmourne
    Frostmourne offhand bonuses
    Ramsey Ramsey Ramsey...
    5 October
    Made free for all portal at dungeoneering for donators only
    Crystal bow stats
    Updated Extreme&Super donator stores
    4 October
    New custom Frostmourne
    ::ESTQ Boss drops frostmourne
    Undead minigame is not afkable anymore
    If you login while your in undead minigame u lose
    Finally fixed dungeoneering map bug
    Super donator rank
    Super donator shop
    3 October
    Fixed Dungeoneerings free-for-all portal
    If the maps in daemonheim is gone use the portal to the west
    2 October
    Removed firecapzors from reveants
    ROFL messages like "Jens has been banned for 48 hours!"
    Fixed whip selling price
    Staff-Coordinator title&yell
    ::Latest command
    Removed drygore from extreme donator shop
    Added drygore to nex drop
    1 October
    Cleaning guam requires 1 herblore
    Nerfed reveants drop
    New friendschat world icon
    New level token system
    Made dungeoneering a bit easier
    30 September
    Changed login background
    Fixed level shop prices
    Drygore stats
    Made drygore  untradeable
    Temporary removed primal from chest
    29 September
    Auto donation
    Added customs
    Removed spawn command for admins
    28 September
    Eco reset
    Changed donation prices
    New items in some stores
    Fixed bank at summoning place
    27 September
    Cannons sends to your bank when you die
    Cannonballs to ranged shop
    Added wear option to quickfire bow
    Made Royal C'bow better
    Godwars Prices added
    Changed some rewards in donator boxes
    Elite void requires 30 pest queen kills now not 100 as before
    Fixed destabiliser prices
    26 September
    Vote4Items
    Lost city does not give you 66m dung exp anymore
    25 September
    Correct donor,extreme donor crowns
    Updated trivia
    Changed ::vote and ::forums links
    Level up shop
    Updated donatable items
    Lower exp rate
    Fixed random event shop
    Some features:
    quest
    daemonheim dungeoneering
    player owned houses
    location system
    global trivia


    Donation.sql table:
    -- phpMyAdmin SQL Dump
    -- version 3.5.4
    -- http://www.phpmyadmin.net
    --
    -- Host: localhost
    -- Generation Time: Dec 18, 2012 at 09:56 PM
    -- Server version: 5.5.16
    -- PHP Version: 5.3.8

    SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
    SET time_zone = "+00:00";


    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;

    --
    -- Database: `Donations`
    --

    -- --------------------------------------------------------

    --
    -- Table structure for table `donations`
    --

    CREATE TABLE IF NOT EXISTS `donations` (
    `id` int(11) NOT NULL AUTO_INCREMENT,
    `username` varchar(255) NOT NULL,
    `claimed` enum('0','1') NOT NULL DEFAULT '0',
    `package` int(11) NOT NULL DEFAULT '0',
    PRIMARY KEY (`id`)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

    /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
    /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
    /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
    Hiscores SQL table
    CREATE TABLE IF NOT EXISTS `skillsoverall` (
    `playerName` varchar(15) NOT NULL DEFAULT '',
    `lvl` int(11) DEFAULT NULL,
    `xp` bigint(11) DEFAULT NULL,
    PRIMARY KEY (`playerName`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    AND!#"#!
    CREATE TABLE IF NOT EXISTS `skills` (
    `playerName` varchar(15) NOT NULL DEFAULT '',
    `Attacklvl` double DEFAULT NULL,
    `Attackxp` double DEFAULT NULL,
    `Defencelvl` double DEFAULT NULL,
    `Defencexp` double DEFAULT NULL,
    `Strengthlvl` double DEFAULT NULL,
    `Strengthxp` double DEFAULT NULL,
    `Hitpointslvl` double DEFAULT NULL,
    `Hitpointsxp` double DEFAULT NULL,
    `Rangelvl` double DEFAULT NULL,
    `Rangexp` double DEFAULT NULL,
    `Prayerlvl` double DEFAULT NULL,
    `Prayerxp` double DEFAULT NULL,
    `Magiclvl` double DEFAULT NULL,
    `Magicxp` double DEFAULT NULL,
    `Cookinglvl` double DEFAULT NULL,
    `Cookingxp` double DEFAULT NULL,
    `Woodcuttinglvl` double DEFAULT NULL,
    `Woodcuttingxp` double DEFAULT NULL,
    `Fletchinglvl` double DEFAULT NULL,
    `Fletchingxp` double DEFAULT NULL,
    `Fishinglvl` double DEFAULT NULL,
    `Fishingxp` double DEFAULT NULL,
    `Firemakinglvl` double DEFAULT NULL,
    `Firemakingxp` double DEFAULT NULL,
    `Craftinglvl` double DEFAULT NULL,
    `Craftingxp` double DEFAULT NULL,
    `Smithinglvl` double DEFAULT NULL,
    `Smithingxp` double DEFAULT NULL,
    `Mininglvl` double DEFAULT NULL,
    `Miningxp` double DEFAULT NULL,
    `Herblorelvl` double DEFAULT NULL,
    `Herblorexp` double DEFAULT NULL,
    `Agilitylvl` double DEFAULT NULL,
    `Agilityxp` double DEFAULT NULL,
    `Thievinglvl` double DEFAULT NULL,
    `Thievingxp` double DEFAULT NULL,
    `Slayerlvl` double DEFAULT NULL,
    `Slayerxp` double DEFAULT NULL,
    `Farminglvl` double DEFAULT NULL,
    `Farmingxp` double DEFAULT NULL,
    `Runecraftlvl` double DEFAULT NULL,
    `Runecraftxp` double DEFAULT NULL,
    `Hunterlvl` double DEFAULT NULL,
    `Hunterxp` double DEFAULT NULL,
    `Constructionlvl` double DEFAULT NULL,
    `Constructionxp` double DEFAULT NULL,
    `Summoninglvl` double DEFAULT NULL,
    `Summoningxp` double DEFAULT NULL,
    `Dungeoneeringlvl` double DEFAULT NULL,
    `Dungeoneeringxp` double DEFAULT NULL,
    PRIMARY KEY (`playerName`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    If you got any questions im willing to help, haters gonna hate i don't care!!!#"¤"&#&346943648968
    Source from: http://www.rune-server.org/runescape...e-release.html thx cookie i did play your server
    Client from foxtrot thx king fox
    Cache from Rune-Evo V3 i think thx king fox

    MEDIA:

    already took to many pictures reply if u want a picture of something xD

    DOWNLOAD:
    Client: https://mega.co.nz/#!WEV3SRKL!cNBo4T...V_U9xt_YpE5bdk
    Source: https://mega.co.nz/#!fVEXwQCY!NdPnbD47CJVpnRKfVeD2bLF80FuTiDwGhNiCNOSJg
    Hiscores,Vote and Donation page: https://mega.co.nz/#!KRM3VJyQ!xfpv4b...gc2aqE1W1E_e3M
    Last edited by jens19963; 10-25-2014 at 05:27 AM. Reason: SQL tables
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    Registered Member
    Join Date
    Dec 2013
    Posts
    43
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    can't wait for source to be done looks nice
    Reply With Quote  
     

  4. #3  
    Registered Member
    Join Date
    Aug 2014
    Age
    27
    Posts
    271
    Thanks given
    0
    Thanks received
    15
    Rep Power
    20
    Could add a link of hiscores,donation page and vote if anyone would like to im nice today
    Reply With Quote  
     

  5. #4  
    Registered Member
    Join Date
    Aug 2014
    Age
    27
    Posts
    271
    Thanks given
    0
    Thanks received
    15
    Rep Power
    20
    Quote Originally Posted by reduplicate View Post
    can't wait for source to be done looks nice
    source is at 90% atm, cache is into source
    Last edited by jens19963; 10-25-2014 at 05:11 AM. Reason: 90% source
    Reply With Quote  
     

  6. #5  
    Donator
    slash123's Avatar
    Join Date
    Apr 2014
    Posts
    183
    Thanks given
    5
    Thanks received
    12
    Rep Power
    0
    First!!
    Reply With Quote  
     

  7. #6  
    Developer of Hiraeth Online

    Join Date
    Jul 2013
    Age
    30
    Posts
    111
    Thanks given
    36
    Thanks received
    7
    Rep Power
    3
    Quote Originally Posted by jens19963 View Post
    Could add a link of hiscores,donation page and vote if anyone would like to im nice today
    That could be useful, please do?
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Aug 2014
    Age
    27
    Posts
    271
    Thanks given
    0
    Thanks received
    15
    Rep Power
    20
    uploading web files

    will be added after source
    Last edited by jens19963; 10-25-2014 at 05:04 AM. Reason: no reason
    Reply With Quote  
     

  9. #8  
    Developer of Hiraeth Online

    Join Date
    Jul 2013
    Age
    30
    Posts
    111
    Thanks given
    36
    Thanks received
    7
    Rep Power
    3
    Quote Originally Posted by jens19963 View Post
    uploading web files

    will be added after source
    Could you provide the Sql tables?
    Reply With Quote  
     

  10. #9  
    Registered Member
    Join Date
    Aug 2014
    Age
    27
    Posts
    271
    Thanks given
    0
    Thanks received
    15
    Rep Power
    20
    oh yeah sorry
    Reply With Quote  
     

  11. #10  
    Registered Member

    Join Date
    Feb 2013
    Posts
    1,682
    Thanks given
    401
    Thanks received
    402
    Rep Power
    446
    Looks okay will check it out, also, not sure if it was legit :O Lost city does not give you 66m dung exp anymore
    Reply With Quote  
     

Page 1 of 8 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. Project: RuneScape Remade Released
    By MarcelScapes in forum Downloads
    Replies: 6
    Last Post: 08-30-2011, 03:48 PM
  2. Replies: 13
    Last Post: 11-17-2008, 11:17 AM
  3. [508]Project RuneScape 3![508]
    By Inspired Dreams in forum Projects
    Replies: 7
    Last Post: 09-16-2008, 09:49 PM
  4. Project Rune to be released?
    By Zachyboo in forum Voting
    Replies: 32
    Last Post: 07-30-2008, 01:03 PM
  5. Project smilez isle last release
    By Jean in forum Downloads
    Replies: 20
    Last Post: 05-18-2008, 03:25 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
  •