Issue information

Issue ID
#6409
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 4, 2012 17:46
Last Post
Hercules Elf Bot
Aug 4, 2012 18:04
Confirmation
N/A

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].