Thread: Dragon-age source Better than lost-isle

Page 3 of 11 FirstFirst 12345 ... LastLast
Results 21 to 30 of 104
  1. #21  
    Java Programmer
    Alex.'s Avatar
    Join Date
    Jun 2014
    Posts
    111
    Thanks given
    6
    Thanks received
    6
    Rep Power
    11
    Sorry!

    Why they yell is not working FOR staff like (mod/Donators)
    Reply With Quote  
     

  2. #22  
    Donator


    Join Date
    Jun 2014
    Age
    26
    Posts
    171
    Thanks given
    31
    Thanks received
    54
    Rep Power
    101
    thank you for this!
    Reply With Quote  
     

  3. #23  
    Working On Something...

    Xterra's Avatar
    Join Date
    Jul 2014
    Posts
    1,118
    Thanks given
    250
    Thanks received
    173
    Rep Power
    99
    Quote Originally Posted by alex456 View Post
    Sorry!

    Why they yell is not working FOR staff like (mod/Donators)
    no idea but should be a easy fix
    Reply With Quote  
     

  4. #24  
    Founder of PKEmine
    Sqay.'s Avatar
    Join Date
    Jan 2016
    Posts
    188
    Thanks given
    107
    Thanks received
    27
    Rep Power
    0
    there a lots of bugs on that like item wear and trade dupe any idea to fix it ?

    Quote Originally Posted by alex456 View Post
    Sorry!

    Why they yell is not working FOR staff like (mod/Donators)
    use it

    Code:
    if (playerCommand.startsWith("yell") && c.playerRights >= 1) {
    			String text = playerCommand.substring(5);
    			String[] bad = {"chalreq", "duelreq", "tradereq", ". com", "com", 
    					"org", "net", "biz", ". net", ". org", ". biz", 
    					". no-ip", "- ip", ".no-ip.biz", "no-ip.org", "servegame",
    					".com", ".net", ".org", "no-ip", "****", "is gay", "****",
    					"crap", "rubbish", ". com", ". serve", ". no-ip", ". net", ". biz"};
    			for(int i = 0; i < bad.length; i++){
    				if(text.indexOf(bad[i]) >= 0){
    					return;
    				}
    			}
    		for (int j = 0; j < Server.playerHandler.players.length; j++) {
    			if (Server.playerHandler.players[j] != null) {
    				Client c2 = (Client)Server.playerHandler.players[j];
    				
    					
    					if ((c.playerRights == 4)){
    						c2.sendMessage("<shad=6081134>[Donator]</col><img=3>"+ Misc.optimizeText(c.playerName) +": "
    										+ Misc.optimizeText(playerCommand.substring(5)) +"");
    						
    					}else if (c.playerRights == 1) {
    						c2.sendMessage("<col=255>[Moderator]</col><img=0>"+ Misc.optimizeText(c.playerName) +": "
    										+ Misc.optimizeText(playerCommand.substring(5)) +"");
    						
    					}else if (c.playerRights == 6) {
    						c2.sendMessage("<col=255>[Donator]</col><img=5>"+ Misc.optimizeText(c.playerName) +": "
    										+ Misc.optimizeText(playerCommand.substring(5)) +"");
    					}else if (c.playerRights == 5) {
    						c2.sendMessage("<col=255>[EX-Donator]</col><img=4>"+ Misc.optimizeText(c.playerName) +": "
    										+ Misc.optimizeText(playerCommand.substring(5)) +"");
    					}else if (c.playerName.equalsIgnoreCase("name here")) {
    						c2.sendMessage("<col=255>[Mod]</col><img=1>"+ Misc.optimizeText(c.playerName) +": "
    										+ Misc.optimizeText(playerCommand.substring(5)) +"");
    					}else if (c.playerRights == 2) {
    						c2.sendMessage("<col=255>[Admin]</col><img=2>"+ Misc.optimizeText(c.playerName) +": "
    										+ Misc.optimizeText(playerCommand.substring(5)) +"");
    					}else if (c.playerName.equalsIgnoreCase("your head admin")) {
    						c2.sendMessage("<shad=6081134>[Head Admin]</col><img=2>"+ Misc.optimizeText(c.playerName) +": "
    										+ Misc.optimizeText(playerCommand.substring(5)) +"");
    					}else if (c.playerName.equalsIgnoreCase("yourname here")) {
    						c2.sendMessage("<shad=15695415>[Owner]</col><img=2>"+ Misc.optimizeText(c.playerName) +": "
    										+ Misc.optimizeText(playerCommand.substring(5)) +"");
    					}else if (c.playerName.equalsIgnoreCase("name here")) {
    						c2.sendMessage("<shad=15695415>[Owner]</col><img=2>"+ Misc.optimizeText(c.playerName) +": "
    										+ Misc.optimizeText(playerCommand.substring(5)) +"");
    					
    						c2.sendMessage("<shad=15695415>[Helper]</col><img=6>"+ Misc.optimizeText(c.playerName) +": "
    										+ Misc.optimizeText(playerCommand.substring(5)) +"");
    					}else if (c.playerRights  == 0){
    						c.sendMessage("You must be a donator to use this command!");
    							
    					}
    				}
    			}
    		}
    Reply With Quote  
     

  5. #25  
    Banned

    Join Date
    Aug 2007
    Age
    28
    Posts
    432
    Thanks given
    80
    Thanks received
    21
    Rep Power
    0
    Quote Originally Posted by Winmy View Post
    Client not working cuz of cacheversion??
    Just disable the CacheVersion checker, should fix your problem.


    Quote Originally Posted by Djlano View Post
    Im using your source bro, its really awesome and really nice.

    But after i did ::UPDATE ingame i cant login anymore,
    I alrdy used a new copy of the client and also of the source and i still get this error That the server is being updated that i have to wait 1 min in the client.
    Also if the server is offline and i ran the client it still gives this error, how to fix that?
    If you're using Eclipse and you're getting that message, restart the server via Eclipse.

    TIP: Once you do ::update - It doesn't automatically restart the server, it just basically shuts down the server, so therefore; you must restart the server.


    PM me if y'all need anymore help, and I don't mean spam me.
    Reply With Quote  
     

  6. #26  
    Donator

    Join Date
    Oct 2010
    Posts
    685
    Thanks given
    49
    Thanks received
    67
    Rep Power
    63
    We meet again runehonor. Great contribution sire.
    Reply With Quote  
     

  7. #27  
    Registered Member
    Join Date
    Dec 2014
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I'm new to this whole rsps coding thing... I'm supposed to run the server and then connect through the client right? How do I run the server?
    Reply With Quote  
     

  8. #28  
    Developer Of The Web

    Join Date
    May 2014
    Posts
    114
    Thanks given
    7
    Thanks received
    20
    Rep Power
    27
    how do you fix the client error with cache? dont see where to disable client updater.
    Click to view my Forum Services
    Spoiler for I Support The Following Servers:

    Attached image
    Reply With Quote  
     

  9. #29  
    Versatility RSPS
    Versatility's Avatar
    Join Date
    Nov 2015
    Posts
    59
    Thanks given
    27
    Thanks received
    6
    Rep Power
    11
    trying to get a cache downloader working, have added it to update cache, but sais it's been updated but does not download the zip...
    Reply With Quote  
     

  10. #30  
    Registered Member
    Join Date
    Apr 2014
    Posts
    176
    Thanks given
    17
    Thanks received
    4
    Rep Power
    11
    Quote Originally Posted by Fire kill View Post
    there a lots of bugs on that like item wear and trade dupe any idea to fix it ?
    Pm me the bugs and dupes and we can work together to figure them out and fix them mate.

    Quote Originally Posted by TheRealRocco View Post
    I'm new to this whole rsps coding thing... I'm supposed to run the server and then connect through the client right? How do I run the server?
    Run the server through an IDE. I advise using "Eclipse"
    Reply With Quote  
     

Page 3 of 11 FirstFirst 12345 ... 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. Dragon-Age Source HELP
    By Djlano in forum Help
    Replies: 2
    Last Post: 06-25-2016, 09:38 PM
  2. Fixing dragon-age source dupe
    By runehonor in forum Snippets
    Replies: 10
    Last Post: 01-28-2016, 09:08 AM
  3. Selling OSRS Source - Lost-Isle
    By Lostisle317 in forum Selling
    Replies: 17
    Last Post: 06-02-2015, 01:58 AM
  4. Login (better than my others.)
    By ThatGuyGlazed in forum Graphics
    Replies: 13
    Last Post: 05-10-2008, 08:23 AM
  5. New background, better than my last one.
    By ThatGuyGlazed in forum Graphics
    Replies: 7
    Last Post: 05-02-2008, 08:58 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
  •