Attackable: Difference between revisions

From HighSpell Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 intermediate revisions by the same user 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:
 
{{#cargo_query:
   tables=NPCs
   tables=NPCs
   |fields=Name
   |fields=_pageName
   |where=Attackable=1 AND Aggressive='Yes'
   |where=Attackable=1 AND Aggressive='Yes'
   |order by=Level DESC
   |order by=Name ASC
   |format=list
   |format=template
   |link=all
   |template=NPCListItem
   |intro=*List of aggressive, attackable NPCs:
   |named args=yes
}}
}}</ul>


== Non-aggressive NPCs ==
== Non-aggressive NPCs ==
{{#cargo_query:
 
<ul>{{#cargo_query:
   tables=NPCs
   tables=NPCs
   |fields=Name
   |fields=_pageName
   |where=Attackable=1 AND (Aggressive != 'Yes' OR Aggressive IS NULL)
   |where=Attackable=1 AND (Aggressive != 'Yes' OR Aggressive IS NULL)
   |order by=Level DESC
   |order by=Name ASC
   |format=list
   |format=template
   |link=all
   |template=NPCListItem
   |intro=*List of attackable, non-aggressive NPCs:
   |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]