diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-20 20:42:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-20 20:42:54 -0300 |
commit | 4e3eb2b1fdc7000571bc955a284fdd644a8abea8 (patch) | |
tree | 38636d308eae05a52f456628486ceafe700c153a /npc/003-8 | |
parent | 03bad31d7fe788a25a91e1097c376a763f560713 (diff) | |
download | serverdata-4e3eb2b1fdc7000571bc955a284fdd644a8abea8.tar.gz serverdata-4e3eb2b1fdc7000571bc955a284fdd644a8abea8.tar.bz2 serverdata-4e3eb2b1fdc7000571bc955a284fdd644a8abea8.tar.xz serverdata-4e3eb2b1fdc7000571bc955a284fdd644a8abea8.zip |
Update some of the debugmes for usage with syslog facility
Diffstat (limited to 'npc/003-8')
-rw-r--r-- | npc/003-8/craft.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-8/craft.txt b/npc/003-8/craft.txt index fc1c2acc4..f5bd7a49a 100644 --- a/npc/003-8/craft.txt +++ b/npc/003-8/craft.txt @@ -16,6 +16,7 @@ mesc l("WARNING, you have been detected cheating and thus, violating Tulimshar Anti-Theft Policy."), 1; mesc l("You were jailed and now need a GM to get you out of there."), 1; logmes "WARNING, "+strcharinfo(0)+" found out cheating, only had "+Zeny+"/600 GP for craft table. Jailed.", LOGMES_ATCOMMAND; + consoleinfo("%s jailed - no money when crafting.", strcharinfo(0)); atcommand("@jail "+strcharinfo(0)); // Apply a more realistic penalty Zeny=0; |