KAs (Knowledge Areas) list and structure
You can extract all the knowledge areas not specific to NPCs with this query:
select distinct(nka.area) from npc_knowledge_areas nka left join `characters` c on nka.area=CONCAT(c.name, " ",c.lastname) where c.name is null;
Hydlaa:
|
Ojaveda:
|
OjaRoad:
|
Arena:
|
Gugrontid:
|
Amdeneir:
|
Eagle Bronze Doors:
|
Death Realm
|
Gods: | Races: | Magic: | |
---|---|---|---|
|
|
|
|
- general
- newbie (used by tutorial NPCs and few others, most answers are OOC)
- winch_info (seems to be used by some merchants, not very consistently)
- greeting_evil (used by Dark Wanderer and Nodramok)
- merchant (used by Lerok Dilechi, Jashoky Dakarn) SHOULD BE REMOVED
- lyeorire_fisk (is assigned to Archilaya Gurpleferd, seems to contain duplicates)
Proximity Guards:
- Proximity_Guard_Checks_Oja
- Proximity_Guard_Checks_Hydlaa
- Proximity_Guard_Checks_Gug
Pet KAs:
- Pet Groffel 1
- Pet Yulbar 1
- Pet Rivnak 1
- Pet Drifter 1
- Pet Serpent Gobble 1
- Pet Eagle Gobble 1
NPC name typos or specific NPC group:
- ash_brotherhood
- Vuudjehn Korthel (its actually linked correctly on the NPC) -> Vuddjehn Korthel
- Heedel Remains (its actually linked correctly on the NPC) -> Heedel's Remains
- Skull (its actually linked correctly on the NPC) -> Mr Skull
- Bread (its actually linked correctly on the NPC) -> Mr Bread
Tests:
- AndrewTestNPC
- AndrewTestNPC2