Raised This Month: $51 Target: $400
 12% 

Warcraft3


Post New Thread Closed Thread   
 
Thread Tools Display Modes
[AoL]Demandred
Member
Join Date: Apr 2004
Old 08-27-2004 , 11:15  
#171

Waiting on the mysql fix?
[AoL]Demandred is offline
DopeFish
Senior Member
Join Date: Feb 2004
Old 08-27-2004 , 12:51  
#172

haven't tried out the plugin with the current TP yet.
I still have to convert the top15 crap but the rest works.
DopeFish is offline
Send a message via ICQ to DopeFish
[AoL]Demandred
Member
Join Date: Apr 2004
Old 09-03-2004 , 12:36  
#173

Check it out:

Code:
SZ_GetSpace: overflow on -xR | Option
SZ_GetSpace: overflow on -xR | Option
SZ_GetSpace: overflow on -xR | Option
SZ_GetSpace: overflow on -xR | Option
SZ_GetSpace: overflow on -xR | Option
L 09/03/2004 - 11:36:02: [AMXX] Run time error 3 on line 10032 (plugin "warcraft3.amxx")
L 09/03/2004 - 11:36:02: [AMXX] Run time error 3 on line 10032 (plugin "warcraft3.amxx")
L 09/03/2004 - 11:36:02: [AMXX] Run time error 3 on line 10032 (plugin "warcraft3.amxx")
L 09/03/2004 - 11:36:02: [AMXX] Run time error 3 on line 10032 (plugin "warcraft3.amxx")
L 09/03/2004 - 11:36:02: [AMXX] Run time error 3 on line 10032 (plugin "warcraft3.amxx")
L 09/03/2004 - 11:36:02: [AMXX] Run time error 3 on line 10032 (plugin "warcraft3.amxx")
L 09/03/2004 - 11:36:02: [AMXX] Run time error 3 on line 10032 (plugin "warcraft3.amxx")
WARNING: datagram overflowed for -xR | Option
I did modify the plugin a bit to add a couple of little commands, Dopefish - I commented most of what I changed (I basically reworked it a tad to add my myitem command and another command for testing purposes that gives level 10, and also removed most of the ways that show your current level, etc - mostly small stuff (also added ability to buy items while dead) . . . but I don't really think that anything I added caused these run time errors . . . you might wanna check the plugin out, see what might be causing that . . .

Here's my .sma, if you want it for review, too:
Attached Files
File Type: sma Get Plugin or Get Source (warcraft3.sma - 605 views - 341.2 KB)
[AoL]Demandred is offline
ng2000
Junior Member
Join Date: Mar 2004
Old 09-29-2004 , 17:32  
#174

When i compiled with Nightly AmxModX i get following warnings:

mazga@s2:~/hlds/cstrike/addons/amxmodx/scripting$ ./amxxsc warcraft3.sma
Welcome to the AMX Mod X 0.20-251 Compiler.
Copyright (c) 1997-2004 ITB CompuPhase, AMX Mod X Team

./include/mysql.inc(22) : warning 213: tag mismatch
./include/mysql.inc(36) : warning 213: tag mismatch
./include/mysql.inc(42) : warning 213: tag mismatch
warcraft3.sma(8366) : warning 217: loose indentation
warcraft3.sma(8572) : warning 217: loose indentation
warcraft3.sma(9960) : warning 213: tag mismatch

6 Warnings.

So when i installed the compiled .amxx plugin everything work fine but the XP System is broken
Everytime after mapchange everyone hvae to select all skills and get XP random - 1st map at the end i had 600xp 2nd map i startet with 5600xp and i must select all my skills.

I Hope u understand me but my english is really bad.

btw. i Use Long Term XP with sql and nightly build WC3 vpre-2.5.1
ng2000 is offline
JustGags
Member
Join Date: Apr 2004
Old 09-30-2004 , 23:41  
#175

What's the status on the conversion to v0.20?
JustGags is offline
debyrne
Junior Member
Join Date: Aug 2004
Old 10-07-2004 , 04:08  
#176

my meta list
Code:
17:53:30 Currently loaded plugins:
               description      stat pend  file              vers      src  load  unlod
          [ 1] AMX Mod X        RUN   -    amxx_mm_i386.so   v0.16     ini  ANY   ANY  
          [ 2] AXN              RUN   -    axn_mm_i386.so    v1.05     ini  Chlvl Chlvl
          [ 3] Fun              RUN   -    fun_amx_i386.so   v0.16     cmd  ANY   ANY  
          [ 4] ENGINE           RUN   -    engine_amx_i386.  v0.16     cmd  ANY   ANY  
          [ 5] Counter-Strike   RUN   -    cstrike_amx_i386  v0.16 ST  cmd  Pause Pause
          [ 6] CS Stats         RUN   -    csstats_amx_i386  v0.16     cmd  ANY   ANY  
         6 plugins, 6 running
my amxx modules
Code:
17:54:18 Currently loaded modules:
               name                    type    version  author               status     
          [ 1] CS Stats                amx&mm  0.16     AMX Mod X Dev Team   running    
          [ 2] Counter-Strike          amx&mm  0.16 ST  AMX Mod X Dev Team   running    
          [ 3] MySQL                   amx     0.1      AMX Mod X Dev Team   running    
          [ 4] ENGINE                  amx&mm  0.16     AMX Mod X Dev Team   running    
          [ 5] Fun                     amx&mm  0.16     AMX Mod X Dev Team   running    
         5 modules, 5 correct
my amxx list
Code:
17:56:48 Currently loaded plugins:
                name               version  author            file             status   
          [  1] unknown            unknown  unknown           warcraft3.amx    running  
          [  2] Admin Base         0.16     AMXX Dev Team     admin.amx        running  
          [  3] Admin Base for My  0.16     AMXX Dev Team     admin_mysql.amx  running  
          [  4] Admin Commands     0.16     AMXX Dev Team     admincmd.amx     running 
... only basic admin amxx plugins are active
running amxx 0.16 linux
want to set up wc3 mod with saved xp.

So when i recompile my sma file, in the cfg file, the only thing i change is
Code:
// #########################################################
// #### SERVER SETUP -- MAKE SURE THAT THESE ARE RIGHT! ####
// #########################################################

// #define WC3_MODULE 1 		// Set this to 1 to use the war3 module, leave at 0 to use the vexd module
#define SHORT_TERM 0		// Set this to 0 for long-term XP, and 1 for short-term XP.
				// Configuration if the server is Steam or non-Steam is taken from the AMX setting
				// in include/amxconst.inc now.

Now, when i upload the amxx file into my plugins directory... the server is fine, however, the amxx list shows up as running the plugin.. but has unknown data (never a good sign). And when i try to change map, or restart the server... the server fails to respond, and crashes. I can reupload the exact same amxx file to the plugins directory, and it manages to get the server back online.

AAnyway.. any idea whats going on... ? Ill work at getting the logs asap.
debyrne is offline
debyrne
Junior Member
Join Date: Aug 2004
Old 10-07-2004 , 04:29  
#177


Sprite upload failed

Thanks anyway
debyrne is offline
Xenocide
Junior Member
Join Date: Nov 2004
Old 11-13-2004 , 20:57  
#178

Ummm, ya im confooosed.

I changed //#define SHORT_TERM 1 to 0 so it saves xp, but when I go into my server it still doesnt save the xp but I heard some one talk about comiling and i dont know how to do this, plz help

o and im using amxx v.16 and wc3 2.5
Xenocide is offline
Xenocide
Junior Member
Join Date: Nov 2004
Old 11-13-2004 , 23:24  
#179

nevermind, i got long term xp working but i dont know how to give someone xp amx_givexp name amount doesn't work and either does wc3_changexp <id> <xp> so is there a command to give xp?
Xenocide is offline
DopeFish
Senior Member
Join Date: Feb 2004
Old 11-15-2004 , 06:01  
#180

read through the whole cfg file
DopeFish is offline
Send a message via ICQ to DopeFish
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 09:59.


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