War3 v2.2.3

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Locked
Bulldogz
Peon
Posts: 19
Joined: Fri Dec 08, 2006 12:58 am
Contact:

War3 v2.2.3

Post by Bulldogz » 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:

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
meta list:

Code: Select all

metamod.dll
metamod_amd64.so
metamod_i386.so
Here is the error file i am getting:

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.

DeadEyeSavage
Peon
Posts: 38
Joined: Fri Jul 08, 2005 7:20 pm

Post by DeadEyeSavage » Wed Dec 13, 2006 3:34 am

bulldogz u need fakemeta on under modules.... also that is not meta lsit. meta list is when you gop tp server console and type: meta list

then it comes up with a bunch of plugins that run thru metamod like amxmodx :lol:

well i turned that on for you and i still getting the same error...

i am head of the server that he is talking about. But i have given up on war3 thats why i could turn it on for him :lol:

here is the true metalist:

Code: Select all

Currently loaded plugins:
      description      stat pend  file              vers      src   load  unlod
 [ 1] AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.76b    ini   ANY   ANY  
 [ 2] Hook Mod         RUN   -    HookMod_i386.so   v5        ini   Start Start
 [ 3] Fun              RUN   -    fun_amxx_i386.so  v1.76     pl1   ANY   ANY  
 [ 4] Engine           RUN   -    engine_amxx_i386  v1.76     pl1   ANY   ANY  
 [ 5] MySQL            RUN   -    mysql_amxx_i386.  v1.76b    pl1   ANY   ANY  
 [ 6] DoD Fun          RUN   -    dodfun_amxx_i386  v1.76b    pl1   ANY   ANY  
 [ 7] DoDX             RUN   -    dodx_amxx_i386.s  v1.76b    pl1   ANY   ANY  
 [ 8] FakeMeta         RUN   -    fakemeta_amxx_i3  v1.76b    pl1   ANY   ANY  
8 plugins, 8 running

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

Post by Geesu » Wed Dec 13, 2006 8:28 am

woa - something messed up here... that function hasn't existed for a while

amxx list and meta list while in console pls
No Support via PM

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

Post by YamiKaitou » Wed Dec 13, 2006 12:06 pm

Please upgrade to either v2.3.2 or v3.0RC3
Image

No support via PM or Email

Bulldogz
Peon
Posts: 19
Joined: Fri Dec 08, 2006 12:58 am
Contact:

Post by Bulldogz » Wed Dec 13, 2006 2:21 pm

Yeah you see the problem is we did upgrade to those versions however they were not working properly and we couldnt get any answers as to why it wasnt working, but if thats that you guys want ill give it a shot, im easy. Like deadeye said, he has given up on war3 on our server and another clan member has as well, so im clan member #3 stepping up to give it a try, i hope my luck is better than before.

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

Post by YamiKaitou » Wed Dec 13, 2006 3:26 pm

The problem is that you guys are using a plugin that is out-of-date. Upgrade and then tell us what your problem is and we can see if we can fix it. Also, if you upgrade to 2.3.2, downgrade AmxX to 1.71
Image

No support via PM or Email

Bulldogz
Peon
Posts: 19
Joined: Fri Dec 08, 2006 12:58 am
Contact:

Post by Bulldogz » Thu Dec 14, 2006 11:10 am

Thanks guys, we now have the right version, i wish somebody else had asked earlier, cause that was easy once the correct amx and metamod were matched up with the war3, its amamzin.


Now i just have a few questions. First, when somebody buys an item they cant buy it again until the next round, even if they die, is there a way to change that? Next, our cloak is set to 98% invisibility, and i wanna turn that down as well. Just point me in the direction of the right tutorials, thats all i need. Thanks again guys, your awesome.

DeadEyeSavage
Peon
Posts: 38
Joined: Fri Jul 08, 2005 7:20 pm

Post by DeadEyeSavage » Tue Jan 09, 2007 1:06 pm

YamiKaitou wrote:The problem is that you guys are using a plugin that is out-of-date. Upgrade and then tell us what your problem is and we can see if we can fix it. Also, if you upgrade to 2.3.2, downgrade AmxX to 1.71
i have in a previous post and you guys psoted you had no clue what was wrong >.>

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

Post by YamiKaitou » Tue Jan 09, 2007 1:09 pm

Do you have a link?
Image

No support via PM or Email

DeadEyeSavage
Peon
Posts: 38
Joined: Fri Jul 08, 2005 7:20 pm

Post by DeadEyeSavage » Tue Jan 09, 2007 10:04 pm

well now it dosen't matter warcraft 3.0 RC is running on our server the war3menu works the give exp works the items work BUT we can't get the race menu to appear >.> It says no race on everyone but we can buy items and buy exp and they work just we are "No Race" There are no erros either with debug on.

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

Post by YamiKaitou » Wed Jan 10, 2007 2:07 am

what is the value of wc3_races
Image

No support via PM or Email

Bulldogz
Peon
Posts: 19
Joined: Fri Dec 08, 2006 12:58 am
Contact:

Post by Bulldogz » Wed Jan 10, 2007 2:30 am

No more problems. Deadeye and Geesu worked it out and everything is back up and running. Thanks for all the help guys.

Locked