Page 1 of 1

Errors

Posted: Fri Aug 22, 2008 7:48 am
by mp3por
I have a problem with that
now i really want to know how to turn ON the LEVITATION on the Undead Race because on my server it does NOT work !!!! Seee every thing else is perfect except an ERROR that fills up mq LOG fail but they say it's because my CS isn't Steam
the ERROR is
  • L 08/22/2008 - 00:01:50: Client CVAR querying is not enabled - check MM version!
    L 08/22/2008 - 00:01:50: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
    L 08/22/2008 - 00:01:50: [AMXX] Run time error 10: native error (native "log_amx")
    L 08/22/2008 - 00:01:50: [AMXX] [0] war3ft.sma::client_putinserver (line 336)
    L 08/22/2008 - 00:02:16: Client CVAR querying is not enabled - check MM version!
    L 08/22/2008 - 00:02:16: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
    L 08/22/2008 - 00:02:16: [AMXX] Run time error 10: native error (native "log_amx")
    L 08/22/2008 - 00:02:16: [AMXX] [0] war3ft.sma::client_putinserver (line 336)
    L 08/22/2008 - 00:05:24: Client CVAR querying is not enabled - check MM version!
and

  • L 08/22/2008 - 16:45:25: [SQLITE] Query statement: SELECT `player_id` FROM `wc3_player` WHERE `player_name` = '*DaRk\'S EnErGi*-Bobi';
    L 08/22/2008 - 16:45:25: [SQLITE] Error in querying database, location: 4
    L 08/22/2008 - 16:45:25: [SQLITE] Message: near "S": syntax error (1)
if somebody want to help me feel free to do it
but the reason i am rwriting this is not because ot the ERRORs because they do NOT effect the game play, rather the LEVITATION problem which is very annoying

please HELP me i will be very thankful

Re: Errors

Posted: Fri Aug 22, 2008 8:11 am
by YamiKaitou
L 08/22/2008 - 00:01:50: Client CVAR querying is not enabled - check MM version!
If you are using the version 1.8.1 of AMXx and version 1.19 of Metamod, then that error is caused by you using an illegal version of the game
L 08/22/2008 - 16:45:25: [SQLITE] Query statement: SELECT `player_id` FROM `wc3_player` WHERE `player_name` = '*DaRk\'S EnErGi*-Bobi';
This is because of a syntax bug. We will have to fix it. I have submitted a bug report on your behalf

Re: Errors

Posted: Sat Aug 23, 2008 1:33 am
by mp3por
So you don't know the answer to the LEVITATION problem ??? sh** I really wanted to get rid of this bug. If you find any way to solve it please report here THANKS

Re: Errors

Posted: Sat Aug 23, 2008 2:07 am
by whosyourdaddy
whats the levitation problem?

Re: Errors

Posted: Sat Aug 23, 2008 6:17 am
by mp3por
whosyourdaddy wrote:whats the levitation problem?
it does not work (i am not sure if this is called like that but in the HELP file it is written that when you write /levitation in the chat you can turn ON and OFF the higher jumping of the UNDEAD race so i thought that this how it is called)

the problem is that in my server when somebody is UNDEAD he can't jump higher than normal (this is what i though is called LEVITATION) and sometimes even the speed power is now turn ON !!! Does this have anything to do whit that that my GRAVITY is set to 600?!?!
If not how can i fix that problem
If you want to see for your self you can join my server for a hour, play, gain XP and see it( IP : 78.128.57.42:27015) or wait for the Video i am going to send to you (.dem )

link : http://mp3por.dir.bg/_files/4243469.dem

Re: Errors

Posted: Sat Aug 23, 2008 7:29 am
by mp3por
Mordekay wrote:This is a non-steam server. To get warcraft running on a non-steam server -=cklick here=-
yep i know if the problem is the non-steam server than i am sorry i even asked (i know that rule) so you are telling me that all the ERRORs and the levitation problem is only because i am running a non-steam server If so don't bother to answer me any more

ecxept of course you know how to let non-steam cs users into my STEAM server what should i turn OFF (i don't have STEAM cs now but i will buy if there is a way to let non-steam users join my steam server )

Re: Errors

Posted: Sat Aug 23, 2008 4:23 pm
by whosyourdaddy
what other addons are u running try turning them all off and see if u still have the same problems

Re: Errors

Posted: Tue Aug 26, 2008 2:31 pm
by mp3por
I want to report a major BUG !!! I am sorry if i should post it somewhere else but i don't know where !!! NOW the bug is in that that when you change your GRAVITY (not to be 800) the higher jump of the UNDEAD race is stopped (i only tried with 600) YOU HAVE TO FIX IT IN YOUR NEXT EDITION BECAUSE I REALLY CAN'T STAND THE 800 GRAVITY AND I THINK I AM NOT ALONE WITH THIS ONE

THANK YOU FOR YOUR HELP AND AMAZING MODE !!!!

Re: Errors

Posted: Wed Aug 27, 2008 6:31 am
by YamiKaitou
That is not a bug. If the server gravity is set LOWER than 650, Levitation turns off.

Re: Errors

Posted: Wed Aug 27, 2008 6:41 am
by mp3por
YamiKaitou wrote:That is not a bug. If the server gravity is set LOWER than 650, Levitation turns off.
why??? this is stupid

Re: Errors

Posted: Wed Aug 27, 2008 10:57 am
by YamiKaitou
Because that is the way we designed it and from the code

Code: Select all

// If gravity is less than this, lets not change per-user b/c it BLOWS ASS in game


Feel free to change it to something else for you server. It is in the shared.inl file. Search for this

Code: Select all

if ( CVAR_sv_gravity == 0 || get_pcvar_num( CVAR_sv_gravity ) > 650 )
Then change the 650 to a value of your choosing.