War3ft + amxbans5

General discussion about Warcraft MODs for CS/CZ/DOD

Moderator: Forum Moderator

Post Reply
saw
Peon
Posts: 2
Joined: Mon Aug 18, 2008 10:03 am

War3ft + amxbans5

Post by saw » Mon Aug 18, 2008 10:31 am

Hello...
I want on the server to put war3ft and amxbans...
Tried to put war3ft v.2.3.2 (amxmodm 1.71), but when I on him put amxbans 5 (under amxmodx 1.76d) for me writes in a console out errors:

[AMXX] Plugin "admin_amxbans.amxx" failed to load: Plugin uses an unknown function (name "SQL_NextRow") - check your modules.ini.
L 08/18/2008 - 13:41:52: [AMXX] Plugin "amxbans.amxx" failed to load: Plugin uses an unknown function (name "SQL_FreeHandle") - check your modules.ini.

war3ft 3.0 RC talk does not work with amxbans5....

where is it possible to find war3ft under amxmodx 1.76d that amxbans5 worked on him???
Or as possible to influence???

Sorry to bad English...

Beforehand thank you!

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

Re: War3ft + amxbans5

Post by YamiKaitou » Mon Aug 18, 2008 1:11 pm

What error messages do you get when you try to use both amxbans and war3ft3.0 together? Also, AMXBans5 requires 1.76+, so using it on 1.71 will just not work.
Image

No support via PM or Email

saw
Peon
Posts: 2
Joined: Mon Aug 18, 2008 10:03 am

Re: War3ft + amxbans5

Post by saw » Mon Aug 18, 2008 5:26 pm

YamiKaitou thank you that answered!

War3ft 3.0 RC8 (amxmodx 1.76)

When I start server In his console:
L 08/19/2008 - 01:57:15: [war3ft.amxx] [MYSQLX] Database Connection Failed: [2002] Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 08/19/2008 - 01:57:15: [MYSQLX] Database Connection Failed: [2002] Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
When I start client and connect to server, In console task me:
Host_Error: UserMsg: Not Present on Client 58
In this time in server's console:
L 08/19/2008 - 01:57:17: "SAW<1><STEAM_ID_LANDING><>" connected, address "10.1.13.100:27005"
L 08/19/2008 - 01:57:17: [admin_amxbans.amxx] Login: "SAW<1><STEAM_ID_LANDING><>" became an admin (account "SAW") (access "bcdefghijklmnopqrstu") (address "10.1.13.100")
L 08/19/2008 - 01:57:25: [war3ft.amxx] [ERROR] Unable to retreive user's (1) Unique ID, trying again...
L 08/19/2008 - 01:57:25: [ERROR] Unable to retreive user's (1) Unique ID, trying again...
L 08/19/2008 - 01:57:25: "SAW<1><STEAM_ID_LANDING><>" entered the game
L 08/19/2008 - 01:57:26: [war3ft.amxx] [ERROR] Unable to retreive user's (1) Unique ID, trying again...
L 08/19/2008 - 01:57:26: [ERROR] Unable to retreive user's (1) Unique ID, trying again...
L 08/19/2008 - 01:57:26: "SAW<1><STEAM_ID_LANDING><>" disconnected
L 08/19/2008 - 01:57:26: World triggered "Round_Draw" (CT "0") (T "0")
L 08/19/2008 - 01:57:26: World triggered "Round_End"
Dropped SAW from server
Reason: Client sent 'drop'
L 08/19/2008 - 01:57:27: [war3ft.amxx] [ERROR] Unable to retreive user's (1) Unique ID, trying again...
L 08/19/2008 - 01:57:27: [ERROR] Unable to retreive user's (1) Unique ID, trying again...
L 08/19/2008 - 01:57:28: [war3ft.amxx] [ERROR] Unable to retreive user's (1) Unique ID, trying again...
L 08/19/2008 - 01:57:28: [ERROR] Unable to retreive user's (1) Unique ID, trying again...
....
war3FT.cfg
// Warcraft 3 Frozen Throne Configuration File


// Saving Options

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 1 // Save xp at the end of each round (may cause lag, default is 1)


// SQL Database Information

wc3_sql_dbhost "localhost" // Host Name
wc3_sql_dbuser "root" // User Name
wc3_sql_dbpass "" // Password
wc3_sql_dbname "amx" // 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 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? (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 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_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
Help me please!

Sorry to bad English...

Beforehand thank you!

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

Re: War3ft + amxbans5

Post by YamiKaitou » Mon Aug 18, 2008 10:11 pm

Error 1: Create a sym link or use 127.0.0.1 instead of localhost

Error 2: Get Steam

Error 3: Get Steam
Image

No support via PM or Email

Post Reply