Page 1 of 1

Posted: Tue May 29, 2007 7:04 am
by ferret
The CVS file will work with the latest AMXX, so you're good there. There's an updated version that isn't in the CVS yet, but it adds a requested feature, no bug fixes.

Could you print amxx modules? Make sure Engine, Fun, and Cstrike are running.

The AMXBANS error is because you specified a database that doesn't exist, or perhaps, your mysql user doesn't have access too. This isn't a problem in AMXX, Amxxbans, or WC3. You need to create the table in MySQL.

Posted: Wed May 30, 2007 6:09 am
by ferret
What other plugins are you running? This is related to the section of code that allows player's to drop their WC3 items, and then for them to be picked back up by another player.

It may be conflicting with another plugin, that does somethng similar.

Posted: Wed May 30, 2007 11:45 am
by ferret
If I had to guess, there is a conflict.

A few ways to test:

#1) Turn off nadedrops, see if it continues
#2) move warcraft3 above nadedrops in plugins.ini (The order of plugins actually DOES have importance)

Beyond that, I'd have to do some heavy testing. It's possible I could stop WC3 from having trouble with nadedrops, but first we have to determine if nadedrops is the cause.