Page 1 of 1

Problems with War3FT

Posted: Sun Oct 21, 2007 11:18 pm
by Azon
War3ft Version: war3ft 3.0 rc7
Amxmodx Version: amxx 1.76d
Metamod Version: 1.19
amxx list:
amxx modules: fun, engine, fakemeta, cstrike
meta list:

Hi to all! I've got a few problems with the settings on War3ft. Look at that error:


L 10/21/2007 - 21:21:29: [war3ft.amxx] [ERROR] 'Client CVAR querying is not enabled - check MM version!' '10' '1' 'Run time error 10: native error (native "query_client_cvar")'
L 10/21/2007 - 21:21:29: Client CVAR querying is not enabled - check MM version!
L 10/21/2007 - 21:21:29: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
L 10/21/2007 - 21:21:29: [AMXX] Run time error 10: native error (native "log_amx")
L 10/21/2007 - 21:21:29: [AMXX] [0] cstrike.inl::_CS_MinModelsLoop (line 265)

I dont know what to do. First the settings for the XP (for example: for bombcarrying, spawn with the bomb.... lost. Only for Killing Person is there. Why is so? If there are any errors, i'll remove them!

Please anybodi, who can help me, let's do this! :(

Posted: Sun Oct 21, 2007 11:33 pm
by YamiKaitou
Is the server Non-Steam? Is the server running on amd64?

Posted: Mon Oct 22, 2007 2:56 am
by Azon
YamiKaitou wrote:Is the server Non-Steam? Is the server running on amd64?
I dont know what does "non steam" mean. The server is on windows.

Posted: Tue Oct 30, 2007 2:48 pm
by rilley
i have the same error, i don`t use AMD 64, is use 32.. and amxmodx 1.7d + 1.9 MM, and the vs of war3ft is RC8 .. the same error.. and i have MYSQL data base on dedicated server.. mysql v4

Posted: Wed Oct 31, 2007 10:45 am
by YamiKaitou
Please provide the output of this command

meta list
meta version

Posted: Wed Oct 31, 2007 1:55 pm
by rilley
nonsteam

i understand this mod doesn`t support nonsteam but AMXMODX 1.7D i think is based for nonsteam/steam and works fine.. and metamod v is 1.19
meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.76d ini ANY ANY
[ 2] HLGuard RUN - hlguard_mm.dll v1.8 ini Chlvl Chlvl
[ 3] WinHL-Booster RUN - booster_mm.dll v1.46 ini Chlvl Pause
[ 4] WebMod RUN - w_mm.dll v0.48 ini Start Never
[ 5] Fun RUN - fun_amxx.dll v1.76 pl1 ANY ANY
[ 6] Engine RUN - engine_amxx.dll v1.76 pl1 ANY ANY
[ 7] FakeMeta RUN - fakemeta_amxx.dl v1.76b pl1 ANY ANY
[ 8] GeoIP RUN - geoip_amxx.dll v1.60 pl1 ANY ANY
[ 9] MySQL RUN - mysql_amxx.dll v1.76b pl1 ANY ANY
[10] CStrike RUN - cstrike_amxx.dll v1.76 pl1 ANY ANY
[11] CSX RUN - csx_amxx.dll v1.76c pl1 ANY ANY
11 plugins, 11 running
[ 23] Descriptive 'Fire in t 0.1 VEN fire_in_the_hol runni
ng
[ 24] Spin hack Detector 1.0.4 EKS ac_spinhackdete runni
ng
[ 25] AMX Super 3.6 Bmann_420 & Bo0m amx_super.amxx runni
ng
[ 26] Ultimate KillStreak Ad 0.6 Rilley ut_killstreak_a runni
ng
[ 27] Auto-Restart 1.00 ToT | V!PER amx_autorestart runni
ng
[ 28] [AMX] 1.2 Taher Ali amm.amxx runni
ng
[ 29] Server Rules 1.2a DoubleTap server_rules.am runni
ng
[ 30] Bomb Countdown HUD Tim 0.2 SAMURAI bcd_hudtimer.am runni
ng
[ 31] Play or Be Kicked 1.4 Brad Jones pbk.amxx runni
ng
[ 32] Player remaining 0.1 n00ng player_remainin runni
ng
[ 33] Bomb Events 0.9.3 default bomb_events.amx pause
d
[ 34] Last Man 0.9 default last_man.amxx runni
ng
[ 35] Swear Filter 1.0a SuicideDog swear_filter.am runni
ng
[ 36] CSNadeDrops 0.14 Avalanche csnadedrops.amx runni
ng
[ 37] Join ip 1.0 Rilley join_ip.amxx runni
ng
[ 38] Dead Name Change 0.1 VEN dead_name_chang runni
ng
[ 39] WebMod Admin Password 0.1 BoBRoCK webmod_pass.amx runni
ng
[ 40] Player Location 0.7b 008DEADinHK (ans player_location runni
ng
[ 41] AMX Who - AdminMod 1.0 Rilley amx_who.amxx runni
ng
[ 42] Player Name 0.9.2 default player_name.amx runni
ng
[ 43] Ghostchat 0.3 NetRipper ghostchat.amxx runni
ng
[ 44] No Recoil 0.1 Knekter norecoil.amxx runni
ng
[ 45] Knives Only 0.1 BillyTheKid amx_knivesonly. runni
ng
[ 46] Warcraft 3 Frozen Thro 3.0 RC8 Geesu & Avanderi war3ft.amxx debug

46 plugins, 45 running
wc3_save_xp 1 // Enables saving of experience (default is 0)
wc3_save_xp_db 1 // How should we save XP? (0 = SQLite, 1 = MySQL)

wc3_save_by 2 // What should I save this as? steam id = 0, IP = 1, name = 2 (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 0 // 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 "mysql" // Password
wc3_sql_dbname "mysql" // Database 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_ignore_bots 0 // Should you ignore bots when calculating the minimum players required to gain xp? (default is 0)
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 0 // 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? (default is 0)
wc3_start_level 0 // What level should all players start at when joining? (default is 0)

// 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 20.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_boots 0.10 // Percentage increase given by boots (.10 = 10%, default is 0.10)
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
db works fine
[WAR3FT] MySQL X database connection successful
i use mysql exe v 4 and db files from 5.. in uwc3 works fine..

the error apear when i change this cvar
wc3_query_client 0 // Check user's cl_minmodel cvar every second (default is 1)
in to
wc3_query_client 1 // Check user's cl_minmodel cvar every second (default is 1)
and the error is (this error appears when somebody is connected and apears every second)
Displaying debug trace (plugin "war3ft.amxx")
[AMXX] Run time error 10: native error (native "log_amx")
[AMXX] [0] cstrike.inl::_CS_MinModelsLoop (line 265)
Client CVAR querying is not enabled - check MM version!
and i got another error (this error apear when somebody join in. just an error for each player)
Client CVAR querying is not enabled - check MM version!
[AMXX] Displaying debug trace (plugin "war3ft.amxx")
[AMXX] Run time error 10: native error (native "log_amx")
[AMXX] [0] war3ft.sma::client_putinserver (line 314)
Plise make something .. i have AMD SEMPROM 32 BIT 2.6 GHZ.. and i try this server an amd athlon 2.9GHZ the same think....
ii put the sma war3ft from V RC8 V.3

Posted: Wed Oct 31, 2007 2:01 pm
by YamiKaitou
Non-Steam is not supported here. Get lost!

Posted: Wed Oct 31, 2007 2:02 pm
by rilley
i understand but if i try steam for exemple and i get this error, what shall i do?

ps: there is a chanse to repair that bug? (get lost is not an answer......)

Posted: Wed Oct 31, 2007 2:25 pm
by YamiKaitou
For non-steam, no. It works fine for me and my Steam version, so if it doesn't for you, something else is causing it

Posted: Wed Oct 31, 2007 2:27 pm
by rilley
i think something else is not causing because ... everithing works fine.. and i don`t see the diference betwin steam and nonsteam .. the same structure..

Posted: Wed Oct 31, 2007 3:40 pm
by YamiKaitou
Is the STEAM server Windows or Linux based?

Posted: Wed Oct 31, 2007 10:47 pm
by rilley
windows xp sp2

Posted: Thu Nov 01, 2007 12:47 am
by loren28
Rilley u will have to wait for warft official becouse there are some probleme whit amxmodx [how it's was made whit all warft rc realease].I presume that all this error from the console will gone whit official warft realese.pacience .

Posted: Thu Nov 01, 2007 8:28 am
by rilley
i`m pacient.. i think the problem is in the war3ft FILES not amx/steam/SO ... :|

Posted: Thu Nov 01, 2007 12:06 pm
by loren28
I now exactly what u mean but it's useless to tell gessu and not wise.Just u have to be pacience maybe it will see.

Posted: Thu Nov 01, 2007 3:47 pm
by rilley
from that error.. my server crush ... and close.. .. the server uptime 10 ~ hours!

Posted: Thu Nov 01, 2007 4:38 pm
by Morde
maybe you missed this: non steam is not supported. The error occours because the non steam version does not support all commands that the steam version does.
Forget about it, no one here will help you with this problem (exept maybe other nnon steam users that still don't get into their brain that we don't support this here)
Go and buy the game and you will get help (if you still need help because with a steam server you won't have this error)

Posted: Fri Nov 02, 2007 1:54 am
by rilley
forget it i don`t buy nothing i will delete my war mod.. bye

Posted: Fri Nov 02, 2007 2:57 am
by loren28
Still no pacience for this guy :D .

Posted: Fri Nov 02, 2007 9:31 am
by rilley
i am pacience men :D :D 8) 8) 8) 8) 8) 8) :wink: :wink: :wink: :lol:

Posted: Fri Nov 02, 2007 10:39 am
by YamiKaitou
Non-Steam is not supported here. Nor is using Amx Mod. War3FT WILL only run properly on Amx Mod X and a legal STEAM server. Anything else and your topic will be locked, which is what is happening to this topic