war3ft commandas

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
Lordcraft
Peon
Posts: 3
Joined: Mon Feb 04, 2008 4:52 am

war3ft commandas

Post by Lordcraft » Mon Feb 04, 2008 4:55 am

Hi, how i can remove commands? i need ramove skillsinfo from the war3menu. user selek skills menu arba select skills information server crash... and need remove resetxp commands from the server. please help

Lordcraft
Peon
Posts: 3
Joined: Mon Feb 04, 2008 4:52 am

Post by Lordcraft » Tue Feb 05, 2008 1:25 am

forum dead or wtf??? anyone know how fix it?

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Tue Feb 05, 2008 11:55 am

You have to allow more than 22 hours for a reply. You can't expect someone to just always be on.

Do you want to remove the console commands, say commands, or both? Cause, you have poor wording. Please list all of the commands you would like to disable and if you want them to be disabled from typing in console and/or say for each one
Image

No support via PM or Email

kp_downarrow
Rifleman
Posts: 162
Joined: Thu Dec 21, 2006 2:12 am

Post by kp_downarrow » Thu Feb 07, 2008 8:45 pm

lol 22 hrs

go to the one .ln with client commands processing and comment out what you dont like

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Wed Feb 13, 2008 11:34 am

What version are you using? This shouldn't cause a crash in 3.0
No Support via PM

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: war3ft commandas

Post by YamiKaitou » Tue Dec 16, 2008 2:07 pm

what version are you using
Image

No support via PM or Email

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Tue Dec 16, 2008 2:27 pm

if you want to remove he wc3 menu go to clientcommands.inl find

Code: Select all

	else if ( CMD_Equal( id,  szCmd, "war3menu" ) )
	{
		MENU_War3Menu( id );
	}
and remove it

to remove skillsinfo find this in the same word document and remove it

Code: Select all

	else if ( CMD_Equal( id,  szCmd, "skillsinfo" ) )
	{
		MOTD_SkillsInfo( id );
	}
to remove select skills find this in teh same document and remove it

Code: Select all

	else if ( CMD_Equal( id,  szCmd, "selectskills" ) || CMD_Equal( id,  szCmd, "selectskill" ) )
	{
		MENU_SelectSkill( id );
	}
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Mon Dec 22, 2008 2:12 pm

bedar wrote:I also have the same problem.
Everytime someone looks at the skillsinfo (and is 1 of the 4 extra races (blood -> crypt), the server crashes. I tried to disable skillsinfo but I couldn't completly disable it and don't think that's the best solution.
I have WC3FT 2.3.0 running and I don't want to update it to the latest version (3.0.x) cause it simply sucks, races are changed and there is no option to use that version but change it back like the "good" wc3ft. I know I could crack my brain with editing lotsa code but that's not really what I want so I sticked to this version.
So simply, could anybody tell me how to fix the skillsinfo bug?

Secondly, I'd like to disable some races/skills/abilities/items on certain maps. Like when you use night elf + claws on scoutzknivez you take away the fun so it could be handy to disable some skills from it on certain maps (or just disable night elf).
And another example is that I would like to disable gloves of warmth on de_dust2_long or orc nades on de_rats, etc.

Can anybody help me with this?


p.s. If anybody can find/make a modified (working) version of 3.0.x which has the races and the items (incl. the prices etc) setup like the 2.3.0, please tell me cause in that case I want to try it out! ;)
do you have the scripting files like the .sma and .inl of ur version?
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Mon Dec 22, 2008 10:01 pm

try this and let me know if it works
Attachments
war3ft.amxx
(261.48 KiB) Downloaded 433 times
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Tue Dec 30, 2008 4:16 pm

what do u mean the files are making ur server crash just use the .amxx i gave and what i did was simply got the new version and replaces all the race_ files with urs. if my amxx isnt working u can give me a list of things the new version has that u dont like and i can just download the new version and know what to change which would be easier
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Tue Jan 06, 2009 12:56 am

those are the only 2 changes?
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Mon Jan 19, 2009 2:45 pm

sorry i have not yet been able to make those changes since ive been busy with college, im studying for a mid term today and im going to be busy 2morrow but after that ill be able to finish the plugin
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Mon Jan 19, 2009 3:04 pm

do me a favor and try this plugin, i made it so item cost is always the same and i also made it that there is no more banish but u have the skill impale like crypt where u sent ur enemies in the air, in ur config/war3ft/disabled folder copy and paste on of those files onto ur desktop and rename it to skill_trueshot.cfg and then place it back into the disabled folder. any maps in that file will disabled trueshot
Attachments
war3ft.amxx
(261.87 KiB) Downloaded 444 times
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Tue Jan 20, 2009 10:54 am

naw its all good and i sadly did forget but let me know how it goes when u can
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Tue Jan 20, 2009 5:45 pm

hmm thats odd with the bloodmage but crypt should already have the flying thing in the air all i did was add it to both races. for the money all u do is edit item.inl and for the trueshot to disable the skill just make another 1 of those files u have in the war3ft/disabled and make the name skill_trueshot or what ever i said to rename it to

try this one
Attachments
war3ft.amxx
(261.08 KiB) Downloaded 441 times
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Sun Jan 25, 2009 7:12 pm

bedar wrote: - Impale: Distorts the enemy
what do u mean by that
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Wed Jan 28, 2009 12:35 pm

try this one
Attachments
war3ft.amxx
(261.02 KiB) Downloaded 455 times
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Sat Jan 31, 2009 6:42 am

is impale and banish suppose to do the same thing?
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Fri Feb 13, 2009 7:12 pm

so whats impale and bash doing right now
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: war3ft commandas

Post by whosyourdaddy » Tue Feb 17, 2009 4:37 pm

so wait crypt lord is making people banish with is get out of view for that 2 seconds or so? and blood mage isnt making peooples screen shake?
Image

Post Reply