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:
- gods_generic_basic
- about_laanx_sunshine
- laanx_advanced
- blackflame_fanatics
Races:
- races_basic
- nolthrir_basic
- general
- magic_basic
- newbie
- winch_info
- ash_brotherhood
- about_polyuntri.
- greeting_evil
- merchant
- lyeorire_fisk
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:
- 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