Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EFTable_SummonNpcSkill.db

Generated on: 2025-07-23 11:56:11 UTC

Row count: 20

Download CSV Zipped

CREATE TABLE SummonNpcSkill (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ RegisteredSkill1 ] INTEGER NOT NULL,
  [ RegisteredSkill2 ] INTEGER NOT NULL,
  [ RegisteredSkill3 ] INTEGER NOT NULL,
  [ RegisteredSkill4 ] INTEGER NOT NULL,
  [ RegisteredSkill5 ] INTEGER NOT NULL,
  [ RegisteredSkill6 ] INTEGER NOT NULL,
  [ RegisteredSkill7 ] INTEGER NOT NULL,
  [ RegisteredSkill8 ] INTEGER NOT NULL,
  [ RegisteredSkill9 ] INTEGER NOT NULL,
  [ RegisteredSkill10 ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)