Thread: Ruse - Fixed version (server)

Page 1 of 3 123 LastLast
Results 1 to 10 of 30
  1. #1 Ruse - Fixed version (server) 


    RS Wiki's Avatar
    Join Date
    Mar 2011
    Age
    29
    Posts
    9,688
    Thanks given
    1,752
    Thanks received
    3,103
    Rep Power
    5000
    Well it's not much since I just followed some of Swiffy's snippets on how to fix; I noticed some people had issue fixing, etc..
    • Nex bug fixed
    • Summoning improvements&more
    • Barrage-Gmaul-Abuse
    • freeze-spells-fix
    • multi-spells-bug
    • smaller bug fixes, cbf to remember



    The clan edit interface open your RSInterface in your client folder and replace with these

    Code:
    public static void editClan(TextDrawingArea[] tda) {
    		RSInterface tab = addTabInterface(40172);
    		addSpriteLoader(47251, 736);
    		addHoverSpriteLoaderButton(47252, 726, 150, 35, "Set name", 22222, 47253, 1);
    		addHoveredSpriteLoaderButton(47253, 150, 35, 47254, 727);
    		addHoverSpriteLoaderButton(47255, 726, 150, 35, "Anyone", -1,
    				47256, 1);
    		addHoveredSpriteLoaderButton(47256, 150, 35, 47257, 727);
    
    		addHoverButton(48000, "b", 1, 150, 35, "Only me", -1, 47999, 1);
    		addHoverButton(48001, "b", 1, 150, 35, "General+", -1, 47999, 1);
    		addHoverButton(48002, "b", 1, 150, 35, "Captain+", -1, 47999, 1);
    		addHoverButton(48003, "b", 1, 150, 35, "Lieutenant+", -1, 47999, 1);
    		addHoverButton(48004, "b", 1, 150, 35, "Sergeant+", -1, 47999, 1);
    		addHoverButton(48005, "b", 1, 150, 35, "Corporal+", -1, 47999, 1);
    		addHoverButton(48006, "b", 1, 150, 35, "Recruit+", -1, 47999, 1);
    		addHoverButton(48007, "b", 1, 150, 35, "Any friends", -1, 47999, 1);
    
    		addHoverSpriteLoaderButton(47258, 726, 150, 35, "Anyone", -1,
    				47259, 1);
    		addHoveredSpriteLoaderButton(47259, 150, 35, 17260, 727);
    
    		addHoverButton(48010, "b", 1, 150, 35, "Only me", -1, 47999, 1);
    		addHoverButton(48011, "b", 1, 150, 35, "General+", -1, 47999, 1);
    		addHoverButton(48012, "b", 1, 150, 35, "Captain+", -1, 47999, 1);
    		addHoverButton(48013, "b", 1, 150, 35, "Lieutenant+", -1, 47999, 1);
    		addHoverButton(48014, "b", 1, 150, 35, "Sergeant+", -1, 47999, 1);
    		addHoverButton(48015, "b", 1, 150, 35, "Corporal+", -1, 47999, 1);
    		addHoverButton(48016, "b", 1, 150, 35, "Recruit+", -1, 47999, 1);
    		addHoverButton(48017, "b", 1, 150, 35, "Any friends", -1, 47999, 1);
    
    		addHoverSpriteLoaderButton(47261, 726, 150, 35, "Only me", -1,
    				47262, 1);
    		addHoveredSpriteLoaderButton(47262, 150, 35, 47263, 727);
    
    		// addHoverButton(48020, "b", 1, 150, 35, "Only me", -1, 47999, 1);
    		addHoverButton(48021, "b", 1, 150, 35, "General+", -1, 47999, 1);
    		addHoverButton(48022, "b", 1, 150, 35, "Captain+", -1, 47999, 1);
    		addHoverButton(48023, "b", 1, 150, 35, "Lieutenant+", -1, 47999, 1);
    		addHoverButton(48024, "b", 1, 150, 35, "Sergeant+", -1, 47999, 1);
    		addHoverButton(48025, "b", 1, 150, 35, "Corporal+", -1, 47999, 1);
    		addHoverButton(48026, "b", 1, 150, 35, "Recruit+", -1, 47999, 1);
    
    		addHoverSpriteLoaderButton(47267, 737, 16, 16, "Close", -1,
    				47268, 1);
    		addHoveredSpriteLoaderButton(47268, 16, 16, 47269, 738);
    
    		addText(47800, "Clan name:", tda, 0, 0xff981f, false, true);
    		addText(47801, "Who can enter chat?", tda, 0, 0xff981f, false, true);
    		addText(47812, "Who can talk in chat?", tda, 0, 0xff981f, false, true);
    		addText(47813, "Who can kick from chat?", tda, 0, 0xff981f, false, true);
    		addText(47814, "Name", tda, 0, 0xffffff, true, true);
    		addText(47815, "Anyone", tda, 0, 0xffffff, true, true);
    		addText(47816, "Anyone", tda, 0, 0xffffff, true, true);
    		addText(47817, "Only me", tda, 0, 0xffffff, true, true);
    		tab.totalChildren(40);
    		tab.child(0, 47251, 180, 15);
    		tab.child(1, 47252, 190, 47 + 20);
    		tab.child(2, 47253, 190, 47 + 20);
    		tab.child(3, 47267, 327, 22);
    		tab.child(4, 47268, 327, 22);
    		tab.child(5, 48000, 190, 87 + 25);
    		tab.child(6, 48001, 190, 87 + 25);
    		tab.child(7, 48002, 190, 87 + 25);
    		tab.child(8, 48003, 190, 87 + 25);
    		tab.child(9, 48004, 190, 87 + 25);
    		tab.child(10, 48005, 190, 87 + 25);
    		tab.child(11, 48006, 190, 87 + 25);
    		tab.child(12, 48007, 190, 87 + 25);
    		tab.child(13, 47255, 190, 87 + 25);
    		tab.child(14, 47256, 190, 87 + 25);
    		tab.child(15, 48010, 190, 128 + 30);
    		tab.child(16, 48011, 190, 128 + 30);
    		tab.child(17, 48012, 190, 128 + 30);
    		tab.child(18, 48013, 190, 128 + 30);
    		tab.child(19, 48014, 190, 128 + 30);
    		tab.child(20, 48015, 190, 128 + 30);
    		tab.child(21, 48016, 190, 128 + 30);
    		tab.child(22, 48017, 190, 128 + 30);
    		tab.child(23, 47258, 190, 128 + 30);
    		//tab.child(24, 47259, 190, 128 + 30);
    		// tab.child(25, 48020, 25, 168+35);
    		tab.child(24, 48021, 190, 168 + 35);
    		tab.child(25, 48022, 190, 168 + 35);
    		tab.child(26, 48023, 190, 168 + 35);
    		tab.child(27, 48024, 190, 168 + 35);
    		tab.child(28, 48025, 190, 168 + 35);
    		tab.child(29, 48026, 190, 168 + 35);
    		tab.child(30, 47261, 190, 168 + 35);
    		tab.child(31, 47262, 190, 168 + 35);
    		tab.child(32, 47800, 238, 54 + 20);
    		tab.child(33, 47801, 215, 95 + 25);
    		tab.child(34, 47812, 215, 136 + 30);
    		tab.child(35, 47813, 215, 177 + 35);
    		tab.child(36, 47814, 265, 54 + 20 + 12);
    		tab.child(37, 47815, 265, 95 + 25 + 12);
    		tab.child(38, 47816, 265, 136 + 30 + 12);
    		tab.child(39, 47817, 265, 177 + 35 + 12);
    
    	}
    
    public static void addHoverSpriteLoaderButton(int i, int spriteId,
    					int width, int height, String text, int contentType, int hoverOver,
    					int aT) {// hoverable
    				// button
    				RSInterface tab = addTabInterface(i);
    				tab.id = i;
    				tab.parentID = i;
    				tab.type = 5;
    				tab.atActionType = aT;
    				tab.contentType = contentType;
    				tab.opacity = 0;
    				tab.hoverType = hoverOver;
    				tab.disabledSprite = SpriteLoader.sprites[spriteId];
    				tab.enabledSprite = SpriteLoader.sprites[spriteId];
    				tab.width = width;
    				tab.height = height;
    				tab.tooltip = text;
    			}
    
    			public static void addHoveredSpriteLoaderButton(int i, int w,
    					int h, int IMAGEID, int spriteId) {
    				RSInterface tab = addTabInterface(i);
    				tab.parentID = i;
    				tab.id = i;
    				tab.type = 0;
    				tab.atActionType = 0;
    				tab.width = w;
    				tab.height = h;
    				tab.interfaceShown = true;
    				tab.opacity = 0;
    				tab.hoverType = -1;
    				tab.scrollMax = 0;
    				tab.disabledSprite = SpriteLoader.sprites[spriteId];
    				tab.enabledSprite = SpriteLoader.sprites[spriteId];
    				tab.totalChildren(1);
    				tab.child(0, IMAGEID, 0, 0);
    			}
    http://www.rune-server.org/runescape...i-ctf-wpe.html


    https://mega.nz/#!pBVDgJTC!R0mXFyF-W...GncGIIQrrQS2QA
    All the best,
    Wiki




    coming soon
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Banned

    Join Date
    Dec 2015
    Posts
    108
    Thanks given
    1
    Thanks received
    53
    Rep Power
    0
    Thanks.
    Reply With Quote  
     

  4. #3  
    Registered Member
    Join Date
    Jul 2015
    Posts
    47
    Thanks given
    3
    Thanks received
    2
    Rep Power
    13
    Ty if anyone coule help running it add me on skype rose.bulls1
    Reply With Quote  
     

  5. #4  


    RS Wiki's Avatar
    Join Date
    Mar 2011
    Age
    29
    Posts
    9,688
    Thanks given
    1,752
    Thanks received
    3,103
    Rep Power
    5000
    Quote Originally Posted by Benkardanas View Post
    Ty if anyone coule help running it add me on skype rose.bulls1
    Just replace the src server sided with mine if you haven't done anything yet. If you made progress and don't want to restart then just follow the snippet in his release thread and fix whatever else yourselves.
    All the best,
    Wiki




    coming soon
    Reply With Quote  
     

  6. #5  
    Registered Wizard

    Jesse's Avatar
    Join Date
    Sep 2009
    Age
    29
    Posts
    5,119
    Thanks given
    1,519
    Thanks received
    1,148
    Rep Power
    5000
    Quote Originally Posted by RS Wiki View Post
    Just replace the src server sided with mine if you haven't done anything yet. If you made progress and don't want to restart then just follow the snippet in his release thread and fix whatever else yourselves.
    i think he doesn't know how to even run it bro.



    Reply With Quote  
     

  7. #6  
    Registered Member
    Join Date
    Jul 2015
    Posts
    47
    Thanks given
    3
    Thanks received
    2
    Rep Power
    13
    Quote Originally Posted by RS Wiki View Post
    Just replace the src server sided with mine if you haven't done anything yet. If you made progress and don't want to restart then just follow the snippet in his release thread and fix whatever else yourselves.
    Havent done anything yet. Idk how to run it o.o says main class cant be found

    Quote Originally Posted by PackMyLunch84 View Post
    i think he doesn't know how to even run it bro.
    Yes lad. Everyone started from somewhere. Roma wasnt built in one day
    Reply With Quote  
     

  8. #7  


    RS Wiki's Avatar
    Join Date
    Mar 2011
    Age
    29
    Posts
    9,688
    Thanks given
    1,752
    Thanks received
    3,103
    Rep Power
    5000
    Quote Originally Posted by Benkardanas View Post
    Havent done anything yet. Idk how to run it o.o says main class cant be found



    Yes lad. Everyone started from somewhere. Roma wasnt built in one day
    Download the full release i gave a link in op
    then replace the src in the OP release with my release

    https://www.youtube.com/results?sear...rce=opensearch
    All the best,
    Wiki




    coming soon
    Reply With Quote  
     

  9. #8  
    Registered Member
    Join Date
    Jul 2015
    Posts
    47
    Thanks given
    3
    Thanks received
    2
    Rep Power
    13
    Quote Originally Posted by RS Wiki View Post
    Download the full release i gave a link in op
    then replace the src in the OP release with my release

    https://www.youtube.com/results?sear...rce=opensearch
    ik how to start rsps on eclipse but the problem is i get error that there is no main class

    Quote Originally Posted by Benkardanas View Post
    ik how to start rsps on eclipse but the problem is i get error that there is no main class
    Error: Could not find or load main class main.Server
    Reply With Quote  
     

  10. #9  
    Registered Member Xlrators's Avatar
    Join Date
    May 2015
    Posts
    429
    Thanks given
    4
    Thanks received
    34
    Rep Power
    41
    Thanks for this, be ready to get asked for a lot of help on how to replace the source with this.
    Reply With Quote  
     

  11. Thankful users:


  12. #10  
    Registered Member Quake_'s Avatar
    Join Date
    Feb 2015
    Posts
    127
    Thanks given
    28
    Thanks received
    10
    Rep Power
    35
    If anyone was unable to get the original Ruse release working, they did not deserve to host such a server. This "fixed" version just fixed the easiest shit on the original release and has bug fixes that other people released on the Snippets section of the forums. Now people are just gonna use this and host without editing shit.. Good job!
    Reply With Quote  
     

Page 1 of 3 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: 57
    Last Post: 10-20-2010, 01:35 AM
  2. Paying For Someong to Fix my server!
    By AMG A Bear in forum Help
    Replies: 7
    Last Post: 07-02-2009, 04:39 PM
  3. [FIX] Chasticy Server ClanWars
    By Andys1481 in forum Tutorials
    Replies: 4
    Last Post: 12-29-2008, 12:25 PM
  4. Fixing uber server 3.0 death bug.
    By ~Legend Rene in forum Tutorials
    Replies: 13
    Last Post: 09-27-2008, 04:53 PM
  5. Fix common server bugs
    By virustheking in forum Tutorials
    Replies: 7
    Last Post: 02-01-2008, 07:17 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
  •