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

Warcraft3 XP Version 2.6.3


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff        Approver:   devicenull (200)
ferret
SourceMod Developer
Join Date: Dec 2004
Location: Atlanta, GA
Old 07-16-2005 , 13:35   Warcraft3 XP Version 2.6.3
Reply With Quote #1

Version 2.6.3 is an updated release of the 2.6 version. It has been adjusted for the latest AMXX release, and includes several performance and bug fixes. There is now an SQL-Lite code path as well as a CVAR for changing race while alive.

Thanks goes to Lazarus Long for the 2.6.1, 2.6.2, and 2.6.3 updates. Also for providing several download packages.

WC3 XP needs and uses the Engine, Fun, and Cstrike modules. If you want to run a long term server with MySQL, you will also need MySQL. The plugin uses Vault by default for Long term.

The documentation was rewritten to include installation instructions for AMXModX.

Features (New 2.6.x Changelog):

2.6.3
  • Fixed, for good, the "Bad file Server is enforcing file consistency for..." error message that was booting everybody from the server.
2.6.2
  • Renamed several variables to remove 'local variable shadows a variable at a preceding level' warnings.
  • Updated SQL queries to only pull needed data, not the full records.
  • Added mp_changeracepastfreezetime cvar to allow race changes while alive.
  • Increased the length of the team name variables in death logging.
  • Replaced the check_say() function with either direct calls to the corresponding function with register_clcmd(), or with say_*() functions.
  • Changed the Troll ultimate to allow healing of self.
  • Changed the SQL "CREATE TABLE" statements to minimize differences between MySQL and SQLite.
  • Changed the SQL error handling system with a global new Result:res and a remake of dbi_check_error().
  • Added missing famas and galil to damage_event() weaponname variable.
  • Removed forcing setting mp_consistency, it was booting everybody from the server under AMX Mod X 1.5x.
2.6.1
  • Removed inconsistent_file() function to allow compiling for AMX Mod X 1.5x.
  • Added support for SQLite database XP storage.
  • Updated/checked SQL statements.
  • Minor compiler warnings resolved.
2.6.0
  • AMX is NOT supported. You must use AMXX 1.0 or newer.
  • CS 1.5 and WON are NOT supported. You must use STEAM/CS 1.6
  • The old flat file save method is removed. The plugin now uses VAULT by default, MySQL is optional in the CFG. The plugin will still convert war3users.ini files into VAULT.
  • Blood Elf is no longer part of the plugin in "Original Mode"
  • To get Blood Elf and 3 new races, enable "EXPANDED_RACES" in the CFG file. The 3 new races are Troll, Dwarf, and Lich.
  • Many old config options have been removed. We have trimmed some features that had little to do with WC3 out of the code. You can find similar plugins at amxmodx.org
  • Weapons do not drop in front of players who had reincarnated anymore
  • VAULT is far more reliable with tracking when to delete a player's data
  • Added a config option ORCNADELESS. This is on by default and works like version 2.5. The plugin causes orc nades to do less damage than normal if you do not have the option ORCNECKLACE enabled. Turning off ORCNADELESS will return orc grenades to max damage.
  • VAULT will work with SAVE_WITH_IP now
  • You can say "shopmenu" now rather than having to bind it
  • Admins can now give or take XP with wc3_givexp
  • Freeze round and many other speed-related bugs have been fixed
  • Many many many many runtime errors fixed
Features (Old 2.5 Changelog):
I'm not going to post the whole changelog, these are just the main features since Spacedudes 2.20:
  • All modifications based on the 2.20 source, not the unstable 2.21.
  • MySQL Support from Mr. B
  • many bugfixes
  • main configuration is done by changing pre compilation directives in the warcraft3.cfg (this makes updating easier) and recompiling the code. The default .amxx in the download is for non-mysql shortterm servers
  • calculation of invisibility changed a bit
  • weapon reincarnation fixed
  • extended war3menu
  • Necklace works against Ork Grenades (optional)
  • more XP for mission objectives
  • no XP given if less than 4 players on server (number can be changed)
  • new optional human ultimate: blink. Teleport to where you are looking at if no enemy with necklace is in the vacinity
  • new race: blood elf
  • sound/icon when ultimate is ready
  • shopmenu can be restricted to buyzone
  • icon above head of teammates showing their race
  • vault saving implemented (fast)
  • pruning of old entries for vault
  • changeable starting level for new players
  • stable and fast
  • Get money back for item if you already have one and buy a new one
  • Armour reincarantion bug fixed
  • Ability to save XP via IP
  • Option to have dead players drop their item (just as they drop their weapon)
  • Players can manualy drop their item with the command "dropitem"
  • Multilanguage: support for English, German and French
Support
  • If you have questions or suggestions you can post them here or in the official Support Forums at wc3mods.net
Lead Developer of Warcraft3 XP: ferret
Developement Team: ferret, Lazarus Long, geesu
Former Lead Developer: Dopefish
Original Plugin by: Spacedude
Further notes on contributors within the SMA file.

