Page 1 of 1

Re: Server Crash... Help me pls.

Posted: Wed Oct 15, 2008 3:47 pm
by whosyourdaddy
ya the invalid skill is coming because its trying to use this line right here

Code: Select all

	new iSkillID = SM_GetSkillOfType( id, SKILL_TYPE_ULTIMATE );
	new iSkillLevel = SM_GetSkillLevel( id, iSkillID, 3 );
and its registering the skill level as 0 because iSkillID is return -1 when it should be returning an ultimate id number... my script is doing the same thing but its only when some1 is a cham and tries using their ultimate...... if ur usung the regular wc3 scripts u should have no problem but if u edited ur scripts that may be why... my suggestion is disable the cham skills and see if ur server still crashes.... im looking into mine checking what edit i did to mess it up when i find out ill make a post for u

Re: Server Crash... Help me pls.

Posted: Wed Oct 15, 2008 6:56 pm
by whosyourdaddy
do u have bots in ur server?

Re: Server Crash... Help me pls.

Posted: Fri Oct 17, 2008 12:26 pm
by whosyourdaddy
try disabaling your cham race and see if it still crashes

Re: Server Crash... Help me pls.

Posted: Wed Nov 12, 2008 8:59 pm
by whosyourdaddy
ive think i found the problem well i have in mine.... since im using more races i needed to edit something for the chameleon so it wouldnt say if( wc3_races == 9.....) i had to make it say ">="... check ur war3ft.cfg and check what ur wc3_races is set to... and have you made any plugin edits of your own like changing races around or something? if so that also is ur problem and can have an easy fix

Re: Server Crash... Help me pls.

Posted: Thu Nov 13, 2008 11:01 am
by whosyourdaddy
yes 8 is standard, try redownloading the current version again and using that...

Re: Server Crash... Help me pls.

Posted: Thu Nov 13, 2008 3:24 pm
by whosyourdaddy
fjollerik wrote:
L 10/18/2008 - 18:17:08: [0] Invalid skill: -1 [3]
is that the error ur talking about and what rc version are you using, is ur metamod up to date and are your modules up to date?

Re: Server Crash... Help me pls.

Posted: Sun Nov 16, 2008 8:51 am
by YamiKaitou
This gives the modules versions
rcon amxx modules

This give Metamods version
rcon meta version

Re: Server Crash... Help me pls.

Posted: Sun Nov 16, 2008 11:27 am
by YamiKaitou
I said "rcon amxx modules" not "amxx modules"

Re: Server Crash... Help me pls.

Posted: Mon Nov 17, 2008 8:52 am
by YamiKaitou
If the error this thread is about is the Invalid Skill one, it is a know bug with an active bug report and no fix yet. If it is about some other error, I am lost then.

Re: Server Crash... Help me pls.

Posted: Mon Nov 17, 2008 6:18 pm
by YamiKaitou
The Invalid Skill is not causing the crash. Based on the information you have provided, I can not determine what is causing the crash, or if the crash is even war3ft's fault

Re: Server Crash... Help me pls.

Posted: Wed Nov 19, 2008 8:54 am
by YamiKaitou
Without knowing what is causing it to crash, we can not assist. Do we even know if it is war3ft's fault?

Re: Server Crash... Help me pls.

Posted: Wed Nov 19, 2008 12:10 pm
by YamiKaitou
Please provide the output of the following commands


rcon amxx plugins
rcon amxx modules
rcon amxx version
rcon meta list
rcon meta version

Re: Server Crash... Help me pls.

Posted: Wed Nov 19, 2008 2:02 pm
by YamiKaitou
For testing purposes, please do the following

Disable ALL plugins but war3ft (including base amxx plugins)
Disable all modules in the modules.ini file (AMXX will enable the ones it needs)
Disable saving of XP

Re: Server Crash... Help me pls.

Posted: Wed Nov 19, 2008 6:43 pm
by YamiKaitou
Try a different OS then. And, show me the list of running plugins if you have them all disabled.