Interface INPCAdvanced


public interface INPCAdvanced
  • Method Details

    • setLine

      void setLine(int type, int slot, String text, String sound)
      Parameters:
      type - 0:Interact, 1:Attack, 2:Level, 3:Killed, 4:Kill, 5:NPC Interact
      slot - 0-7
    • getLine

      String getLine(int type, int slot)
      Parameters:
      type - 0:Interact, 1:Attack, 2:Level, 3:Killed, 4:Kill, 5:NPC Interact
      slot - 0-7
    • getLineCount

      int getLineCount(int type)
      Parameters:
      type - 0:Interact, 1:Attack, 2:Level, 3:Killed, 4:Kill, 5:NPC Interact
    • getSound

      String getSound(int type)
      Parameters:
      type - 0:Idle, 1:Angry, 2:Hurt, 3:Death, 4:Step
    • setSound

      void setSound(int type, String sound)
      Parameters:
      type - 0:Idle, 1:Angry, 2:Hurt, 3:Death, 4:Step