diff options
-rw-r--r-- | conf/atcommand.conf | 3 | ||||
-rw-r--r-- | conf/groups.conf | 4 | ||||
-rw-r--r-- | npc/024-14/doorbell.txt | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index dbab7578b..169ae9035 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -70,6 +70,7 @@ aliases: { nolog: { iteminfo: 1 mobinfo: 1 + hominfo: 1 time: 1 whereis: 1 whodrops: 1 @@ -85,6 +86,8 @@ nolog: { who3: 1 users: 1 where: 1 + homtalk: 1 + pettalk: 1 hugo: 1 linus: 1 } diff --git a/conf/groups.conf b/conf/groups.conf index 3e63b5876..da7521fb4 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -105,6 +105,8 @@ groups: ( inherit: ( "Player" ) /* sponsors can do everything Players can and more */ level: 1 commands: { + hominfo: true + homtalk: true pettalk: true refresh: true } @@ -132,7 +134,7 @@ groups: ( whodrops: true time: true jailtime: true - hominfo: true + hominfo: [true, true] homstats: true showexp: true showzeny: true diff --git a/npc/024-14/doorbell.txt b/npc/024-14/doorbell.txt index ef0a04246..166a1b387 100644 --- a/npc/024-14/doorbell.txt +++ b/npc/024-14/doorbell.txt @@ -62,7 +62,7 @@ L_Manage: goto L_Furniture; break; case 3: - addtimer2(150, "NPCs#RES_PPL::OnReload"); + addtimer2(150, instance_npcname("NPCs#RES_PPL")+"::OnReload"); close; break; } |