diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-30 09:36:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-30 09:36:51 -0300 |
commit | bd6e155517add05151da3d6ee826bc6c27e50712 (patch) | |
tree | aa987d7f40ec5b19a293863f7016dec2dba36b13 | |
parent | 462d0ce48f8ddfffb017672dc5789ddac0c69359 (diff) | |
download | serverdata-bd6e155517add05151da3d6ee826bc6c27e50712.tar.gz serverdata-bd6e155517add05151da3d6ee826bc6c27e50712.tar.bz2 serverdata-bd6e155517add05151da3d6ee826bc6c27e50712.tar.xz serverdata-bd6e155517add05151da3d6ee826bc6c27e50712.zip |
Update Jakod commands/items
-rw-r--r-- | conf/atcommand.conf | 1 | ||||
-rw-r--r-- | npc/003-1/jakod.txt | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 2aeebf49e..bb95287d6 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -95,6 +95,7 @@ nolog: { pettalk: 1 hugo: 1 linus: 1 + accinfo: 1 } /* Commands help file */ diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt index bd393a2d2..ebe8115aa 100644 --- a/npc/003-1/jakod.txt +++ b/npc/003-1/jakod.txt @@ -17,9 +17,9 @@ if (MAGIC_LVL) { mes l("I also see you have a level @@ magic skill!\"", MAGIC_LVL); next; - mes l("Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!", getitemlink(JesusavesGrimorium)); + mes l("Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!", getitemlink(JesusalvaGrimorium)); next; - mes l("Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.", b("@sk-abizit")); + mes l("Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.", b("@abizit")); next; mes l("Well, if you ever need help, do not hesit reading the wiki ;-)"); close; |