AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Bleach XP Mod 1.5 - 31/05/08 (https://forums.alliedmods.net/showthread.php?t=65487)

JoshGomez 01-09-2008 14:35

Bleach XP Mod 1.5 - 31/05/08
 
1 Attachment(s)
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:
Code:

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`)
);

Version 1.5
- Separated cvar's and commands
- Fixed save bugs when switching method
- Registered all cvars with cmds
- Fixed SQL Save
- Fixed spirit regenerater
Download: Bleach 1.5
Version 1.4
- Added missed multilingual texts
- Added motd:Commands
- Added motd:Character
- Added item:Brown Mantle
- Fixed bm_skill_next & +/-bm_skill_use
- Fixed admin give item
- Fixed attributes
- Fixed skill:Restrain
- Edited skill:Hollow Bullet
Download: Bleach 1.4
Version 1.3
- Added item support
- Added item:Gigai
- Added item:Injection
- Added another skill using system
- Added kill assisting
- Added two new admin commands
- Fixed admin reset user
- Fixed skill:Ice Ring
- Full multilingual support
Download: Bleach 1.3
Version 1.2
- Turning off save xp and switch to short term xp mode on lan
- Fixed endurance
- Adjusted the menu
- Added information:Attributes
- Added information:Items
Download: Bleach 1.2
Version 1.1
- Added attribute:Endurance
Download: Bleach 1.1
Version 1.0
- First release
Download: Bleach 1.0

Scripted by Contrus and me (XzaR).

YamiKaitou 01-09-2008 14:45

Re: Bleach XP Mod
 
Please upload the archive as a zip instead of a rar. This makes it easier for everyone else. SQLite operates almost exactly the same as MySQL, except you have to tell the server that you are using SQLite by setting the SQL_Affinity

JoshGomez 01-09-2008 14:52

Re: Bleach XP Mod
 
I think I have done that. I will try to use zip instead.

Domon 01-09-2008 18:47

Re: Bleach XP Mod
 
If you can, Can you rewrite this also to work in Condition Zero, Thanks. If not, its okay, i was just hoping i could get some bots to play with.

Edit:

I wasn't clear enough, You don't have to have the bots know how to use the script, but just tolerate it so it doesnt crash when the bots are loaded and the server is active.

JoshGomez 01-10-2008 00:37

Re: Bleach XP Mod
 
I will try, I don't have CZ but is there some special function, define or variable I need to have?

JoshGomez 01-10-2008 03:12

Re: Bleach XP Mod
 
Then I just have to add bot and LAN support.

Contrus 01-10-2008 10:13

Re: Bleach XP Mod 1.1
 
woot you released it :D

luverr 01-10-2008 11:11

Re: Bleach XP Mod 1.1
 
Plz post screenshot.,

grimvh2 01-10-2008 11:39

Re: Bleach XP Mod 1.1
 
Quote:

Originally Posted by JoshGomez (Post 572242)
There is 8 active skills and 6 passive skills so far,

"there are 8 active ..." just correcting :P
i know my english also isnt that good

YamiKaitou 01-10-2008 12:16

Re: Bleach XP Mod 1.1
 
Why don't you have the plugin generate the SQL table in the database if it does not exist. It makes it easier for the end user.


All times are GMT -4. The time now is 07:05.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.