Page 1 of 1

Bleach XP Mod 1.5 - 31/05/08

Posted: Tue Nov 23, 2021 1:26 am
by greenie
This is a plugin based on bleach the anime serie. Make your own Hollow or Death God by combine powers from characters from bleach.

There are 8 active skills and 6 passive skills so far, but I will add some more later maby. You can also choose attributes by spending attribute points to upgrading your physics. You use Spirite Power (mana) to use your active skills and the damage done by skills can be evaded and you can knock of some damage by your spirit power. You can use a skill named spirit release which everyone has to knock of all damage.

This mod require AMXmodX 1.8 or higher and you can use nVault or MySQL to save, I don't know how SQlite work but I think you can use it too.

You can find all admin & server commands in bleach.cfg other commands are shown in game.

SQL Table:
CREATE TABLE `players` (
`id` bigint(21) NOT NULL auto_increment,
`authid` varchar(33) NOT NULL,
`class` tinyint(1) NOT NULL,
`experience` int(11) NOT NULL,
`level` int(11) NOT NULL,
`attributepoints` int(11) NOT NULL,
`skillpoints` int(11) NOT NULL,
`spirit` int(11) NOT NULL,
`athletic` float NOT NULL default '0',
`acrobatic` float NOT NULL default '1',
`endurance` int(11) NOT NULL default '0',
`skill_0` int(11) NOT NULL default '0',
`skill_1` int(11) NOT NULL default '0',
`skill_2` int(11) NOT NULL default '0',
`skill_3` int(11) NOT NULL default '0',
`skill_4` int(11) NOT NULL default '0',
`skill_5` int(11) NOT NULL default '0',
PRIMARY KEY (`id`)
);
.zip