I affirm:
OS / platform the server is running (if known)
Branch affected by issue
base
Steps to reproduce
INSERT INTO mob_pools VALUES (5844,'Ankabut','Ankabut',464,0x0000360100000000000000000000000000000000,1,1,7,240,100,0,0,0,1,2,0,0,1,1153,0,0,0,0,0,1007,235,0,11);
INSERT INTO mob_skill_lists VALUES ('Ankabut',1007,704);
704 is counterstance_2 and commented out.
Expected behavior
https://www.bg-wiki.com/ffxi/Ankabut
According to bgwiki it should exclusively use Acid Spray (mob_skill_id 811)
Change mob_skill_lists entry to this:
INSERT INTO mob_skill_lists (skill_list_name, skill_list_id, mob_skill_id) VALUES ('Ankabut', 1007, 811);
I affirm:
OS / platform the server is running (if known)
Branch affected by issue
baseSteps to reproduce
INSERT INTO
mob_poolsVALUES (5844,'Ankabut','Ankabut',464,0x0000360100000000000000000000000000000000,1,1,7,240,100,0,0,0,1,2,0,0,1,1153,0,0,0,0,0,1007,235,0,11);INSERT INTO
mob_skill_listsVALUES ('Ankabut',1007,704);704 is counterstance_2 and commented out.
Expected behavior
https://www.bg-wiki.com/ffxi/Ankabut
According to bgwiki it should exclusively use Acid Spray (mob_skill_id 811)
Change mob_skill_lists entry to this:
INSERT INTO mob_skill_lists (skill_list_name, skill_list_id, mob_skill_id) VALUES ('Ankabut', 1007, 811);