If i donate will...

Want to talk about war3ft or make suggestions? Post them here

Moderator: Forum Moderator

Post Reply
mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

If i donate will...

Post by mak213 » Fri Mar 16, 2007 6:53 pm

um can you guys keep nVault in rc6 and future war3ft updates if i donate money like 80-100 bucks?

cuz i have no clue how to use mysql or wat ever thats called or ftps or anything like that

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Fri Mar 16, 2007 7:09 pm

nVault was removed in RC6 Beta4, current Beta is 6. If nVault comes back, that would mean more work for Geesu and longer waits until the next release.

Ehh, but it is still his choice
Image

No support via PM or Email

saintk
Footman
Posts: 125
Joined: Wed Oct 05, 2005 7:30 am

Post by saintk » Fri Mar 16, 2007 7:48 pm

Pay me 50 and i'll set up your MySQL envoirment :)

User avatar
kevlartester
Militia
Posts: 75
Joined: Tue Nov 14, 2006 10:26 am
Location: Germany
Contact:

Post by kevlartester » Sat Mar 17, 2007 4:05 am

how about using SQLite ?
just enter a name in your wc3 config file
\addons\amxmodx\configs\war3ft\war3FT.cfg
and it works...
Image

User avatar
mannisch
Peon
Posts: 24
Joined: Sat Jun 03, 2006 4:05 am
Location: Germany
Contact:

Post by mannisch » Sun Mar 18, 2007 5:17 am

use SQLite, you dont need to set up anything...

Senne
Rifleman
Posts: 164
Joined: Wed Feb 21, 2007 9:22 am

Post by Senne » Mon Mar 19, 2007 1:20 pm

or use free mysql databases (only 1 round of lagg at mapchange...)
or use the mysql from your gameserver provider (mostly they give it for free = no lagg)

SQlite also gave me some problems, but mysql is working great.

loren28
Peon
Posts: 48
Joined: Thu Nov 30, 2006 5:54 am

Post by loren28 » Wed Mar 21, 2007 1:32 am

where can i take RC6 version?please givme a link for RC6 :(

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Wed Mar 21, 2007 6:37 am

RC6 is only Beta right now. You will have to wait until Geesu releases it or ask Geesu to join the Beta team. Either way, you will probably have to wait till he gets back
Image

No support via PM or Email

mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

Post by mak213 » Wed Mar 21, 2007 3:12 pm

ok um can someone teach me how to use sqlite cuz i dont kno wat that is either

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Wed Mar 21, 2007 3:13 pm

Just tell it to save to SQLite. You won't be able to read the data in the file because it is an encrypted/binary file.

For the host, put "127.0.0.1", just incase
Image

No support via PM or Email

mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

Post by mak213 » Wed Mar 21, 2007 3:32 pm

L 03/21/2007 - 17:33:23: -------- Mapchange to de_aztec --------
[AMXX] Loaded 7 admins from file
Last man bets version 0.9.3 initialized.
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
L 03/21/2007 - 17:33:25: [war3ft.amxx] Error: unable to open database file

mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

Post by mak213 » Wed Mar 21, 2007 3:33 pm

i went to \cstrike\addons\amxmodx\configs\modules and enabled sqlite and then went to \cstrike\addons\amxmodx\configs\war3ft\war3ft.cfg and put number 2 instead of 0 so it can save by sqlite and it tells me that error and this is wat my sql.cfg looks like not that i messed with it or anything

// SQL configuration file
// File location: $moddir/addons/amxmodx/configs/sql.cfg

// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// We recommend using your server IP address instead of its name

// *NOTE* amx_sql_type specifies the DEFAULT database type which admin.sma will use.

amx_sql_host "127.0.0.1"
amx_sql_user "root"
amx_sql_pass ""
amx_sql_db "amx"
amx_sql_table "admins"
amx_sql_type "mysql"






P.S. note this is a dedicated server

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Wed Mar 21, 2007 3:59 pm

wc3ft does NOT use the contents of sql.cfg. It has it's own sql cvars in it's cfg file. What are the values of those cvars?
Image

No support via PM or Email

mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

Post by mak213 » Wed Mar 21, 2007 4:05 pm

// Warcraft 3 Frozen Throne Configuration File


// Saving Options

wc3_save_xp 1 // Enables saving of experience (uses a vault, default is 0)
wc3_save_xp_db 2 // How should we save XP? (0 = NVault, 1 = MySQL, 2 = SQLite)

wc3_save_by 0 // What should I save this as? steam id = 0, IP = 1, name = 2 (SQL ONLY, default is 0)
wc3_save_pruning 0 // Automatically prunes the database of old users at a mapchange (default is 0)
wc3_days_before_delete 0 // However many days before deleting XP or pruning from the database (default is 31)
wc3_save_end_round 1 // Save xp at the end of each round (may cause lag, default is 1)


// SQL Database Information

wc3_sql_dbhost "hostname" // Host Name
wc3_sql_dbuser "root" // User Name
wc3_sql_dbpass "" // Password
wc3_sql_dbname "" // Database Name
wc3_sql_tbname "war3users" // Table Name


// Admin Options

wc3_admin_flag "m" // Admin flag required to give/take XP (default is m)


// Experience Options

wc3_xp_multiplier 1.0 // set the level required to gain a level as a multiple (default 1.0)
wc3_xp_weap_multiplier 1 // Award XP based on the weapon used (default is 1)
wc3_min_players 2 // Minimum amount of players needed b4 awarding XP (default is 2)
wc3_xp_auto_average 0 // With this option set to 1, the joining players will receive the average amount of XP that all of the players have (SHORT TERM XP ONLY, default is 0)
wc3_show_objectives 1 // If enabled, will display message in chat to show XP they gain for completing certain objectives (default is 1)
wc3_show_kill_obj 0 // Shows how much XP you gain for killing someone (each kill, default is 0)
wc3_xp_radius 750 // Radius to give XP to teammates near where the special objective is completed (rescued hosties, bomb planted, killed vip, vip escaped, default is 750)


// Game Play Enhancements

wc3_races 9 // Number of races (if races are less than 5, the second shopmenu will be disabled (4 is standard war3), default is 8)
wc3_grenade_protection 0 // Only 1 HE grenade will be allowed for purchase per round (default is 0)
wc3_spec_position 0 // 0 is for left, 1 is for right (where to put the information for those spectating, default is 0)
wc3_buy_zone 0 // Restrict purchasing shopmenu items to within the buyzone? (default is 0)
wc3_buy_time 0 // Restrict purchasing shopmenu items to within the buytime? (default is 0)
wc3_buy_dead 1 // Allow users to purchause items when dead? (default is 1)
wc3_show_player 1 // Show teammate and enemy information in the center of the screen when they are on target? (not for DOD, default is 1)
wc3_query_client 1 // Check user's cl_minmodel cvar every second (default is 1)
wc3_cheats 0 // Enable cheats for wc3? (default is 0)
wc3_psychostats 1 // Print psychostats information to log files for wc3 abilities?


// Icon Options (displayed above player's head)

wc3_race_icon 1 // Allow users to type /icons to show player icons above the player (default is 1)
wc3_level_icon 1 // Allow users to type /icons to see player levels above the player (default is 1)


// Chameleon Race Configuration Options - see _chameleon.txt for more information

wc3_cham_random 0 // Should the 9th race have random skills each round?, if so the next 4 option are irrelevant (default is 1)
wc3_cham_skill1 0 // What skill ID for skill 1?
wc3_cham_skill2 10 // What skill ID for skill 2?
wc3_cham_skill3 5 // What skill ID for skill 3?
wc3_cham_ultimate 7 // What skill ID for the user's ultimate?
wc3_cham_passive 20 // What skill ID for the user's passive skill?


// Skill and Ultimate configurations

wc3_ult_delay 5.0 // Amount of time (in seconds) to delay the ultimates at the start of each round (default is 15.0)
wc3_ult_cooldown 35.0 // Cooldown of all ultimates (default is 35.0)
wc3_blink_protection 1 // slays people who abuse blink on some maps (skywalking, map exploiting, default is 1)
wc3_blink_dizziness 1 // What type of diziness? (0 is flashbang effect, 1 is fading blue screen, default is 0)
wc3_entangle_drop 0 // Should the player's primary weapon be dropped when they are entangled? (default is 0)


// Item configurations

wc3_glove_timer 10 // Interval between receiving a new grenade with the Flaming Gloves of Warmth (default is 10)
wc3_glove_orc_damage 1 // When using gloves, should orcs be given the critical dmg? (Default is 0)
wc3_claw 6 // Damage done by Claws of Attack (default is 6)
wc3_health 15 // Health bonus given for periapt of health (default is 15)
wc3_frost 125.0 // Speed of victim when attacked with Orb of Frost (default is 125.0)
wc3_mask 0.3 // Percentage of life gained back by mask of death (default is 0.3)
wc3_cloak 200 // Invisibility given with cloak, lower is more invisible (default is 150)
wc3_sock 0.5 // Gravity level for Sock of the Feather (default is 0.5)
wc3_tome 50 // XP given for purchasing tome of experience (default is 50)


// Bot Configuration Options

wc3_bot_buy_item 0.33 // Chance of a bot buying a shopmenu item at the beginning of the round (default is 0.33)


// DOD Options

wc3_dod_start_money 800 // Starting money for dod

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Wed Mar 21, 2007 4:11 pm

Are you sure you are using RC5?


Anyways, you need to fill out the sql info. You can just replace it with this if you want

Code: Select all

wc3_sql_dbhost "127.0.0.1" // Host Name
wc3_sql_dbuser "root" // User Name
wc3_sql_dbpass "root" // Password
wc3_sql_dbname "war3ft" // Database Name
wc3_sql_tbname "war3users" // Table Name
Image

No support via PM or Email

mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

Post by mak213 » Wed Mar 21, 2007 4:14 pm

yes rc5 fresh install

mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

Post by mak213 » Wed Mar 21, 2007 4:14 pm

1 more quesiton how do i enable amx_teleportmenu

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Wed Mar 21, 2007 4:15 pm

remove the semicolon in front of it in your plugins.ini file
Image

No support via PM or Email

mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

Post by mak213 » Wed Mar 21, 2007 4:25 pm

um 1 problem max xp is 5500 when i use sql? dunno y when i switch to vault its 52100 heres my stuff

mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

Post by mak213 » Wed Mar 21, 2007 4:29 pm

war3ft.cfg....


// Warcraft 3 Frozen Throne Configuration File


// Saving Options

wc3_save_xp 0 // Enables saving of experience (uses a vault, default is 0)
wc3_save_xp_db 2 // How should we save XP? (0 = NVault, 1 = MySQL, 2 = SQLite)

wc3_save_by 0 // What should I save this as? steam id = 0, IP = 1, name = 2 (SQL ONLY, default is 0)
wc3_save_pruning 0 // Automatically prunes the database of old users at a mapchange (default is 0)
wc3_days_before_delete 31 // However many days before deleting XP or pruning from the database (default is 31)
wc3_save_end_round 1 // Save xp at the end of each round (may cause lag, default is 1)


// SQL Database Information

wc3_sql_dbhost "127.0.0.1" // Host Name
wc3_sql_dbuser "root" // User Name
wc3_sql_dbpass "root" // Password
wc3_sql_dbname "war3ft" // Database Name
wc3_sql_tbname "war3users" // Table Name


// Admin Options

wc3_admin_flag "m" // Admin flag required to give/take XP (default is m)


// Experience Options

wc3_xp_multiplier 1.0 // set the level required to gain a level as a multiple (default 1.0)
wc3_xp_weap_multiplier 1 // Award XP based on the weapon used (default is 1)
wc3_min_players 2 // Minimum amount of players needed b4 awarding XP (default is 2)
wc3_xp_auto_average 0 // With this option set to 1, the joining players will receive the average amount of XP that all of the players have (SHORT TERM XP ONLY, default is 0)
wc3_show_objectives 1 // If enabled, will display message in chat to show XP they gain for completing certain objectives (default is 1)
wc3_show_kill_obj 0 // Shows how much XP you gain for killing someone (each kill, default is 0)
wc3_xp_radius 750 // Radius to give XP to teammates near where the special objective is completed (rescued hosties, bomb planted, killed vip, vip escaped, default is 750)


// Game Play Enhancements

wc3_races 9 // Number of races (if races are less than 5, the second shopmenu will be disabled (4 is standard war3), default is 8)
wc3_grenade_protection 0 // Only 1 HE grenade will be allowed for purchase per round (default is 0)
wc3_spec_position 0 // 0 is for left, 1 is for right (where to put the information for those spectating, default is 0)
wc3_buy_zone 0 // Restrict purchasing shopmenu items to within the buyzone? (default is 0)
wc3_buy_time 0 // Restrict purchasing shopmenu items to within the buytime? (default is 0)
wc3_buy_dead 1 // Allow users to purchause items when dead? (default is 1)
wc3_show_player 1 // Show teammate and enemy information in the center of the screen when they are on target? (not for DOD, default is 1)
wc3_query_client 1 // Check user's cl_minmodel cvar every second (default is 1)
wc3_cheats 0 // Enable cheats for wc3? (default is 0)
wc3_psychostats 1 // Print psychostats information to log files for wc3 abilities?


// Icon Options (displayed above player's head)

wc3_race_icon 1 // Allow users to type /icons to show player icons above the player (default is 1)
wc3_level_icon 1 // Allow users to type /icons to see player levels above the player (default is 1)


// Chameleon Race Configuration Options - see _chameleon.txt for more information

wc3_cham_random 0 // Should the 9th race have random skills each round?, if so the next 4 option are irrelevant (default is 1)
wc3_cham_skill1 0 // What skill ID for skill 1?
wc3_cham_skill2 10 // What skill ID for skill 2?
wc3_cham_skill3 5 // What skill ID for skill 3?
wc3_cham_ultimate 7 // What skill ID for the user's ultimate?
wc3_cham_passive 20 // What skill ID for the user's passive skill?


// Skill and Ultimate configurations

wc3_ult_delay 15.0 // Amount of time (in seconds) to delay the ultimates at the start of each round (default is 15.0)
wc3_ult_cooldown 35.0 // Cooldown of all ultimates (default is 35.0)
wc3_blink_protection 1 // slays people who abuse blink on some maps (skywalking, map exploiting, default is 1)
wc3_blink_dizziness 0 // What type of diziness? (0 is flashbang effect, 1 is fading blue screen, default is 0)
wc3_entangle_drop 0 // Should the player's primary weapon be dropped when they are entangled? (default is 0)


// Item configurations

wc3_glove_timer 10 // Interval between receiving a new grenade with the Flaming Gloves of Warmth (default is 10)
wc3_glove_orc_damage 0 // When using gloves, should orcs be given the critical dmg? (Default is 0)
wc3_claw 6 // Damage done by Claws of Attack (default is 6)
wc3_health 15 // Health bonus given for periapt of health (default is 15)
wc3_frost 125.0 // Speed of victim when attacked with Orb of Frost (default is 125.0)
wc3_mask 0.3 // Percentage of life gained back by mask of death (default is 0.3)
wc3_cloak 200 // Invisibility given with cloak, lower is more invisible (default is 150)
wc3_sock 0.5 // Gravity level for Sock of the Feather (default is 0.5)
wc3_tome 50 // XP given for purchasing tome of experience (default is 50)


// Bot Configuration Options

wc3_bot_buy_item 0.33 // Chance of a bot buying a shopmenu item at the beginning of the round (default is 0.33)


// DOD Options

wc3_dod_start_money 800 // Starting money for dod





do u think its because i put 9 races to enable chameleon

mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

Post by mak213 » Wed Mar 21, 2007 4:30 pm

plugins.ini



; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
stats_logging.amxx ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
war3ft.amxx
admin_allinone.amxx
lastmanbets.amxx

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Wed Mar 21, 2007 4:35 pm

You are not saving the xp. Set wc3_save_xp to 1
Image

No support via PM or Email

mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

Post by mak213 » Wed Mar 21, 2007 4:41 pm

oh lol wow im really retarded

mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

Post by mak213 » Wed Mar 21, 2007 4:43 pm

well im back to same problem..



L 03/21/2007 - 18:43:58: -------- Mapchange to de_dust2 --------
[AMXX] Loaded 7 admins from file
Last man bets version 0.9.3 initialized.
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
L 03/21/2007 - 18:44:00: [war3ft.amxx] Error: unable to open database file


im using latest version of amxx
im using latest verison of war3ft (RC5)
im useing windows xp pro if that helps

mak213
Peon
Posts: 17
Joined: Wed Mar 14, 2007 7:31 am

Post by mak213 » Wed Mar 21, 2007 4:46 pm

// Warcraft 3 Frozen Throne Configuration File


// Saving Options

wc3_save_xp 1 // Enables saving of experience (uses a vault, default is 0)
wc3_save_xp_db 2 // How should we save XP? (0 = NVault, 1 = MySQL, 2 = SQLite)

wc3_save_by 0 // What should I save this as? steam id = 0, IP = 1, name = 2 (SQL ONLY, default is 0)
wc3_save_pruning 0 // Automatically prunes the database of old users at a mapchange (default is 0)
wc3_days_before_delete 31 // However many days before deleting XP or pruning from the database (default is 31)
wc3_save_end_round 1 // Save xp at the end of each round (may cause lag, default is 1)


// SQL Database Information

wc3_sql_dbhost "127.0.0.1" // Host Name
wc3_sql_dbuser "root" // User Name
wc3_sql_dbpass "root" // Password
wc3_sql_dbname "war3ft" // Database Name
wc3_sql_tbname "war3users" // Table Name


// Admin Options

wc3_admin_flag "m" // Admin flag required to give/take XP (default is m)


// Experience Options

wc3_xp_multiplier 1.0 // set the level required to gain a level as a multiple (default 1.0)
wc3_xp_weap_multiplier 1 // Award XP based on the weapon used (default is 1)
wc3_min_players 2 // Minimum amount of players needed b4 awarding XP (default is 2)
wc3_xp_auto_average 0 // With this option set to 1, the joining players will receive the average amount of XP that all of the players have (SHORT TERM XP ONLY, default is 0)
wc3_show_objectives 1 // If enabled, will display message in chat to show XP they gain for completing certain objectives (default is 1)
wc3_show_kill_obj 0 // Shows how much XP you gain for killing someone (each kill, default is 0)
wc3_xp_radius 750 // Radius to give XP to teammates near where the special objective is completed (rescued hosties, bomb planted, killed vip, vip escaped, default is 750)


// Game Play Enhancements

wc3_races 8 // Number of races (if races are less than 5, the second shopmenu will be disabled (4 is standard war3), default is 8)
wc3_grenade_protection 0 // Only 1 HE grenade will be allowed for purchase per round (default is 0)
wc3_spec_position 0 // 0 is for left, 1 is for right (where to put the information for those spectating, default is 0)
wc3_buy_zone 0 // Restrict purchasing shopmenu items to within the buyzone? (default is 0)
wc3_buy_time 0 // Restrict purchasing shopmenu items to within the buytime? (default is 0)
wc3_buy_dead 1 // Allow users to purchause items when dead? (default is 1)
wc3_show_player 1 // Show teammate and enemy information in the center of the screen when they are on target? (not for DOD, default is 1)
wc3_query_client 1 // Check user's cl_minmodel cvar every second (default is 1)
wc3_cheats 0 // Enable cheats for wc3? (default is 0)
wc3_psychostats 1 // Print psychostats information to log files for wc3 abilities?


// Icon Options (displayed above player's head)

wc3_race_icon 1 // Allow users to type /icons to show player icons above the player (default is 1)
wc3_level_icon 1 // Allow users to type /icons to see player levels above the player (default is 1)


// Chameleon Race Configuration Options - see _chameleon.txt for more information

wc3_cham_random 1 // Should the 9th race have random skills each round?, if so the next 4 option are irrelevant (default is 1)
wc3_cham_skill1 14 // What skill ID for skill 1?
wc3_cham_skill2 0 // What skill ID for skill 2?
wc3_cham_skill3 6 // What skill ID for skill 3?
wc3_cham_ultimate 7 // What skill ID for the user's ultimate?
wc3_cham_passive 20 // What skill ID for the user's passive skill?


// Skill and Ultimate configurations

wc3_ult_delay 15.0 // Amount of time (in seconds) to delay the ultimates at the start of each round (default is 15.0)
wc3_ult_cooldown 35.0 // Cooldown of all ultimates (default is 35.0)
wc3_blink_protection 1 // slays people who abuse blink on some maps (skywalking, map exploiting, default is 1)
wc3_blink_dizziness 0 // What type of diziness? (0 is flashbang effect, 1 is fading blue screen, default is 0)
wc3_entangle_drop 0 // Should the player's primary weapon be dropped when they are entangled? (default is 0)


// Item configurations

wc3_glove_timer 10 // Interval between receiving a new grenade with the Flaming Gloves of Warmth (default is 10)
wc3_glove_orc_damage 0 // When using gloves, should orcs be given the critical dmg? (Default is 0)
wc3_claw 6 // Damage done by Claws of Attack (default is 6)
wc3_health 15 // Health bonus given for periapt of health (default is 15)
wc3_frost 125.0 // Speed of victim when attacked with Orb of Frost (default is 125.0)
wc3_mask 0.3 // Percentage of life gained back by mask of death (default is 0.3)
wc3_cloak 150 // Invisibility given with cloak, lower is more invisible (default is 150)
wc3_sock 0.5 // Gravity level for Sock of the Feather (default is 0.5)
wc3_tome 50 // XP given for purchasing tome of experience (default is 50)


// Bot Configuration Options

wc3_bot_buy_item 0.33 // Chance of a bot buying a shopmenu item at the beginning of the round (default is 0.33)


// DOD Options

wc3_dod_start_money 800 // Starting money for dod

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Sun Mar 25, 2007 6:35 am

nvault will not come back...
No Support via PM

Post Reply