
txt file in WCSraces)Ġ.73a fix: entangle root and chain not working due a typo.replace "wcs/WCSultimates/es_WCSultimates.txt" Orc is now 1 second immortal after reincarnationįixed bloodmage's flame strike not to burn the enemy Increased Undead's vampiric aura to 66% chance Warcraft 3: Source CSS/DODS Change Log Formally Known as WCSĪdded: now saving to SQL every X rounds (if SQL enabled)įixed bug: you can't plant a Ward after buying anything in shopmenuĪdded small delay on weapon reincarnationįixed glitch in wcsmenu, where you could always use shopmenu, even if its disabled.Īdded small delay on scroll of respawningįixed Chain Lightning and Entangle Roots wallcheck. You add the following in the player_spawn_cmd :Įs est_setmodel event_var(userid) YOURMODELWITHOUT.mdlATTHEENDfor exemple :Įs est_setmodel event_var(userid) player/slow/aliendrone/slow_aliendroneġ9095 Views | 1 Comments | Rating: (12 rates)īy kryptonite on March 20, 2008, 09:43:10 PMChange Log GeSHi (eventscripts): // gained XP "wcs_killxp" "30" // standard kill "wcs_knifexp" "40" // knife kill (also spade and punch in DOD:S) "wcs_plantxp" "100" // planted the bomb "wcs_explodexp" "100" // bomb exploded "wcs_defusexp" "175" // bomb defused // CS:S only "wcs_headshotxp" "15" // headshot ! "wcs_hostagexp" "50" // rescued a hostage gained XP to locate where the information is stored. It is located in your folder path: cstrike\addons\eventscripts\wcsĪpproximately line # 57, or you can hit "CTRL-F" (for find feature) and type in There is a file titled: es_WCS_config_db.txt.
ADDONS EVENTSCRIPTS HOW TO
How to change gained XP from kills and other actions? Note: you can also reset single players with the say-command "wcsadmin" if the user is currently playing. Run the SQL query: DELETE FROM WCSusers WHERE id = "STEAMID"Ĭonnect with FTP or webinterface, make a backup of cstrike/addons/eventscripts/wcs/WCSusers/es_wcsdata.sqldb Get a SQLite browser, follow this instructions: here Resetting whole server (without FTP, just rcon)Įs_xkeygroupsave WCSusers "|wcs/WCSusers" Start the server again, now everyone has level 0 again You can also delete the file wcs/WCStop10/es_WCStop10_db.txt to reset the top10 ranking (recommended)
ADDONS EVENTSCRIPTS MOD
Stop the server, or unload the wcs mod (rcon es_unload wcs)Ĭonnect with FTP or webinterface, make a backup of cstrike/addons/eventscripts/wcs/WCSusers/es_WCSusers_db.txtĭelete cstrike/addons/eventscripts/wcs/WCSusers/es_WCSusers_db.txt You need rcon access, and the player should currently _not_ be on the serverĮg. There are different methods, depending on what WCS version you're running: You can reset single players or the whole server (like start with clean server). Use Game-monitor by following this url (replace the IP): It will show the cvar value "wcs_version"

The official versions go from v0.40 - v0.77 (April 2008)Ĭonnect on your server, write "wcshelp" in chat, on the help window button is the version number One mapchange is required to have the new map available If you have Mani admin, add it also in cstrike/cfg/mani_admin_plugin/votemaplist.txt If you want it to auto-cycle, add this line to cstrike/mapcycle.txt, too! Get the map (.bsp file) and upload it on your server into cstrike/maps/Įdit the cstrike/maplist.txt and add a new line with the mapname, but without.
ADDONS EVENTSCRIPTS CODE
Syntax : wcs_givelevel Ĭopy the Ultimate code and paste it to the bottom of your es_WCSultimates.txt You can use wcsadmin or use the consol command wcs_givelevel The number on the left of the players name will be used as userid Type status in your game consol to get the userid's info You can use wcsadmin or use the consol command wcs_givexp If a player has no flags or all 0, he can just access the menu, but not execute anything The name dosent matter,its just so you know who is who

Paste Your STEAM_ID over Kryptonites example STEAM_IDĪnd Put your name Where It says kRypT0n!Te Open Your wcs/WCSadmin/es_WCSadmin_db.txt If you still have this problem use the racefile checker Check that the race numbers are ordered correctlyĢ. Mor than one steam_id will look like thisġ. Put the steam id of the player that will use the race in the allow only field

Save the changes on the file and restart your server

If you have 10 races and your adding a new one, number it "11"Ĥ. Put the Number of the race at the top of the race code Open your es_WCSraces_db.txt and paste your code to The bottom of the fileģ. Copy the code of the race that you want to addĢ.
