Search found 330 matches

by ferret
Mon Aug 08, 2005 7:19 am
Forum: WC3XP - Bug Feedback
Topic: Undefined death
Replies: 7
Views: 22007

Its due to the Famas. You'll see the same thing with the Galil.

I meant to fix this before, but only did it in my crappy written version of the damage function. I'll fix soon. Famas and Galil aren't correctly handled.
by ferret
Fri Aug 05, 2005 6:56 am
Forum: WC3XP - General Discussion and Help
Topic: WC3 mod isnt working
Replies: 7
Views: 10671

get_grenade_id is part of that Engine module.

Open addons/amxmodx/configs/modules.ini

And find the lines for Engine.. They should be just below the Fun module. Just delete the ; in front of engine_amxx.dll (Or whatever it is)
by ferret
Thu Aug 04, 2005 3:28 pm
Forum: WC3XP - General Discussion and Help
Topic: WC3 mod isnt working
Replies: 7
Views: 10671

Did you put warcraft3.amxx at the end of addons/amxmodx/configs/plugins.ini?
by ferret
Thu Aug 04, 2005 11:51 am
Forum: WC3XP - General Discussion and Help
Topic: WC3 mod isnt working
Replies: 7
Views: 10671

You need the Engine module as well for WC3.

Try amxx modules and amxx list.
by ferret
Thu Aug 04, 2005 10:39 am
Forum: WC3XP - General Discussion and Help
Topic: invalid function or declaration
Replies: 6
Views: 9352

Have you noticed that the end of your CFG file has this?

Code: Select all

</td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
Delete that.
by ferret
Thu Aug 04, 2005 6:32 am
Forum: WC3XP - Bug Feedback
Topic: Neckless not working
Replies: 4
Views: 17561

Bomb plant shouldn't change anything. I'll check with Gravis and see what he's setup for.
by ferret
Thu Aug 04, 2005 6:32 am
Forum: WC3XP - General Discussion and Help
Topic: Amxmodx 1.5
Replies: 4
Views: 8219

I didn't get to this last night, maybe this weekend. I really don't want to put anything "official" behind AMXX 1.5 until the new metamod is available and 1.5 is out of "beta"
by ferret
Thu Aug 04, 2005 6:31 am
Forum: WC3XP - General Discussion and Help
Topic: invalid function or declaration
Replies: 6
Views: 9352

Can you attach or post your warcraft3.cfg?

You must have some sort of typo in that file. It says there's a invalid function declaration but that file doesn't HAVE any functions. If you post it I'll be able to spot whats wrong.
by ferret
Thu Aug 04, 2005 6:30 am
Forum: WC3XP - General Discussion and Help
Topic: warcraft3.sma and warcraft3.amxx
Replies: 3
Views: 7203

Information on using the CVS is in the Announcements forum. The SMA is also included in the normal download package.
by ferret
Wed Aug 03, 2005 7:05 am
Forum: WC3XP - General Discussion and Help
Topic: Amxmodx 1.5
Replies: 4
Views: 8219

Okay, I haven't ran the plugin under 1.5 yet, but.. To get the plugin to compile under 1.5, you'll have to remove a function from the plugin that luckily is completely unneeded. This is leftover code from Spacedude, its years old, and BAILOPAN seems to have changed the function prototype.. And I don...
by ferret
Wed Aug 03, 2005 6:47 am
Forum: WC3XP - General Discussion and Help
Topic: invalid function or declaration
Replies: 6
Views: 9352

Could you copy and paste the entire message from your compile or server?
by ferret
Wed Aug 03, 2005 6:46 am
Forum: WC3XP - Bug Feedback
Topic: Native error in "get_user_maxspeed"
Replies: 2
Views: 14496

Ignore it. There's not much I can do to eliminate this. It usually happens when a player disconnects but the plugin still wants to do something to them. I can put an is_user_connected() check in the speed functions, but even then it might still happen every now and then. It won't hurt the plugin tho...
by ferret
Wed Aug 03, 2005 6:45 am
Forum: WC3XP - General Discussion and Help
Topic: Amxmodx 1.5
Replies: 4
Views: 8219

I don't know yet.
by ferret
Wed Aug 03, 2005 6:45 am
Forum: WC3XP - Bug Feedback
Topic: Neckless not working
Replies: 4
Views: 17561

Necklace doesn't stop orc nade unless the server owner configured it that way. Not a default option.

I'll look at shadow strike. I do not believe dwarf is broken though.
by ferret
Tue Aug 02, 2005 6:43 am
Forum: WC3XP - General Discussion and Help
Topic: Need help with savexp!
Replies: 4
Views: 7750

I think it says "Read the file" .... The file tells you what to do. What part of the instructions did you not understand?

You locate the line that says:

Code: Select all

//#define SHORT_TERM 0
You remove the //, and recompile the plugin.
by ferret
Sat Jul 30, 2005 10:59 am
Forum: WC3XP - General Discussion and Help
Topic: Need help configuring WC3XP
Replies: 13
Views: 17145

