Raised This Month: $32 Target: $400
 8% 

Warcraft 3 Frozen Throne (AND traditional War3)


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Knuckle$
Member
Join Date: Mar 2004
Location: Mid-West
Old 03-31-2004 , 22:37  
#81

I don't think you need any of the other modules besides the ones that come with amxX
__________________
Dr_Knuckle$
Knuckle$ is offline
Bikini
Junior Member
Join Date: Mar 2004
Location: Waterloo
Old 03-31-2004 , 22:38  
#82

another question , do you have to run mysql to actually get this plugin running? Because i marked it so its not running on my server , maybe thats the problem :\
__________________
AMXX RockS!
Bikini is offline
Send a message via AIM to Bikini Send a message via MSN to Bikini
DoubleTap
Veteran Member
Join Date: Mar 2004
Location: Harker Heights, TX
Old 03-31-2004 , 22:47  
#83

For this version of WC3 it is clearly documented you will need the SQL module running... but you dont NEED an SQL database... check the newest .sma he has posted for the #include <amxmodx> etc etc lines... those modules you will need to run the plugin... These are the modules I run and work with both WC3 versions:

Quote:
222:01 amxx modules
222:01 Currently loaded modules:
name type version author status
[ 1] Counter-Strike amx&mm 0.16 ST AMX Mod X Dev Team running
[ 2] MySQL amx 0.1 AMX Mod X Dev Team running
[ 3] Fun amx&mm 0.16 AMX Mod X Dev Team running
[ 4] CS Stats amx&mm 0.16 AMX Mod X Dev Team running
[ 5] ENGINE amx&mm 0.16 AMX Mod X Dev Team running
5 modules, 5 correct
Vic/DT
__________________
DoubleTap is offline
Send a message via ICQ to DoubleTap
Bikini
Junior Member
Join Date: Mar 2004
Location: Waterloo
Old 03-31-2004 , 22:50  
#84

hmm Double Tap , yes i have those on my server but how would we enable MYSQL? Do you just have to enable it and it works?
__________________
AMXX RockS!
Bikini is offline
Send a message via AIM to Bikini Send a message via MSN to Bikini
DoubleTap
Veteran Member
Join Date: Mar 2004
Location: Harker Heights, TX
Old 03-31-2004 , 22:53  
#85

I do believe so, but honestly I have never tried it without a valid mysql.cfg in the proper folder... can't hurt to try... good luck...
__________________
DoubleTap is offline
Send a message via ICQ to DoubleTap
Bikini
Junior Member
Join Date: Mar 2004
Location: Waterloo
Old 03-31-2004 , 22:54  
#86

hello double tap i looked in the sma file and i found this
Code:
#include <amxmod>
#include <amxmisc>
#include <vexd_utilities>
#include <mysql>

#if AMXMODX
	#include <amxmodx>
#else
	#include <xtrafun>
	#include <jghg>
Do i have to download xtrafun , jghg,mysql , vexd on my server?
__________________
AMXX RockS!
Bikini is offline
Send a message via AIM to Bikini Send a message via MSN to Bikini
DoubleTap
Veteran Member
Join Date: Mar 2004
Location: Harker Heights, TX
Old 03-31-2004 , 23:17  
#87

Ignore the includes for now... I see he coded a workaround... install the warcraft3ft.amx from this link:

http://homepages.uc.edu/~beckerbi/wa...h%20war3FT.zip

Ensure you load the engine module and others I mentioned earlier...

Vic/DT

You did the right thing...but he coded a workaround for now to be sure everything worked...
__________________
DoubleTap is offline
Send a message via ICQ to DoubleTap
Bikini
Junior Member
Join Date: Mar 2004
Location: Waterloo
Old 03-31-2004 , 23:22  
#88

vic your awesome thanks ... but do i have to get it exactly from there? I already have those installed on my server correctly working fine. No problems at all. So , thank you for helping me. I have every module i have too. So i need to download that warcraft from there? Also vic ( Double Tap ) do you need MYSQL running as a plugin in amxx or just a module...?
__________________
AMXX RockS!
Bikini is offline
Send a message via AIM to Bikini Send a message via MSN to Bikini
DoubleTap
Veteran Member
Join Date: Mar 2004
Location: Harker Heights, TX
Old 03-31-2004 , 23:34  
#89

For both AMXX and AMX (recent version) all home modules are loaded ONLY on home (amxx/modules.ini)... Only loaded MM modules in the MM/plugins.ini (Hook, Monsters, Hostitron, some versions of Chicken)... you'll know when you messed it up... you'll see the entries twice when doing a META LIST call in console...

Vic/DT

I might have went offtrack... just enabled the module... I dont know what mysql "plugin" you may be referring too...
__________________
DoubleTap is offline
Send a message via ICQ to DoubleTap
Bikini
Junior Member
Join Date: Mar 2004
Location: Waterloo
Old 03-31-2004 , 23:44   Am i doing this correct?
#90

My Plugins :

; AMX Mod X plugins

admin.amx ; admin base (required for any admin-related)
;admin_mysql.amx ; admin base - MySQL version (comment admin.amx)
admincmd.amx ; basic admin console commands
adminhelp.amx ; help command for admin console commands
adminslots.amx ; slot reservation
menufront.amx ; front-end for admin menus
cmdmenu.amx ; command menu (speech, settings)
plmenu.amx ; players menu (kick, ban, client cmds.)
restmenu.amx ; restrict weapons menu
telemenu.amx ; teleport menu (Fun Module required!)
mapsmenu.amx ; maps menu (vote, changelevel)
antiflood.amx ; prevent clients from chat-flooding the server
adminchat.amx ; console chat commands
adminvote.amx ; vote commands
nextmap.amx ; displays next map in mapcycle
timeleft.amx ; displays time left on map
mapchooser.amx ; allows to vote for next map
scrollmsg.amx ; displays a scrolling message
imessage.amx ; displays information messages
welcomemsg.amx ; displays motd @ client connection
pausecfg.amx ; allows to pause and unpause some plugins
stats.amx ; stats on death or round end (CSStats Module required!)
stats_logging.amx ; weapons stats logging (CSStats Module required!)
miscstats.amx ; bunch of events announcement for Counter-Strike
statscfg.amx ; allows to manage stats plugins via menu and commands

My Modules :
; AMX Mod X Modules; You can specify both linux & win32 modules here

; Fun - This has extra functions for "extra" stuff
fun_amx.dll

; Engine - This has engine functions core to half-life
engine_amx.dll

; MySQL - This adds MySQL connection support
mysql_amx.dll

; Counter-Strike - This adds functions specific to Counter-Strike
cstrike_amx.dll

; CS Stats - This adds functionality for CS statistical information
csstats_amx.dll

Any errors there?
__________________
AMXX RockS!
Bikini is offline
Send a message via AIM to Bikini Send a message via MSN to Bikini
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:16.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode