Skip to content

🐛 Ankabut's skill list has skill id with no skill in mob_skills.sql causing crashes. #10387

Description

@kobrac0mmander

I affirm:

  • I understand that if I do not agree to the following points by completing the checkboxes my issue will be ignored.
  • I have read and understood the Contributing Guide and the Code of Conduct.
  • I have searched existing issues to see if the issue has already been opened, and I have checked the commit log to see if the issue has been resolved since my server was last updated.

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions