Thread: [RuneSource] Ambitionz - Mass Quality Content - Online - Story mode

Page 16 of 18 FirstFirst ... 61415161718 LastLast
Results 151 to 160 of 173
  1. #151  
    Registered Member
    Optimum's Avatar
    Join Date
    Apr 2012
    Posts
    3,570
    Thanks given
    871
    Thanks received
    1,745
    Rep Power
    5000
    Sounds interesting. Will check back in a bit

    Quote Originally Posted by DownGrade View Post
    Don't let these no life creeps get to you, its always the same on here. They'd rather spend hours upon hours in the rune-server spam section then getting laid! ha ha!Its honestly pathetic i haven't seen so many lowlifes in my life its actually insane i wish that this section would just vanish its probably the only way to get these people out of the community...
    PLEASE BE AWARE OF IMPOSTERS MY DISCORD ID: 362240000760348683
    Reply With Quote  
     

  2. #152  
    The One & Only


    Join Date
    Oct 2013
    Posts
    2,572
    Thanks given
    422
    Thanks received
    1,620
    Rep Power
    5000
    Looks amazing, best of luck
    Attached image
    Spoiler for More Signatures:

    Attached image
    Credits to Niceman, Vippy and Dami for the awesome signatures
    Attached image
    Attached image


    Reply With Quote  
     

  3. #153  
    Owner of Dawntained

    Mgt Madness's Avatar
    Join Date
    Oct 2011
    Age
    28
    Posts
    3,380
    Thanks given
    1,429
    Thanks received
    958
    Rep Power
    2168
    Yeah looks sick
    Attached image
    Reply With Quote  
     

  4. #154  
    Registered Member
    Join Date
    Dec 2009
    Age
    23
    Posts
    408
    Thanks given
    193
    Thanks received
    39
    Rep Power
    10
    Seems like you've got a serious case of Missing Black on Models Syndrome. Try this link: http://www.rune-server.org/runescape...ack-color.html
    Reply With Quote  
     

  5. #155  
    Registered Member
    Stanaveli's Avatar
    Join Date
    Aug 2014
    Posts
    1,490
    Thanks given
    184
    Thanks received
    653
    Rep Power
    1338
    Quote Originally Posted by Skito View Post
    I don't get the partnership. Are you both funding each other, working on the same projects ?
    We don't share any server code, yet if we struggle with things we can help each other out. We try to promote each other, and we keep the competition / rival stuff beside us.

    There's more, but you'll see
    Keep your head up.



    Reply With Quote  
     

  6. #156  
    Registered Member Meow_'s Avatar
    Join Date
    May 2013
    Posts
    180
    Thanks given
    21
    Thanks received
    18
    Rep Power
    15
    Interesting, good luck
    Reply With Quote  
     

  7. #157  
    Registered Member
    Join Date
    Mar 2015
    Posts
    6
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    Woah that's a lot of content, wonder how you've wrote them !
    Reply With Quote  
     

  8. #158  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    28
    Posts
    4,419
    Thanks given
    1,184
    Thanks received
    757
    Rep Power
    3098
    Quote Originally Posted by PraiseBelieve View Post
    Woah that's a lot of content, wonder how you've wrote them !
    OO programming, basic direct documenting, Eclipse auto comments my code; keeping it simple.

    For example

    Code:
    package org.online.content.minigame.impl.barbarianassault;
    
    import org.online.content.minigame.AbstractMinigame;
    import org.online.content.minigame.MinigameDeath;
    import org.online.content.minigame.MinigameType;
    import org.online.content.minigame.impl.barbarianassault.BarbarianAssault.BarbarianRole;
    import org.online.model.Authorisation;
    import org.online.model.npc.Npc;
    import org.online.model.player.Player;
    
    /**
     * Represents a Barbarian Assault minigame
     * 
     * @author 2012 <http://www.rune-server.org/members/dexter+morgan/>
     *
     */
    public class BarbarianAssaultMinigame implements AbstractMinigame {
    
    	@Override
    	public void handleInterface(Player player) {
    		player.getPacketSender().sendWalkableInterface(
    				player.getBarb().getRole().equals(BarbarianRole.HEALER) ? 38444
    						: 23460);
    	}
    
    	@Override
    	public MinigameDeath getMinigameDeath() {
    		return new MinigameDeath(){
    
    			@Override
    			public void killedPlayer(Player killer, Player victim) {
    				
    			}
    
    			@Override
    			public void killedNpc(Player player, Npc npc) {
    				
    			}
    
    			@Override
    			public void handleDeath(Player player) {
    				
    			}
    		};
    	}
    
    	@Override
    	public MinigameType getMinigameType() {
    		return MinigameType.COMPLETELY_SAFE;
    	}
    
    	@Override
    	public Authorisation getAuthorisation() {
    		return Authorisation.CANT_LEAVE;
    	}
    }
    Reply With Quote  
     

  9. #159  
    Registered Member
    Stanaveli's Avatar
    Join Date
    Aug 2014
    Posts
    1,490
    Thanks given
    184
    Thanks received
    653
    Rep Power
    1338
    Bumpy
    Keep your head up.



    Reply With Quote  
     

  10. #160  
    Registered Member
    Join Date
    Nov 2012
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    This looks phenomenal! If you don't mind me asking what is the ETA for some beta testers or being released? Do you have plans to release it unfinished and add in bits as time goes on or do you want a 100% game?
    Reply With Quote  
     

Page 16 of 18 FirstFirst ... 61415161718 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: 111
    Last Post: 04-07-2015, 02:08 AM
  2. Replies: 361
    Last Post: 01-11-2015, 02:50 AM
  3. Replies: 48
    Last Post: 10-11-2013, 10:55 PM
  4. 2011 Emulation With High-Quality Content
    By Josh' in forum Advertise
    Replies: 5
    Last Post: 08-13-2013, 09:36 PM
  5. Replies: 36
    Last Post: 03-02-2013, 04: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
  •