lil prob
Moderator: Forum Moderator
lil prob
ok, is it just me or can ya only chooze ya race during death, or freeze time, well what if ur in a server with no freeze time and... u win like the first 7 rounds so u dont die and cant choose ur race yet, thus have no xp yet? Also Once you choose a race it doesnt let you change i think. Also the config file is kinda stuffed. Like its too unreadable.
- Lazarus Long
- Lead PITA SOB
- Posts: 618
- Joined: Tue Jul 05, 2005 9:24 pm
zempror:
Regards,
Yep, it's probably just you, that should be aware of the several client commands (scroll down to the bottom). You will change race at each respawn if you choose a different one from your current.zempror wrote:ok, is it just me or can ya only chooze ya race during death, or freeze time, well what if ur in a server with no freeze time and... u win like the first 7 rounds so u dont die and cant choose ur race yet, thus have no xp yet? Also Once you choose a race it doesnt let you change i think.
What? Haven't the faintest idea of what you want to say.zempror wrote:Also the config file is kinda stuffed. Like its too unreadable.
Regards,
Lazarus
- Before asking anything: Search!
- Want help with Warcraft 3 FT? Ask it the right way!
- What to download to get Warcraft 3 FT running? Check the list of files!
- Need more help? Check the simple Mini-HOWTO series!
My config file
ok so firstly the config file is in scripting and not in configs right? I've attached it, however I made it a .txt as the forum doen't allow .cfg. The reason I said its badly done is beacause of the all the boxes, and how it's all like, bunched. So did I download the right thing? I should have. It was from www.amxmodx.org?
I would like to have 8 races, be alowed to choose race while alive, allowed to change race and make the server not save XP, although I think I did that.
Thnx!
EDIT: Removed obsoleted attachment (administative action)
I would like to have 8 races, be alowed to choose race while alive, allowed to change race and make the server not save XP, although I think I did that.
Thnx!
EDIT: Removed obsoleted attachment (administative action)
- nightscream
- Sorceress
- Posts: 319
- Joined: Wed Jul 06, 2005 12:54 pm
- Location: Belguim, Hallaar
- Contact:
- ferret
- Lead Warcraft 3 XP Developer
- Posts: 422
- Joined: Wed Jul 06, 2005 8:20 am
- Location: Atlanta, GA
- Contact:
zempror:
Are you opening warcraft3.cfg in Notepad? It looks like it contains Unix/Linux carriage returns instead of Windows carriage returns. This is my fault. If you open the file in Wordpad it should display correctly. Wordpad understands the different end-of-line symbols but Notepad doesn't.
To allow race changes, add the following to your server.cfg:
mp_allowchangerace 1
Are you opening warcraft3.cfg in Notepad? It looks like it contains Unix/Linux carriage returns instead of Windows carriage returns. This is my fault. If you open the file in Wordpad it should display correctly. Wordpad understands the different end-of-line symbols but Notepad doesn't.
To allow race changes, add the following to your server.cfg:
mp_allowchangerace 1
-< www.gamehavoc.com >-
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
- ferret
- Lead Warcraft 3 XP Developer
- Posts: 422
- Joined: Wed Jul 06, 2005 8:20 am
- Location: Atlanta, GA
- Contact:
After opening your file in Textpad (My favorite editor for Windows), you have done everything right. You have short term and expanded races enabled.
This file should go in addons/amxmodx/scripting/ .. There should also be a file called warcraft3.sma in that folder.
Follow the instructions within warcraft3.cfg or in THIS thread on how to recompile.
Let me know if you need any other help.
This file should go in addons/amxmodx/scripting/ .. There should also be a file called warcraft3.sma in that folder.
Follow the instructions within warcraft3.cfg or in THIS thread on how to recompile.
Let me know if you need any other help.
-< www.gamehavoc.com >-
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
Wordpad can view it fine, but now even after viewing it once with wordpad, notepad can also view it fine. Anyway attached is my .cfg file, renamed to .txt I tried to do the expanded races thing but it didn't work!
Ok and as for the mp_allowchangerace 1 that worked, I don't see why it should be put in the server.cfg and not wa3.cfg. Do you have a page somewhere which has a full list of all the commands! Thnx
by the way, what is a carrige return?
EDIT: why can't I attach files in this forum??
#define EXPANDED_RACES 1
that's what it says in my warcraft3.cfg, but I didn't get 8 races? Is that right?
Ok and as for the mp_allowchangerace 1 that worked, I don't see why it should be put in the server.cfg and not wa3.cfg. Do you have a page somewhere which has a full list of all the commands! Thnx
by the way, what is a carrige return?

