

Code: Select all
alter table knightdrop add column `boxingok` decimal(1,0) default 0;
alter table knightdrop add column `warnlevel` decimal(1,0) default 0;
Code: Select all
// Check for dual-boxing going on from more than one IP address.
$check_boxing = 1;
Code: Select all
$sec_adj_notes = 120;
Code: Select all
// Database backup system variables, including passwords required for each of the specific operations.
$knight_db = "knightdb"; // Database to use/create for the dropcalc tables so that they are away from the main DB.
With luck, this should now be fixed. Would someone who normally has this problem be kind enough to check it out (new download is up) and let me know the outcome please.Warning: Call-time pass-by-reference has been deprecated
I strongly recommend that you remove the clanId editting of offline characters. The issue here is server-side. L2J Server loads all the clan data at boot time. Everything is cached and changes (even to offline characters) will either be ignored and overwritten back with its previous value, or in some cases it may cause problems that mess up the entire clan.First, the character adjustment (of an off line character) can directly edit the karma, pvpkills, pkkills, clanid and title of the character.
Code: Select all
// Stop players from seeing details of characters that are in the same clan.
// Note, this will also stop clan item search.
$prevent_cross_clan = 1;
**blush**Hexa wrote:Great work as always.... quality ABD quantity