i have L2Admin 1.0 Release Candidate 2
Made by hel @ 5.1.2008 from stefulis.. http://www.maxcheaters.com/forum/index.php?topic=25037.0
work index and can log in with my pass..
• General
• Check char status
• Change char name
• Give player item
• Delete player item
• Change char
• To another account
• Block Chat
• Change player stats
• Set player stats
• Quick announce
• Exit
• Test
he tell me Can't connect to MSSQL.
my config
<?php
define('MssqlServer', '127.0.0.1');
define('MssqlUsername', 'sa');
define('MssqlPassword', 'mypasssql');
define('CachedServer', '127.0.0.1');
define('CachedPort', '2012');
define('AdminName','Admin');
define('AdminPassword','mypass');
define('Language', 'en'); // valid is 'ru' and 'en'.
?>