From 1c5e4a6caf2e70592c80202e7222e895a67b5f10 Mon Sep 17 00:00:00 2001 From: brianluau Date: Mon, 4 May 2009 08:22:53 +0000 Subject: * Added the md5() script command. (follow up to r13719) - Changed kafra storage password to be stored as md5 hash in #kafra_code$. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13728 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/script_commands.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 1599058c8..24fc0b7f2 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5917,6 +5917,17 @@ set @i, distance(100,200,101,202); --------------------------------------- +*md5("") + +Returns the md5 checksum of a number or string. + +Example: + mes md5(12345); + mes md5("12345"); // Will both display 827ccb0eea8a706c4c34a16891f84e7b + mes md5("qwerty"); // Will display d8578edf8458ce06fbc5bb76a58c5ca4 + +--------------------------------------- + *query_sql "your MySQL query", {,, ...}; *query_logsql "your MySQL query", {,, ...}; -- cgit v1.2.3-60-g2f50