EDIT: why can't I attach files in this forum??
#define EXPANDED_RACES 1
that's what it says in my warcraft3.cfg, but I didn't get 8 races? Is that right?
- ferret
- Lead Warcraft 3 XP Developer
- Posts: 422
- Joined: Wed Jul 06, 2005 8:20 am
- Location: Atlanta, GA
- Contact:
Zempror:
After opening the file in Wordpad, it probably saved it in Windows format so that's why Notepad can open it now. A Carriage Return is a special symbol that tells your computer when to make a new line.
Also, warcraft3.cfg is NOT a configuration file like server.cfg .. It isn't ran by your server. It is used to recompile the plugin. This is a little advanced but it helps with performance in some cases.
Did you read the thread I linked you to?
Make sure warcraft3.sma and warcraft3.cfg are both in your addons/amxmodx/scripting/ folder.
Go to that folder and run the command "Compile.exe" (If windows, its something else on Linux). This will create a folder called "compiled" and in it will be all your plugins. Find warcraft3.amxx and copy it to addons/amxmodx/scripting/plugins
That should activate the races the next time your server changes maps. I plan to make this a lot easier in the next version.
After opening the file in Wordpad, it probably saved it in Windows format so that's why Notepad can open it now. A Carriage Return is a special symbol that tells your computer when to make a new line.
Also, warcraft3.cfg is NOT a configuration file like server.cfg .. It isn't ran by your server. It is used to recompile the plugin. This is a little advanced but it helps with performance in some cases.
Did you read the thread I linked you to?
Make sure warcraft3.sma and warcraft3.cfg are both in your addons/amxmodx/scripting/ folder.
Go to that folder and run the command "Compile.exe" (If windows, its something else on Linux). This will create a folder called "compiled" and in it will be all your plugins. Find warcraft3.amxx and copy it to addons/amxmodx/scripting/plugins
That should activate the races the next time your server changes maps. I plan to make this a lot easier in the next version.
-< www.gamehavoc.com >-
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
Hey ferret!
Thanks for everything it all works now but I need one more thing. The cvar, mp_allowchangerace 1, is there a site for the full list of CVAR's?
Thanks for all your help so far and I have never met anyone so willing to help. When I asked you what a carrige return is I seriously doubted you would answer.
Thanks for everything it all works now but I need one more thing. The cvar, mp_allowchangerace 1, is there a site for the full list of CVAR's?
Thanks for all your help so far and I have never met anyone so willing to help. When I asked you what a carrige return is I seriously doubted you would answer.

- ferret
- Lead Warcraft 3 XP Developer
- Posts: 422
- Joined: Wed Jul 06, 2005 8:20 am
- Location: Atlanta, GA
- Contact:
Check the included readme file, it lists all the cvars at the bottom.
-< www.gamehavoc.com >-
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
- ferret
- Lead Warcraft 3 XP Developer
- Posts: 422
- Joined: Wed Jul 06, 2005 8:20 am
- Location: Atlanta, GA
- Contact:
server.cfg
amxx.cfg is for AMXX specific configuration.
amxx.cfg is for AMXX specific configuration.
-< www.gamehavoc.com >-
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
- ferret
- Lead Warcraft 3 XP Developer
- Posts: 422
- Joined: Wed Jul 06, 2005 8:20 am
- Location: Atlanta, GA
- Contact:
wc3_givexp player amount
-< www.gamehavoc.com >-
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
- ferret
- Lead Warcraft 3 XP Developer
- Posts: 422
- Joined: Wed Jul 06, 2005 8:20 am
- Location: Atlanta, GA
- Contact:
That's about it 

-< www.gamehavoc.com >-
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!
Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!