Vault will work without you setting anything up. Its automatic and controlled by AMXX. Unless you end up with like 30000 players saved, it won't matter. And trust me, you won't :)
by ferret
Fri Jul 29, 2005 9:17 pm
Forum: WC3XP - General Discussion and Help
Topic: Need help configuring WC3XP
Replies: 13
Views: 17145

Do you have the mysql module enabled and setup?

Check your log files for runtime errors from functions called "dbi"
by ferret
Fri Jul 29, 2005 6:46 am
Forum: WC3XP - General Discussion and Help
Topic: Need help configuring WC3XP
Replies: 13
Views: 17145

Here you go!

EDIT: Removed obsoleted attachment (administative action)
by ferret
Thu Jul 28, 2005 7:10 pm
Forum: WC3XP - General Discussion and Help
Topic: Need help configuring WC3XP
Replies: 13
Views: 17145

What kind of errors? You can download and install AMXMODX to your desktop to make things easier if you can't run commands on your server. Put warcraft3.cfg and warcraft3.sma into the folder addons/amxmodx/scripting Then double click the compile.exe that's in that same folder. You'll see a new folder...
by ferret
Thu Jul 28, 2005 6:28 am
Forum: WC3XP - General Discussion and Help
Topic: Need help configuring WC3XP
Replies: 13
Views: 17145

Read this:
viewtopic.php?t=96

Then let me know if you're still having trouble.
by ferret
Wed Jul 27, 2005 7:30 am
Forum: WC3XP - General Discussion and Help
Topic: lil prob
Replies: 22
Views: 29145

That's about it :P
by ferret
Tue Jul 26, 2005 6:38 am
Forum: WC3XP - Bug Feedback
Topic: Native error in "get_user_attacker" on line 2765
Replies: 3
Views: 15838

Don't think I can fix this one. This never happens with CS 1.6 .. This function is used to find out who attacked a player each time someone is damaged.

Are you using bots?
by ferret
Tue Jul 26, 2005 6:35 am
Forum: WC3XP - General Discussion and Help
Topic: lil prob
Replies: 22
Views: 29145

wc3_givexp player amount
by ferret
Sun Jul 24, 2005 6:06 pm
Forum: WC3XP - General Discussion and Help
Topic: lil prob
Replies: 22
Views: 29145

server.cfg

amxx.cfg is for AMXX specific configuration.
by ferret
Sat Jul 23, 2005 11:06 am
Forum: WC3XP - General Discussion and Help
Topic: lil prob
Replies: 22
Views: 29145

Check the included readme file, it lists all the cvars at the bottom.
by ferret
Thu Jul 21, 2005 7:46 pm
Forum: WC3XP - Suggestions / Ideas
Topic: Pre-made addons folder
Replies: 12
Views: 29933

liblist.gam has to be altered to run metamod

I can put that in the zipfile.
by ferret
Thu Jul 21, 2005 3:29 pm
Forum: WC3XP - Suggestions / Ideas
Topic: Pre-made addons folder
Replies: 12
Views: 29933

I'm not including anything beyond amxmodx and metamod. Anything else like bots is stuff that WC3 doesn't need and I don't maintain, so I'm not zipping it up.
by ferret
Thu Jul 21, 2005 8:33 am
Forum: WC3XP - General Discussion and Help
Topic: bindings
Replies: 2
Views: 5978

You need to bind:

ultimate
wc3menu
shopmenu
by ferret
Thu Jul 21, 2005 8:01 am
Forum: WC3XP - Suggestions / Ideas
Topic: Pre-made addons folder
Replies: 12
Views: 29933

I'll build an install package that includes AMXMODX and metamod as soon as the new versions of both are released. That should be in a week or two.
by ferret
Thu Jul 21, 2005 6:52 am
Forum: WC3XP - Suggestions / Ideas
Topic: WC3 Menu Suggestions
Replies: 2
Views: 16104

Can you give me some examples on how these menus work? I don't use menus on my servers, just console commands. I can easily see how to toggle a cvar on and off, but I'm slightly confused on how best to handle something like wc3_givexp, where you need to specify a value to give/take. A menu that list...
by ferret
Thu Jul 21, 2005 6:37 am
Forum: WC3XP - General Discussion and Help
Topic: lil prob
Replies: 22
Views: 29145

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 se...
by ferret
Wed Jul 20, 2005 12:18 pm
Forum: WC3XP - Suggestions / Ideas
Topic: Pre-made addons folder
Replies: 12
Views: 29933

or do you mean a zip file that INCLUDES amxmodx and metamod as well?
by ferret
Wed Jul 20, 2005 12:16 pm
Forum: WC3XP - Suggestions / Ideas
Topic: Pre-made addons folder
Replies: 12
Views: 29933

I'm not following. The new version, 2.6, is zipped up correctly. warcraft3_2.6.zip: cstrike/ addons/ plugins/ warcraft3.amxx scripting/ warcraft3.cfg warcraft3.sma sprites/ warcraft3/ ..sprite files.. sounds/ warcraft3/ ..sound files.. The only thing you have to do is unzip this in your server root,...
by ferret
Wed Jul 20, 2005 6:38 am
Forum: WC3XP - General Discussion and Help
Topic: lil prob
Replies: 22
Views: 29145

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 war...
by ferret
Wed Jul 20, 2005 6:33 am
Forum: WC3XP - General Discussion and Help
Topic: lil prob
Replies: 22
Views: 29145

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 a...
by ferret
Tue Jul 19, 2005 6:03 pm
Forum: WC3XP - General Discussion and Help
Topic: Condition Zero
Replies: 3
Views: 6508

Should, anyways. :P I haven't tested.
by ferret
Tue Jul 19, 2005 12:00 pm
Forum: WC3XP - Bug Feedback
Topic: Troll+necklace=:(
Replies: 3
Views: 15710

Intentionally done that way. People argued (And I agreed) that Necklace of Immunity means IMMUNE to ultimates. So teammates with necklace shouldn't be healed

However. I will change it to still allow the user to be effected. That should happen.
by ferret
Tue Jul 19, 2005 6:24 am
Forum: WC3XP - Suggestions / Ideas
Topic: Suggestions for Version 2.7
Replies: 17
Views: 40413

I have a lot of issues with the races in FT, and hopefully Geesu won't take offense to that as I've talk to him about it in the past. I took special care to make sure that the new races in WC3 XP fit the old races fairly well and weren't overpowered. I know Geesu has mentioned he's not entirely happ...
by ferret
Mon Jul 18, 2005 2:33 pm
Forum: Help/Support
Topic: need wc3 XP ?
Replies: 5
Views: 7960

I'm confused about which version you're running. Just the other day you asked for help installation Warcraft3 XP and said it was working. Now you're asking about Warcraft3 FT.

Please clearify which version you have installed.
by ferret
Mon Jul 18, 2005 2:32 pm
Forum: Whatever
Topic: Admin!
Replies: 9
Views: 13695

Try looking at this file:

addons/amxmodx/configs/users.ini
by ferret
Mon Jul 18, 2005 9:22 am
Forum: Help/Support
Topic: scroll of respawn gives mp_startmoney
Replies: 16
Views: 21801

Geesu wrote:FYI, there is no way removing those lines would cause any errors :/
Quoted. This is to say "I agree"
by ferret
Mon Jul 18, 2005 7:08 am
Forum: WC3XP - Suggestions / Ideas
Topic: Suggestions for Version 2.7
Replies: 17
Views: 40413

Many server admins have complained to me that once you get level 10, there's really no need to play. They wanted an option to have xp decay so that the level 10s have to work to stay there.
by ferret
Sun Jul 17, 2005 2:44 pm
Forum: WC3XP - Suggestions / Ideas
Topic: Suggestions for Version 2.7
Replies: 17
Views: 40413

Server admins can adjust that as they like, it just has a default value. The range is twice undead suicide's.
by ferret
Sun Jul 17, 2005 10:57 am
Forum: WC3XP - Suggestions / Ideas
Topic: Suggestions for Version 2.7
Replies: 17
Views: 40413

Updated for the next version, 2.7

Get the ideas flowing!
by ferret
Sat Jul 16, 2005 10:25 pm
Forum: WC3XP - Bug Feedback
Topic: Undefined death
Replies: 7
Views: 22007

Will look into it.
by ferret
Sat Jul 16, 2005 3:32 pm
Forum: WC3XP - General Discussion and Help
Topic: Need Help fast :)
Replies: 6
Views: 9229

You COULD read the installing.txt file included in the 2.6 download. It tells you exactly what you need from AMXX and how to configure it.

You need: AMXX 1.01
You need to enable in AMXX: Fun, Engine, and CSTRIKE modules.

The install text file says all of this.
by ferret
Sat Jul 16, 2005 2:32 pm
Forum: WC3XP - General Discussion and Help
Topic: Need Help fast :)
Replies: 6
Views: 9229

Might help to tell me which version of WC3 you're using. If its version 2.5 or 2.6, it probably won't work with AMX. Those two are made for AMXX. If its a 2.22 version, let me know. Make sure you installed the war3 module thats included in the download. Version 2.22 was released long before AMX 0.9....
by ferret
Sat Jul 16, 2005 10:10 am
Forum: WC3XP - Announcements and Releases
Topic: Final two changes in 2.6
Replies: 0
Views: 15695

Final two changes in 2.6

The last two changes I made in 2.6 before release:

-Shield will now behave and obey speed controller.
-Buying a tomb of experience while the XPLOIT protection option is active will no longer give xp or take your money.
by ferret
Fri Jul 15, 2005 10:09 am
Forum: Whatever
Topic: Steam
Replies: 11
Views: 16617

Piracy was NOT the main reason for steam. I don't feel like elaborating right now, its lunch hour, bbl :P
by ferret
Fri Jul 15, 2005 9:33 am
Forum: Whatever
Topic: BOTS
Replies: 4
Views: 8233

The botprofile.db or whatever its called. Altering it will alter bot names and behavior.