- Joined
 - Jan 7, 2011
 
- Location
 - The 7th Circle of Heaven
 
Here's what we have so far - please add to this list if you have anything that wasnt covered - when a player asks something in these phrases, it'll be autoreplied with the correct / helpful info.
http://dev.bukkit.org/bukkit-plugins/noobresponse/pages/replacements/
http://pastie.org/private/4bkmbzk2envob6ckcmo0a
[USERGROUP=35][USERGROUP=35][USERGROUP=35][USERGROUP=35][USERGROUP=35]@Guides[/USERGROUP][/USERGROUP][/USERGROUP][/USERGROUP][/USERGROUP]
These will appear as a private msg to the player, not global.
We have the below added, working on finalizing them.
	
	
	
		
			
			http://dev.bukkit.org/bukkit-plugins/noobresponse/pages/replacements/
http://pastie.org/private/4bkmbzk2envob6ckcmo0a
[USERGROUP=35][USERGROUP=35][USERGROUP=35][USERGROUP=35][USERGROUP=35]@Guides[/USERGROUP][/USERGROUP][/USERGROUP][/USERGROUP][/USERGROUP]
These will appear as a private msg to the player, not global.
We have the below added, working on finalizing them.
		Code:
	
	# #####################################################################################################################
# This is the file where all the triggers/responses are stored
# 
# 
# triggers:
#  trigger1: <--- This is the trigger ID
#    The response that will be shown (supports colors)
#    response: '&5Sorry we don''t accept extra ops.'
#  
#    Keywords that must be in the message to trigger a response
#    included-keywords:
#    - can
#    - i
#    - have
#    - op
#  
#    Keywords that must not be in the message to trigger a response
#    excluded-keywords:
#    - please
#  
#    The exact match phrase or Regular Expressions pattern string if the trigger is Exact or Regex
#    match-phrase: 'Can I be op?'
#  
#    Whether or not the player's chat message should be shown in public chat
#    cancel-message: true
#  
#    Should the response be shown in public chat or just to the player?
#    public-response: false
#  
#    Should the bot respond with a chat message or just action?
#    text-response: true
#  
#    The action that will be executed when a player triggers the response (Default: Nothing)
#    action: Kick
#    Paramaters for the action
#    action-params: 'Don''t ask to be op!'
#    Type of trigger. Valid types: Keyword, Exact, Regex
#    trigger-type: Keyword
#  
#    Minimum number of matches for response to trigger, default is 0 (all keywords required)
#    minimum-match-threshold: 0
# ######################################################################################################################
triggers:
  Profesion02:
    response: How a profesion Masters its class varries from profesion to profesion for more info visit here http://herocraftonline.com/wiki/index.php/Professions#Professions
    included-keywords:
    - how
    - choose
    - profession
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  Profesion01:
    response: To choose a profesion you first need to master "Crafter". For more information here is the wiki link http://herocraftonline.com/wiki/index.php/Professions#Professions
    included-keywords:
    - how
    - master
    - profession
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul09:
    response: Mana and Stamina are the mystical power that allow you to exicute skills
    included-keywords:
    - what
    - is
    - stamina
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul10:
    response: Attributes are things that allow you to customize your class, such as incressing your speed and health
    included-keywords:
    - what
    - are
    - attributes
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul11:
    response: To ajust your attributes do /attributes and adjust them from the menu there
    included-keywords:
    - what
    - are
    - attributes
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul30:
    response: To make a PE do /pe create ( name )
    included-keywords:
    - PE
    - make
    - How
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul31:
    response: Mobs are strong because you can deal mass amounts of damage to them using your skills
    included-keywords:
    - why
    - mobs
    - hard
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul16:
    response: To get to the Exchange, from the Central Area go strait out from the docks and follow the road from there
    included-keywords:
    - how
    - to
    - exchange
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul17:
    response: Souls are the form of currency on the server.
    included-keywords:
    - what
    - are
    - souls
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul18:
    response: Bosses are meant for 2+ Players because they are more difficult and may drop cool loot!
    included-keywords:
    - why
    - bosses
    - hard
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul19:
    response: To claim a building, assuming it isn't already claimed, place a sign containing your name and the current date, and make sure to update it frequesntly to show you are active!
    included-keywords:
    - how
    - claim
    - house
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul12:
    response: To get to spawn you can do /skill warp if able, otherwise the only other options are using a Wizards port ability, using a Herogate, or Walking to 0,0... Sorry!
    included-keywords:
    - how
    - get
    - to
    - spawn
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul13:
    response: To get out of spawn, you can use one of the North, South, East, or West Exits.
    included-keywords:
    - how
    - get
    - out
    - spawn
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul14:
    response: You can do many things to get souls, you can murder monsters, Mine, Farm, Having a shop, or get them from operating a town.
    included-keywords:
    - how
    - get
    - money
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul15:
    response: You can do many things to get souls, you can murder monsters, Mine, Farm, Having a shop, or get them from operating a town.
    included-keywords:
    - how
    - get
    - souls
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul21:
    response: To regain health you need to eat food or use a healing spell!
    included-keywords:
    - how
    - do
    - heal
    - I
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul22:
    response: For instructions on how to build a town, read em here hc.to/wiki
    included-keywords:
    - how
    - make
    - town
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul20:
    response: Some reasons you might not beable to build there is 1. It is a town 2. Is Spawn 3. Is a Herogate or PortTower 4. Personal Region
    included-keywords:
    - why
    - can''t
    - build
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul25:
    response: An Outpost is a "Hold the Hill" sort of mechanic, by staying in an Active outpost you can earn souls and EXP.
    included-keywords:
    - what
    - is
    - outpost
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul07:
    response: Depends on your class. To check do /hero tools
    included-keywords:
    - get
    - I
    - EXP
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul26:
    response: Griefing is not legal in PVP or PVE. But breaking a block and putting it right back is allowed for accessing houses.
    included-keywords:
    - is
    - griefing
    - legal
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul08:
    response: Mana and Stamina are the mystical power that allow you to exicute skills
    included-keywords:
    - what
    - is
    - mana
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul23:
    response: To lock a chest you need a certain
    included-keywords:
    - how
    - create
    - lwc
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul05:
    response: To use a Skill do /skill ( Skillname ) but if you don't want to type the command each time, do /bind ( Skillname
    included-keywords:
    - use
    - I
    - skill
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul24:
    response: An LWC is a chest that only the person whom made the lock can acccess. To add people to an LWC you do /cmodify (Name) and hit the chest
    included-keywords:
    - what
    - is
    - lwc
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul06:
    response: To get EXP you need to preform certain actions, for Class's you can defeat mobs, and for Profesions
    included-keywords:
    - get
    - I
    - EXP
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul03:
    response: To choose a class you need to either use a Codex, or master Lostsoul at LVL 20 and choose a class from the /hero menu.
    included-keywords:
    - choose
    - class
    - I
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul04:
    response: To join a party, do /party accept ( Party Leader ) and to make a party do /party invite ( Party Member )
    included-keywords:
    - party
    - make
    - how
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul27:
    response: To Change Channels do /ch ( Name ) to switch to it and /ch leave ( Name ) to leave it.
    included-keywords:
    - how
    - change
    - chat
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul01:
    response: Lostsoul is the branching class from where all Classes come from, it contains some of the skills other classes have. It is used as a starting class.
    included-keywords:
    - what
    - is
    - lostsoul
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul28:
    response: The IP to the server is Play.hc.to
    included-keywords:
    - IP
    - server
    - what
    - is
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
  LostSoul02:
    response: To Master LostSoul you need to kill various monsters that inhavit this realm
    included-keywords:
    - what
    - is
    - lostsoul
    excluded-keywords: []
    match-phrase: ''
    cancel-message: false
    public-response: false
    text-response: true
    action: nothing
    action-param: ''
    trigger-type: keyword
    minimum-match-threshold: 0
	
			
				Last edited: