wc3ft not run

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

Moderator: Forum Moderator

Locked
Der_Langsame
Peon
Posts: 34
Joined: Sat Jul 15, 2006 6:27 am
Contact:

wc3ft not run

Post by Der_Langsame » Thu Sep 21, 2006 5:38 am

Code: Select all

               name               version  author            file             status  
          [  1] AMXBans            4.3      YoMama/Lux & lan  amxbans.amxx     debug    
          [  2] Admin Base (AmxBa  1.60     AMXX Dev Team     admin_sql.amxx   debug    
          [  3] Admin Commands     1.71     AMXX Dev Team     admincmd.amxx    running  
          [  4] Menus Front-End    1.71     AMXX Dev Team     menufront.amxx   running  
          [  5] Players Menu       1.70     AMXX Dev Team     plmenu.amxx      running  
          [  6] Maps Menu          1.71     AMXX Dev Team     mapsmenu.amxx    running  
          [  7] Admin Chat         1.71     AMXX Dev Team     adminchat.amxx   running  
          [  8] Anti Flood         1.71     AMXX Dev Team     antiflood.amxx   running  
          [  9] Scrolling Message  1.71     AMXX Dev Team     scrollmsg.amxx   running  
          [ 10] Info. Messages     1.71     AMXX Dev Team     imessage.amxx    running  
          [ 11] NextMap            1.71     AMXX Dev Team     nextmap.amxx     running  
          [ 12] Nextmap Chooser    1.71     AMXX Dev Team     mapchooser.amxx  running  
          [ 13] TimeLeft           1.71     AMXX Dev Team     timeleft.amxx    running  
          [ 14] Pause Plugins      1.71     AMXX Dev Team     pausecfg.amxx    running  
          [ 15] Stats Configurati  1.71     AMXX Dev Team     statscfg.amxx    running  
          [ 16] Restrict Weapons   1.71     AMXX Dev Team     restmenu.amxx    running  
          [ 17] StatsX             1.71     AMXX Dev Team     statsx.amxx      running  
          [ 18] CS Misc. Stats     1.71     AMXX Dev Team     miscstats.amxx   running  
          [ 19] High Ping Kicker   1.2.0    DynAstY           hpk.amxx         running  
          [ 20] Auto-Restart       1.01     NeTwork           restart.amxx     running  
          [ 21] AFK KiSSS          2.5.2    Isobold & Cheesy  afkkicker2.amxx  running  
          [ 22] Team Balancer      1.7b9.2  Ptahhotep         ptb_1.7b9.2_ger  running  
          [ 23] Admin Check        1.5      OneEyed           admin_check.amx  running  
          [ 24] ATAC               2.5.5.0  T(+)rget/f117bom  amxx_atac.2.5.5  running  
          [ 25] ATAC Config        1.1.06   f117bomb & T(+)r  amxx_atac_cfg.a  running  
          [ 26] Warcraft 3 Frozen  2.3.2    Geesu==(Pimp Dad  warcraft3FT.amx  debug    
          [ 27] Bad Camper         1.2      Brad Jones        bad_camper.amxx  running  
          [ 28] doublekill         0.8      default           doublekill.amxx  running  
          [ 29] CSNadeDrops        0.14     Avalanche         csnadedrops.amx  running  
          [ 30] Server Rules       1.1      FullThrottle      server_rules.am  debug    
          [ 31] Server Chime Plug  1.9 AMX  Jack9             server_chimex_p  running  
          [ 32] enter/leave        0.1      drunkn p1rate     join2.amxx       debug    
         32 plugins, 32 running

Code: Select all

; AMX Mod X plugins

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

; 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 menuscmdmenu.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!)


; Custom - Add 3rd party plugins here
hpk.amxx                
restart.amxx
afkkicker2.amxx
ptb_1.7b9.2_ger.amxx
admin_check.amxx
amxx_atac.2.5.5.0.amxx
amxx_atac_cfg.amxx
warcraft3FT.amxx debug
;downloader.amxx
bad_camper.amxx
doublekill.amxx
csnadedrops.amxx
;servermenu.amxx
;admin_spec_esp.amxx
server_rules.amxx debug
server_chimex_plugin.amxx
join2.amxx debug
;bullet_damage.amxx debug
moduls.ini:

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

; --------------------------
; Regular Expression support
; --------------------------

regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so


csx_amxx_i386.so
cstrike_amxx_i386.so
sockets_amxx_i386.so
ich weis echt nicht was ich machen soll bitte um hilfe

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

Post by Geesu » Thu Sep 21, 2006 10:16 am

It's running... it says so... check log files
No Support via PM

Der_Langsame
Peon
Posts: 34
Joined: Sat Jul 15, 2006 6:27 am
Contact:

Post by Der_Langsame » Thu Sep 21, 2006 12:30 pm

yes in amxx is runnig but on the server no please look
king of wc3 :D
84.16.241.76:28100

Derbedeul
Peon
Posts: 36
Joined: Thu Nov 23, 2006 1:17 pm
Location: Ro,Satu Mare
Contact:

Post by Derbedeul » Fri Nov 24, 2006 3:47 pm

Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] Adminmod RUN - admin_mm.dll v2.50.60 ini Start ANY
[ 2] LogDaemon RUN - logd_mm.dll v1.0.0.6 ini ANY Pause
[ 3] STATSME RUN - statsme_mm.dll v2.8.3 ini Chlvl Chlvl
[ 4] Warcraft 3 Froz RUN - war3ft_amxx.dll v0.2 ini ANY ANY
[ 5] Booster RUN - booster_mm.dll v2.40 ini Chlvl Pause
[ 6] Booster RUN - booster_686_mm.d v2.40 ini Chlvl Pause
[ 7] LogDaemon RUN - logd_mm.dll v1.0.0.6 ini ANY Pause
[ 8] STATSME RUN - statsme_mm.dll v2.8.2 ini Chlvl Chlvl
[ 9] WebMod RUN - w_mm.dll v0.48 ini Start Never
9 plugins, 9 running
The problem it's : When I enter in the game war3ft it's not working (race xp .. it's not runing) plzzz help me ....sory my language but I am from ROMANIA ! :)
http://86.126.247.92:27015/ CS 1.6 WAR3FT SERVER...GO GO GO ;)

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

Post by Geesu » Fri Nov 24, 2006 9:59 pm

addons/amxmodx/logs/

Post log files
No Support via PM

Derbedeul
Peon
Posts: 36
Joined: Thu Nov 23, 2006 1:17 pm
Location: Ro,Satu Mare
Contact:

Post by Derbedeul » Sat Nov 25, 2006 3:00 pm

tnx geesu :*......I rezolved the problem...but next problem it's : running
[ 35] Warcraft 3 Frozen Thro 3.0 RC1 Geesu & Avanderi war3ft.amxx error
( 35) Error: Config file is missing, unable to load plugin
35 plugins, 34 running plzzzzzzzzzzzz help mee !!!!...tank's :oops: :(
http://86.126.247.92:27015/ CS 1.6 WAR3FT SERVER...GO GO GO ;)

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

Post by Geesu » Sat Nov 25, 2006 5:32 pm

- Config file is missing...

Follow the install guide on the wiki:

http://wc3mods.net/wiki/index.php?title ... stallation

"File Placement" section
No Support via PM

Derbedeul
Peon
Posts: 36
Joined: Thu Nov 23, 2006 1:17 pm
Location: Ro,Satu Mare
Contact:

Post by Derbedeul » Sun Nov 26, 2006 1:12 am

now my Counter Strike 1.6 Server it's with Warcraft 3 Frozen Trone.....it's perfect ....tank's for all Geesu ;) :wink: 8) :lol: :D
http://86.126.247.92:27015/ CS 1.6 WAR3FT SERVER...GO GO GO ;)

Locked