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

Page 2 of 20 FirstFirst 123412 ... LastLast
Results 11 to 20 of 200
  1. #11  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    do any of the bosses actually have any of the working mechanics?

    Code:
    public class DemonicGorilla {
    
    	public static boolean isDemonicGorilla(NPC npc) {
    		switch (npc.npcType) {
    		case 7151:
    		case 7152:
    		case 7153:
    			return true;
    		}
    		return false;
    	}
    	
    	public static void switchPrayer(NPC npc) {
    		int stage = npc.HP / 10;
    		if (stage == npc.stage) {
    			return;
    		}
    
    		int transformId = npc.npcType + 1;
    		if (transformId > 7153) {
    			transformId = 7151;
    		}
    
    		npc.stage = stage;
    		npc.requestTransform(transformId);
    	}
    
    	public static boolean isProtecting(Player player, NPC npc) {
    		boolean protecting = false;
    		
    		switch (npc.npcType) {
    		case 7151:
    			protecting =  player.usingCross || player.usingBow || player.usingOtherRangeWeapons;
    			break;
    		case 7152:
    			protecting = player.usingMagic;
    			break;
    		case 7153:
    			protecting = !player.usingCross && !player.usingBow && !player.usingMagic && !player.usingOtherRangeWeapons;
    			break;
    		}
    		
    		return protecting;
    	}
    
    }
    no 3 hit mechanic, no rock falling, no roars and no npc prayers. Was this server even worth paying $5 for?
    Reply With Quote  
     


  2. #12  
    Banned

    Join Date
    Jan 2011
    Posts
    1,904
    Thanks given
    367
    Thanks received
    330
    Rep Power
    0
    Quote Originally Posted by Tommy View Post
    Attached image
    Thanks mate..
    Not using it just going to look through it. Although here comes the shit leeches
    Reply With Quote  
     

  3. #13  
    lol k


    Join Date
    Mar 2016
    Posts
    301
    Thanks given
    114
    Thanks received
    143
    Rep Power
    414
    Quote Originally Posted by Stuart View Post
    do any of the bosses actually have any of the working mechanics?
    no 3 hit mechanic, no rock falling, no roars and no npc prayers. Was this server even worth paying $5 for?
    No its not even worth a pack of biscuits
    Reply With Quote  
     

  4. #14  
    love

    scoob's Avatar
    Join Date
    Oct 2015
    Age
    25
    Posts
    1,642
    Thanks given
    367
    Thanks received
    640
    Rep Power
    1559
    Woooooow.. The unexpected happens..

    Woooooow.. The unexpected happens..
    Attached image
    Reply With Quote  
     

  5. #15  
    Extreme Donator

    Bennie's Avatar
    Join Date
    Jun 2013
    Posts
    2,095
    Thanks given
    868
    Thanks received
    796
    Rep Power
    5000
    Quote Originally Posted by Stuart View Post
    do any of the bosses actually have any of the working mechanics?


    no 3 hit mechanic, no rock falling, no roars and no npc prayers. Was this server even worth paying $5 for?
    If you got a source for sale, let me know.
    Reply With Quote  
     

  6. Thankful user:


  7. #16  
    'Slutty McFur'

    Owain's Avatar
    Join Date
    Sep 2014
    Age
    26
    Posts
    2,894
    Thanks given
    2,360
    Thanks received
    2,200
    Rep Power
    5000
    To be fair to Michael he did put a fair amount of time into this, but it really wasn't worth the amount of money that people were paying for it.


    Spoiler for wat:
    Attached image
    Attached image

    Attached image


    Reply With Quote  
     

  8. Thankful users:


  9. #17  
    Spread Love

    Dhruv's Avatar
    Join Date
    Feb 2012
    Age
    28
    Posts
    1,011
    Thanks given
    157
    Thanks received
    167
    Rep Power
    215
    Nothing crazy content wise but sucks that a cunt had to ruin it for you guys
    Reply With Quote  
     

  10. Thankful user:


  11. #18  
    Banned
    Join Date
    Dec 2012
    Posts
    245
    Thanks given
    60
    Thanks received
    68
    Rep Power
    0
    LOL all this drama over PI
    Reply With Quote  
     


  12. #19  
    Banned

    Join Date
    Jun 2013
    Posts
    239
    Thanks given
    183
    Thanks received
    169
    Rep Power
    0
    Erm.... not sure what's going on here lol
    Reply With Quote  
     

  13. #20  
    Banned

    Join Date
    Jan 2011
    Posts
    1,904
    Thanks given
    367
    Thanks received
    330
    Rep Power
    0
    Quote Originally Posted by Daley View Post
    Erm.... not sure what's going on here lol
    Then you probably missed the big blow out argument on the MR scammers "Selling thread"
    Nothing special you missed here
    Reply With Quote  
     

Page 2 of 20 FirstFirst 123412 ... 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
  •