Issue information

Issue ID
#5942
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 5, 2012 12:57
Last Post
Hercules Elf Bot
Jun 21, 2012 12:23
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Jun 5, 2012 12:57

Originally posted by [b]deathscythe13[/b]
the archbishop check for thanatos pass to 6th floor is typo

tha_t06,119,120,0 script to the 7th floor 45,1,1,{

--->else if ((Class == Job_Rune_Knight) || [color=#ff0000](Class == Job_Archbishop)[/color] || (Class == Job_Warlock) || (Class == Job_Mechanic) || (Class == Job_Ranger) || (Class == Job_Guillotine_Cross) || (Class == Job_Royal_Guard) || (Class == Job_Sura) || (Class == Job_Sorcerer) || (Class == Job_Shadow_Chaser) || (Class == Job_Genetic) || (Class == Job_Wanderer) || (Class == Job_Minstrel)) {
warp "thana_step",69,369;
end;
}

---> else if ((Class == Job_Rune_Knight_T) || [color=#ff0000](Class == Job_Archbishop_T)[/color] || (Class == Job_Warlock_T) || (Class == Job_Mechanic_T) || (Class == Job_Ranger_T) || (Class == Job_Guillotine_Cross_T) || (Class == Job_Royal_Guard_T) || (Class == Job_Sura_T) || (Class == Job_Sorcerer_T) || (Class == Job_Shadow_Chaser_T) || (Class == Job_Genetic_T) || (Class == Job_Wanderer_T) || (Class == Job_Minstrel_T)) {
warp "thana_step",69,369;
end;
}


}
should be

[code]
Class == Job_Arch_Bishop
Class == Job_Arch_Bishop_T
[/code]

This post has been edited by deathscythe13 on Jun 5, 2012 13:01

Hercules Elf Bot - Jun 6, 2012 0:37

Originally posted by [b]Euphy[/b]
Fixed in [rev=16234].