Thread: Mistex Release

Page 14 of 17 FirstFirst ... 41213141516 ... LastLast
Results 131 to 140 of 170
  1. #131  
    Registered Member

    Join Date
    Feb 2016
    Posts
    273
    Thanks given
    66
    Thanks received
    54
    Rep Power
    119
    how do i fix the combat on this? whenever i get level 99 attack, strength of defence, my character can no longer hit with that style, ssay im training and i go from lv 98 to 99 attack, my "accurate" styles of combat litterally dont hit, the character swings, and no damage or 0 or miss hitsplats show... im assuming its a combat anti leach but i havent been able to figure out how to fix it. i have been told by a few people that its fixable, but they dont know how.
    Reply With Quote  
     

  2. #132  
    Banned

    Join Date
    May 2016
    Age
    55
    Posts
    1,137
    Thanks given
    565
    Thanks received
    600
    Rep Power
    0
    Thanks for the contribution
    Reply With Quote  
     

  3. #133  
    Registered Member
    Join Date
    Aug 2016
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by teuce View Post
    someone help me run this? really like it wanna fuck about with it. thanks a ton
    add me on skype : thijs.roelse5
    Reply With Quote  
     

  4. #134  
    Registered Member
    Join Date
    Nov 2015
    Posts
    8
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Just wanted to let you guys know that there is something wrong with the shops. If an item cost 150 gold per. You can buy 100 of them with just 150. When I played this server, I made billions easy with the seeds. Stackable items(arrows, runes, seeds,etc.) Try to fix it. Thanks! Bye!
    Reply With Quote  
     

  5. Thankful user:


  6. #135  
    Registered Member
    Join Date
    Sep 2016
    Posts
    19
    Thanks given
    5
    Thanks received
    2
    Rep Power
    12
    Thanks for this.
    Reply With Quote  
     

  7. #136  
    Registered Member
    Join Date
    Sep 2016
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    i cant find the Run file in the server folder! plz help
    Reply With Quote  
     

  8. #137  
    Registered Member
    Join Date
    Sep 2012
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    use eclipse ide
    Reply With Quote  
     

  9. #138  
    Registered Member
    Join Date
    Apr 2016
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Dear R-S users,

    Does anyone know how to fix the Clipping thing?
    Npc can walk through walls etc...
    Reply With Quote  
     

  10. #139  
    Registered Member TruthOrLie's Avatar
    Join Date
    Sep 2016
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I have problems with the yell , doesn't show to everyone , player can not be resolved etc. i took other yell command cause i don't like '>>' to use.
    here is the one:


    Code:
    if (playerCommand.startsWith("yell")) {
    					/*
    					*This is the sensor for the yell command
    					*/
    					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.isDonator == 1){
    								c2.sendMessage("<shad=6081134>[Donator]</col><img=0>"+ Misc.optimizeText(c.playerName) +": "
    												+ Misc.optimizeText(playerCommand.substring(5)) +"");
    							}else if (c.isDonator == 2) {
    								c2.sendMessage("<shad=65535>[Super Donator]</col><img=0>"+ Misc.optimizeText(c.playerName) +": "
    												+ Misc.optimizeText(playerCommand.substring(5)) +"");
    							}else if (c.isDonator == 3 && (c.playerRights ==4 )) {
    								c2.sendMessage("<shad=14981889>[Extreme Donator]</col><img=0>"+ Misc.optimizeText(c.playerName) +": "
    												+ Misc.optimizeText(playerCommand.substring(5)) +"");
    							}else if (c.playerName.equalsIgnoreCase("PLAYERNAME")) {
    								c2.sendMessage("<shad=9440238>[Global Mod]</col><img=1>"+ Misc.optimizeText(c.playerName) +": "
    												+ Misc.optimizeText(playerCommand.substring(5)) +"");
    							}else if (c.playerName.equalsIgnoreCase("PLAYERNAME")) {
    								c2.sendMessage("<shad=9440238>[Global Mod]</col><img=1>"+ Misc.optimizeText(c.playerName) +": "
    												+ Misc.optimizeText(playerCommand.substring(5)) +"");
    							}else if (c.playerName.equalsIgnoreCase("PLAYERNAME")) {
    								c2.sendMessage("<col=255>[Admin]</col><img=2>"+ Misc.optimizeText(c.playerName) +": "
    												+ Misc.optimizeText(playerCommand.substring(5)) +"");
    							}else if (c.playerName.equalsIgnoreCase("PLAYERNAME")) {
    								c2.sendMessage("<shad=6081134>[Head Admin]</col><img=2>"+ Misc.optimizeText(c.playerName) +": "
    												+ Misc.optimizeText(playerCommand.substring(5)) +"");
    							}else if (c.playerName.equalsIgnoreCase("PLAYERNAME")) {
    								c2.sendMessage("<shad=15695415>[Owner]</col><img=2>"+ Misc.optimizeText(c.playerName) +": "
    												+ Misc.optimizeText(playerCommand.substring(5)) +"");
    							}else if (c.playerName.equalsIgnoreCase("PLAYERNAME")) {
    								c2.sendMessage("<shad=15695415>[Owner]</col><img=2>"+ Misc.optimizeText(c.playerName) +": "
    												+ Misc.optimizeText(playerCommand.substring(5)) +"");
    							}else if (c.playerName.equalsIgnoreCase("PLAYERNAME")) {
    								c2.sendMessage("<shad=15695415>[Owner]</col><img=2>"+ Misc.optimizeText(c.playerName) +": "
    												+ Misc.optimizeText(playerCommand.substring(5)) +"");
    							}else if (c.isDonator == 0){
    								c.sendMessage("You must be a donator to use this command!");
    									
    							}
    						}
    					}
    				}
    But i have problems with this :

    Code:
    for (int j = 0; j < Server.playerHandler.players.length; j++) {
    					if (Server.playerHandler.players[j] != null) {
    						Client c2 = (Client)Server.playerHandler.players[j];
    Reply With Quote  
     

  11. #140  
    Donator

    Join Date
    Mar 2010
    Age
    27
    Posts
    190
    Thanks given
    18
    Thanks received
    8
    Rep Power
    0
    Nice and thanks for resale go leech
    Reply With Quote  
     

Page 14 of 17 FirstFirst ... 41213141516 ... 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: 130
    Last Post: 09-26-2018, 06:08 AM
  2. Mistex - Your Adventure
    By Ashpire in forum Projects
    Replies: 299
    Last Post: 09-20-2014, 10:54 AM
  3. Mistex Economy
    By Ashpire in forum Projects
    Replies: 27
    Last Post: 05-10-2014, 09:20 PM
  4. Mistex | Oldschool | Bank Tabs | Achievements |
    By Ashpire in forum Advertise
    Replies: 29
    Last Post: 05-05-2014, 03:24 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
  •