NOTICE!!

This post may be outdated. Check this forum for the latest news:
http://wc3mods.net/forums/viewforum.php?f=16
Attached Files
File Type: zip warcraft3_2_1_.6.3_expanded.zip (379.7 KB, 18659 views)
File Type: zip warcraft3_2_1_.6.3_vault.zip (363.2 KB, 8787 views)
File Type: zip warcraft3_2_1_.6.3_vault_expanded.zip (391.9 KB, 9721 views)
File Type: zip warcraft3_2_1_.6.3_sql.zip (361.9 KB, 6972 views)
File Type: zip warcraft3_2_1_.6.3_sql_expanded.zip (390.5 KB, 8540 views)
File Type: zip warcraft3_2_1_.6.3.zip (351.2 KB, 17755 views)
__________________
I'm a blast from the past!
ferret is offline
D_Hawk
Veteran Member
Join Date: Apr 2005
Location: No
Old 07-16-2005 , 13:37  
Reply With Quote #2

Is this backward compatible with the older War3FT? I save XP and I want to know if the MySQL support will work with my old installation. People will get pissed if they lose all their XP.
__________________
User has abandoned this account.
D_Hawk is offline
Send a message via ICQ to D_Hawk Send a message via AIM to D_Hawk Send a message via MSN to D_Hawk Send a message via Yahoo to D_Hawk
ferret
SourceMod Developer
Join Date: Dec 2004
Location: Atlanta, GA
Old 07-16-2005 , 13:47  
Reply With Quote #3

Warcraft3 Frozen Throne and Warcraft3 XP are seperate plugins. Both have forums hosted at wc3mods.net .. Try asking there and me and Geesu might be able to work out a conversion method.
__________________
I'm a blast from the past!
ferret is offline
D_Hawk
Veteran Member
Join Date: Apr 2005
Location: No
Old 07-16-2005 , 14:14  
Reply With Quote #4

Wait, is this anything like War3FT? I thought it's an upgrade...

Oh wait nevermind, I remember War3X, thanks anyways, forget about everything I said.
__________________
User has abandoned this account.
D_Hawk is offline
Send a message via ICQ to D_Hawk Send a message via AIM to D_Hawk Send a message via MSN to D_Hawk Send a message via Yahoo to D_Hawk
ferret
SourceMod Developer
Join Date: Dec 2004
Location: Atlanta, GA
Old 07-16-2005 , 14:22  
Reply With Quote #5

There are four main WC3 plugins:

Warcraft3 XP (the 'original')
Warcraft3 FT (Most closely similar to WC3 XP)
Warcraft3 Expansion (War3X, a lot different)
Ultimate WC3 (I know little about)

This is an updated version of the XP version. Its very similar to FT, but the new races are different. Both plugins have an "original" mode that functions almost identical with only the races Night Elf, Human, Orc and Undead.

Warcraft3 XP is the version formerly coded by Dopefish, that had the Blood Elf race. The plugin now has 3 more races to complete a total of 8. The newest three are Troll, Lich, and Dwarf.
__________________
I'm a blast from the past!
ferret is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 07-16-2005 , 14:32  
Reply With Quote #6

Does this one have the second shopmenu? ;o
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
ferret
SourceMod Developer
Join Date: Dec 2004
Location: Atlanta, GA
Old 07-16-2005 , 14:38  
Reply With Quote #7

No second shopmenu, suggestions and discussion during the beta phase felt it would unbalance the plugin.
__________________
I'm a blast from the past!
ferret is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 07-16-2005 , 14:42  
Reply With Quote #8

Hmm.. Guess I'll take a shot at my own shopmenu2.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
L3th4l
New Member
Join Date: Jul 2005
Location: California
Old 07-16-2005 , 14:59  
Reply With Quote #9

GLOW COLORS:
Red: Extra damage done to the player who glows (Critical Strike/Grenade or Thorns/Trueshot Aura)

White: This is when you get bashed, player glowing can't move for 1 second

Green: You will glow green if you have vampiric aura and do dammage to another player.
You will also glow green at the start of the round if you have Weapon Reincarnation.
You will also see a green glow from Troll Regen or Healing Wand.

Blue: You glow blue when you evade a shot with the Night Elf Evade ability.

Purple: You have been hit by the Ice Shards skill

Aquaish (): Lich Frost Armor skill has activated.

Orange: You have been hit by extra damage from the Troll Berserk skill

--So does this mean that the person shooting them will see that they were bashed/evaded/striked by seeing that their body is covered in this glow, or does the color only show up on the victim's screen?
L3th4l is offline
Send a message via AIM to L3th4l Send a message via MSN to L3th4l
ferret
SourceMod Developer
Join Date: Dec 2004
Location: Atlanta, GA
Old 07-16-2005 , 16:12  
Reply With Quote #10

The player's screen with flash that color, as well as having an external glow that others can see.
__________________
I'm a blast from the past!
ferret is offline
Reply


Thread Tools
Display Modes

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 16:25.


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