Attackable: Difference between revisions

From HighSpell Wiki
Jump to navigation Jump to search
Created page with "Attackable non-player characters are characters that can be attacked by players using melee, magic, or ranged combat. == Aggressive NPCs == (Not all of these are aggressive. I just don't know which aren't, so they're all here for now.) * Bandit * Bandit (Archer) * Barbarian * Beach Gnome * Big Squirrel * Black Bear * Blood Mage (Lvl 27) * Blood Mage (Lvl 44) * Brown Bear * Brute * Bul..."
 
No edit summary
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Attackable [[non-player character|non-player characters]] are characters that can be attacked by players using [[melee]], [[magic]], or [[range|ranged]] combat.
__TOC__
 
[[Attackable]] [[non-player character|NPCs]] are entities in the game world that players can engage in combat with. These NPCs can be damaged using various forms of combat, including [[strength|melee]], [[magic]], and [[range|ranged]] attacks.
 
NPCs that you can attack typically include monsters, enemy factions, and certain quest-related characters. Unlike [[unattackable]] or non-combat NPCs, these characters will either retaliate when attacked or initiate combat if the player enters their aggro range.


== Aggressive NPCs ==
== Aggressive NPCs ==


(Not all of these are aggressive. I just don't know which aren't, so they're all here for now.)
<ul>{{#cargo_query:
  tables=NPCs
  |fields=_pageName
  |where=Attackable=1 AND Aggressive='Yes'
  |order by=Name ASC
  |format=template
  |template=NPCListItem
  |named args=yes
}}</ul>


* [[Bandit]]
== Non-aggressive NPCs ==
* [[Bandit (Archer)]]
* [[Barbarian]]
* [[Beach Gnome]]
* [[Big Squirrel]]
* [[Black Bear]]
* [[Blood Mage (Lvl 27)]]
* [[Blood Mage (Lvl 44)]]
* [[Brown Bear]]
* [[Brute]]
* [[Bull]]
* [[Charred Skeleton (Lvl 36)]]
* [[Charred Skeleton (Lvl 48)]]
* [[Chicken]]
* [[Cave Chicken]]
* [[Corrupt Minotaur]]
* [[Cow]]
* [[Dark Monk]]
* [[Dragon Hatchling (Plains)]]
* [[Dragon Hatchling (Fire)]]
* [[Dragon Hatchling (Water)]]
* [[Dwarf]]
* [[Elder Knight]]
* [[Elf]]
* [[Farmer]]
* [[Fighter Gnome]]
* [[Fire Dragon]]
* [[Fisherman]]
* [[Forest Giant]]
* [[Forest Warrior]]
* [[Frost Giant]]
* [[Frost Warrior]]
* [[Ghost]]
* [[Giant Hell Rat]]
* [[Giant Skeleton]]
* [[Giant]]
* [[Gnome]]
* [[Goblin (Lvl 12 Melee)]]
* [[Goblin (Lvl 12 Archer)]]
* [[Goblin (Lvl 24)]]
* [[Goblin (Lvl 38)]]
* [[Guard (Lvl 10)]]
* [[Guard (Lvl 18)]]
* [[Suit of Armour (Lvl 28)]]
* [[Suit of Armour (Lvl 44)]]
* [[Suit of Armour (Lvl 87)]]
* [[Hell Giant]]
* [[Hell Rat]]
* [[Hell Warrior]]
* [[Hermit]]
* [[Isradore's Chicken]]
* [[Isradore's Dragon]]
* [[Isradore's Rat]]
* [[Knight (Lvl 45)]]
* [[Knight (Lvl 60)]]
* [[Leprechaun]]
* [[Lumberjack]]
* [[Man]]
* [[Martial Artist]]
* [[Minotaur]]
* [[Nisse]]
* [[Old man]]
* [[Pirate]]
* [[Plains Dragon]]
* [[Rat]]
* [[Rooster]]
* [[Sage]]
* [[Sewer Rat]]
* [[Skeletal Dwarf]]
* [[Skeletal Mage]]
* [[Skeleton (Lvl 20)]]
* [[Skeleton (Lvl 45)]]
* [[Squire]]
* [[Squirrel]]
* [[Undead Pirate]]
* [[Water Dragon]]
* [[Witch]]
* [[Wizard (Lvl 16)]]
* [[Wizard (Lvl 40)]]
* [[Zombie (Lvl 16)]]
* [[Zombie (Lvl 24)]]


== Non-aggressive NPCs ==
<ul>{{#cargo_query:
  tables=NPCs
  |fields=_pageName
  |where=Attackable=1 AND (Aggressive != 'Yes' OR Aggressive IS NULL)
  |order by=Name ASC
  |format=template
  |template=NPCListItem
  |named args=yes
}}</ul>

Latest revision as of 10:16, 16 May 2025

Attackable NPCs are entities in the game world that players can engage in combat with. These NPCs can be damaged using various forms of combat, including melee, magic, and ranged attacks.

NPCs that you can attack typically include monsters, enemy factions, and certain quest-related characters. Unlike unattackable or non-combat NPCs, these characters will either retaliate when attacked or initiate combat if the player enters their aggro range.

Aggressive NPCs[edit]

Non-aggressive NPCs[edit]