summaryrefslogtreecommitdiff
path: root/npc/001-1/ched.txt
blob: 0db13b97ccce875691a83ee9b3666d68a74a944a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
001-1,43,48,0	script	Ched	NPC113,{
    mesn;
    mesq l("I'm trying to get work on my Alchemy homework, but I'm having some trouble.");
    next;
    mesn;
    mesq l("I'm supposed to combine two potions to create a %s, but I can't seem to figure out which two to combine...", getitemlink(ConcentrationPotion));
    next;
    mesn;
    mes l("\"Maybe I should go back to practicing '%s' until I can make potions properly.\" %%6", b("monsterinfo"));
    if (getskilllv(SKILL_MAGIC) > 1)
        learnskill SKILL_MONSTERINFO;
    close;
}