Attackable: Difference between revisions
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..." |
m Text replacement - "[[non-player character" to "[[Non-player Character" |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Attackable [[ | __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 == | ||
<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> | |||
== 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> |