Raised This Month: $51 Target: $400
 12% 

Bleach XP Mod 1.5 - 31/05/08


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff        Approver:   Emp` (115)
JoshGomez
Member
Join Date: Apr 2006
Location: Sweden
Old 01-09-2008 , 14:35   Bleach XP Mod 1.5 - 31/05/08
Reply With Quote #1

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).
Attached Files
File Type: zip bleach-1.5.zip (1.21 MB, 4963 views)

Last edited by JoshGomez; 09-10-2009 at 16:10.
JoshGomez is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 01-09-2008 , 14:45   Re: Bleach XP Mod
Reply With Quote #2

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
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
JoshGomez
Member
Join Date: Apr 2006
Location: Sweden
Old 01-09-2008 , 14:52   Re: Bleach XP Mod
Reply With Quote #3

I think I have done that. I will try to use zip instead.
JoshGomez is offline
Domon
New Member
Join Date: Jul 2007
Old 01-09-2008 , 18:47   Re: Bleach XP Mod
Reply With Quote #4

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.

Last edited by Domon; 01-09-2008 at 21:25.
Domon is offline
JoshGomez
Member
Join Date: Apr 2006
Location: Sweden
Old 01-10-2008 , 00:37   Re: Bleach XP Mod
Reply With Quote #5

I will try, I don't have CZ but is there some special function, define or variable I need to have?
JoshGomez is offline
Old 01-10-2008, 01:20
fxfighter
This message has been deleted by fxfighter. Reason: gfaw
JoshGomez
Member
Join Date: Apr 2006
Location: Sweden
Old 01-10-2008 , 03:12   Re: Bleach XP Mod
Reply With Quote #6

Then I just have to add bot and LAN support.
JoshGomez is offline
Contrus
Junior Member
Join Date: Jul 2007
Old 01-10-2008 , 10:13   Re: Bleach XP Mod 1.1
Reply With Quote #7

woot you released it
__________________
There are two things that are infinite in this world, the universe and human stupidity.
Contrus is offline
luverr
Junior Member
Join Date: Nov 2007
Old 01-10-2008 , 11:11   Re: Bleach XP Mod 1.1
Reply With Quote #8

Plz post screenshot.,
luverr is offline
grimvh2
Veteran Member
Join Date: Nov 2007
Location: Fishdot Nation
Old 01-10-2008 , 11:39   Re: Bleach XP Mod 1.1
Reply With Quote #9

Quote:
Originally Posted by JoshGomez View Post
There is 8 active skills and 6 passive skills so far,
"there are 8 active ..." just correcting
i know my english also isnt that good
__________________
I am out of order!
grimvh2 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 01-10-2008 , 12:16   Re: Bleach XP Mod 1.1
Reply With Quote #10

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.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:33.


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