Hercules Elf Bot - Aug 4, 2012 17:46
					
				
				
					Originally posted by [b]Vali[/b]
[CODE]
if(checkweight(1201,2) == 1){
  //Custom translation
  mes "- bags must be emptied before they can proceed. -";
  close;
}
[/CODE]
Should be
[CODE]
if(checkweight(1201,2) == 0){
  //Custom translation
  mes "- bags must be emptied before they can proceed. -";
  close;
}
[/CODE]
If not the player will stay in a look until he got 2 knifes xD
				
							 
									
				
					
						Hercules Elf Bot - Aug 4, 2012 18:03
					
				
				
					Originally posted by [b]Euphy[/b]
This script is never going to get fixed, lol... thanks again, done in [rev=16578].