Class MoeNotFound

All Implemented Interfaces:
LocalEffectScript, MessagingScript, MoeScript, SpeakingScript

public abstract class MoeNotFound
extends NpcScript
A helper script for when an NPC isn't found. Meant to be overridden by the scripts package.
  • Constructor Details

  • Method Details

    • getSpeakerTemplateId

      public int getSpeakerTemplateId()
      Description copied from interface: MoeScript
      Mainly used for packets. Maybe scripts will use this in say prompts or messages. If a script is going to speak, it needs a template id. Not all will speak, but this is useful for reasons. Can be overridden on a per-script basis.
      Returns:
      the NpcObject's template id or 2007, which is the id for maple administrator (I hope)