Issue information

Issue ID
#489
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 25, 2007 5:24
Last Post
Hercules Elf Bot
Nov 25, 2007 5:24
Confirmation
N/A

Hercules Elf Bot - Nov 25, 2007 5:24

Originally posted by [b]Brainstorm[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=489

Stable and Trunk
CODE
if (job_magician_q == 1 && countitem(1071) == 0) || (job_magician_q == 2 && countitem(1085) == 0 || job_magician_q == 3 && countitem(1086) == 0 || job_magician_q == 4 && countitem(1087) == 0) {

Change to:
CODE
if ((job_magician_q == 1 && countitem(1071) == 0) || (job_magician_q == 2 && countitem(1085) == 0) || (job_magician_q == 3 && countitem(1086) == 0) || (job_magician_q == 4 && countitem(1087) == 0)) {


Also
StarGladiator.txt and SoulLinker.txt
remove .gat's

(And rename to proper non-capital letters, no?)