War3 v2.2.3
Posted: Wed Dec 13, 2006 2:56 am
Hello, i am currently trying to set up my first server and i seem to be having a problem and i cant figure it out. Last night i was able to put war3 version 3.0 on my server, and it has been having problems so i wanted to try another, older, version of war3 to see if it could work. I followed the installation guide from this site and did everything the same as last night earlyier today trying to put v2.2.3 onto my server. Now all plugins work except stats and war3, they get the errors shown at the bottom. Thanks for your time.
War3ft Version: 2.2.3
Amxmodx Version: 1.76b
Metamod Version: 1.19p28
amxx list:
amxx modules:
meta list:
Here is the error file i am getting:
This is a linux server and yes i am trying to run a retired version of war3, please help me in any way you can. If you need more info please post, i am rather new to this so i need any help i can get. Thanks a lot.
War3ft Version: 2.2.3
Amxmodx Version: 1.76b
Metamod Version: 1.19p28
amxx list:
Code: Select all
; 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
swear_replacement.amxx
; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx
mapsmenu.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
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Stats Related
stats.amxx
stats_logging.amxx
statscfg.amxx
dodstatssounds.amxx
; Custom - Add 3rd party plugins here
amx_gore_ultimate.amxx
dod_eviladmin.amxx
dod_shellshock.amxx
warcraft3FT.amxx
client_exec.amxx
dod_teammanager.amxx
amxx modules:
Code: Select all
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line
; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so
; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so
; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
mysql_amxx_i386.so
mysql_amxx.dll
mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so
; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so
; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
;array_amxx.dll
;array_amxx_amd64.so
; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so
; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so
; --------------------------------------------------
; Day of Defeat Fun - adds functions specific to DoD
; --------------------------------------------------
dodfun_amxx_i386.so
dodfun_amxx.dll
dodfun_amxx_amd64.so
; -------------------------------------------------------
; Day of Defeat X - adds stats and addition DoD functions
; -------------------------------------------------------
dodx_amxx_i386.so
dodx_amxx.dll
dodx_amxx_amd64.so
; --------------------------------------------------------------
; WAR3FT - adds functions used by war3ft - By Geesu (Pimp Daddy)
; --------------------------------------------------------------
war3ft_amxx_i386.so
war3ft_amxx.dll
war3ft_amxx_amd64.so
Code: Select all
metamod.dll
metamod_amd64.so
metamod_i386.so
Code: Select all
[AMXX] Plugin file open error (plugin "dodstatssounds.amxx")
L 12/12/2006 - 22:38:23: [AMXX] Plugin "warcraft3FT.amxx" failed to load: Plugin uses an unknown function (name "Item_Set_Helm") - check your modules.ini.
L 12/12/2006 - 23:51:23: [mapchooser.amxx] Vote: Voting for the nextmap started
L 12/12/2006 - 23:51:38: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be dod_sherman2_b5
L 12/12/2006 - 23:53:32: -------- Mapchange to dod_sherman2_b5 --------
L 12/12/2006 - 23:53:32: [AMXX] Plugin file open error (plugin "dodstatssounds.amxx")
L 12/12/2006 - 23:53:32: [AMXX] Plugin "warcraft3FT.amxx" failed to load: Plugin uses an unknown function (name "Item_Set_Helm") - check your modules.ini.
This is a linux server and yes i am trying to run a retired version of war3, please help me in any way you can. If you need more info please post, i am rather new to this so i need any help i can get. Thanks a lot.