Page 1 of 1

Additions for v2.3.0

Posted: Sat Nov 26, 2005 10:41 am
by Geesu
List em here

Posted: Sat Nov 26, 2005 11:50 am
by The Sorrow
Fixes:
Snow maps crashing server on Map start.
Swarm Crashing Server (i suggest less green stuff)
Problem with 2-3 ppl useing ultimates at once crashes server.
Problem with levetation not working on some maps (avalanche, Donner, Charlie)

Addons:
Infra Vision
Maybe a new class from viewtopic.php?t=40

Posted: Sat Nov 26, 2005 3:17 pm
by GUNN3R17
The Sorrow wrote:Fixes:
Snow maps crashing server on Map start.
Swarm Crashing Server (i suggest less green stuff)
Problem with 2-3 ppl useing ultimates at once crashes server.
Problem with levetation not working on some maps (avalanche, Donner, Charlie)
i dont have any of those problems you just listed

Posted: Sat Nov 26, 2005 3:52 pm
by nightscream
maybe something you can add
that you can't put a serpent on a bomb or not just near it
because when i play on war3ft servers there are always some
noobs doing that

Posted: Sat Nov 26, 2005 3:56 pm
by Geesu
The Sorrow wrote:Fixes:
Problem with 2-3 ppl useing ultimates at once crashes server.
What ultimates? Also for the future you might want to mention its DOD :P

Posted: Sat Nov 26, 2005 4:22 pm
by Striker
- change HE-trail for orc-nades to war3x style

Posted: Sat Nov 26, 2005 4:29 pm
by Krazy
nightscream wrote:maybe something you can add
that you can't put a serpent on a bomb or not just near it
because when i play on war3ft servers there are always some
noobs doing that
Yes this would be good.

Posted: Mon Nov 28, 2005 12:26 am
by teame06
Maybe add checks for God Mode for wc3 ultimate/ablity. To check if the players has God Mode enabled because I/csdm uses god mode for spawn protection.

Posted: Mon Nov 28, 2005 8:27 am
by Geesu
Not possible to really do god mode checks, and why would it matter ? Also, god mode in war3ft is done differently than in CSDM

Posted: Mon Nov 28, 2005 11:22 am
by teame06
I run a CSDM/Wc3FT server. I use CT/T spawn and no random spawn. So If a undead rush into CT or T spawn and there people who are spawn protected with god mode. They are all still killed in the radius of the undead suicide.

But if it not possible it ok.

Posted: Mon Nov 28, 2005 12:54 pm
by Geesu
Ahh ok I see what you're saying, yea I don't really want to add a check for this :P

Would be easy though... in the war3_damage function, just do an...

if ( is_user_god(victim) )
return PLUGIN_CONTINUE

(not sure what the is user god function name is)

Posted: Mon Nov 28, 2005 1:36 pm
by Marticus
get_user_godmode

Posted: Mon Nov 28, 2005 1:49 pm
by eM-Viper
ideas to add :-? hrmm how about an item or a skill that causes smoke grenades to deal damage poisen gas/ toxic or w/e u want to call it :P have the radioacticve sign flash. great for the shadow hunter.

or allow each race to have 4 abilities and an ultimate. even if u keep 10 levels. Thus u need more stradigy what skills to make stronger and such instead of getting to lvl10 and everything is maxed.

Posted: Mon Nov 28, 2005 2:19 pm
by Geesu
ok NOT ideas/skills to add, I'm talking bug fixes and maintenance things

Posted: Mon Nov 28, 2005 3:53 pm
by eM-Viper
ohhhh, my mistake, well one bug i have come across (sorry i dont have the latest version nor, know if it was fixed) but upon occasion when u goto buy an ank of reincarnation, the change team menu comes up. Although I have not seen this in a long time, nor have had complaints about it in a longtime

Posted: Mon Nov 28, 2005 6:23 pm
by [KM]Saint
Geesu wrote:ok NOT ideas/skills to add, I'm talking bug fixes and maintenance things
In blatant non-acknowledgement of this, how about a racial skill for chameleon ;)

Posted: Fri Dec 02, 2005 3:02 am
by jinetix
Can you make it so that Orc's cant get orc nades by buying Gloves of Warmth then replacing it with another item? The nade received by the gloves turns into an orc nade when you replace it with another item from shopmenu2.

Posted: Fri Dec 02, 2005 6:39 am
by *ZhG*RasterMan
Could you add-in the teleport hight restriction like wc3xp has:

#if !defined (TELEPORT_RESTRICTION)
#define TELEPORT_RESTRICTION 1
#endif
#if !defined (TELEPORT_RESTRICTION_HEIGHT)
#define TELEPORT_RESTRICTION_HEIGHT 60
#endif
#if !defined (TELEPORT_RESTRICTION_DISTANCE)
#define TELEPORT_RESTRICTION_DISTANCE 1200

because I am finding alot of players are abusing this and teleporting into place where they can see through walls, roofs ect...

Posted: Sun Dec 04, 2005 2:18 pm
by Krazy
Could you bring back the thing when people walked through serpent wards the person that laid them their screen blinks red really fast so you know that someone walked through your serpent ward?

Posted: Mon Dec 05, 2005 8:31 am
by Geesu
jinetix wrote:Can you make it so that Orc's cant get orc nades by buying Gloves of Warmth then replacing it with another item? The nade received by the gloves turns into an orc nade when you replace it with another item from shopmenu2.
Already exists, check war3ft.cfg.. UGH.. :P
Krazy wrote:Could you bring back the thing when people walked through serpent wards the person that laid them their screen blinks red really fast so you know that someone walked through your serpent ward?
There was a reason why I removed this, wish I could remember why. Don't know if I want to add it back, might confuse people.
*ZhG*RasterMan wrote:Could you add-in the teleport hight restriction like wc3xp has:
I could probably do this, could add it as a cvar

Posted: Mon Dec 05, 2005 8:43 am
by jinetix
Geesu, are you talking about..

FT_glove_orc_damage 0 // When using gloves, should orcs be given the critical dmg? (Default is 0)

if so, then I already had it disabled. What I was talking about was.. an orc player can purchase the gloves and a ring right after to replace the glove and then the grenade received by the glove earlier turns into a critical nade.

Posted: Mon Dec 05, 2005 9:00 am
by Geesu
jinetix wrote:if so, then I already had it disabled. What I was talking about was.. an orc player can purchase the gloves and a ring right after to replace the glove and then the grenade received by the glove earlier turns into a critical nade.
I agree, but not everyone knows this... Also, its a BIOTCH to determine if a nade was purchased with the gloves or not, so I didn't add this, it's more work than its worth IMO

Posted: Mon Dec 05, 2005 8:49 pm
by Corrosion X
Geesu wrote:ok NOT ideas/skills to add, I'm talking bug fixes and maintenance things
Well the topic is named "Additions for v2.3.0" so Im guessing people are getting confused, and thinking that you meant what to add to next version.

Have no problems with the coding otherwise.

Posted: Tue Dec 06, 2005 5:25 am
by X-R4Y
- Request: Fix the included soundfiles or respective fix the code for linux users...

Some soundfiles are casesensitive but are packaged lowercase, sourcecode they are uppercase and such stuff. Please take a look at it :) (for example levelupcaster.wav - package, source = Levelupcaster.wav)

Posted: Tue Dec 06, 2005 10:29 am
by Geesu
Yea I thought I went through and fixed all of the linux stuff at one point, I should just make all the files lowercase

Posted: Fri Dec 09, 2005 4:41 pm
by Snipersnest
My regulars would have to BEG YOU to make a way to turn orc nades or select abilities in certain maps.

I think it would be really handy because a few on a lot of close quarter custom maps like aim_usp_map people buy flaming gloves...when you buy another shopmenu2 item you instantly have an orc nade again. So that throws the buying only 1 nade out the window.

I know AMX uses cfg files for certain maps to control gravity and map length. Could it be done so that WC3 abilities could be added to the same AMX map cfgs?

Thats our idea sorry if its tons of work. ( btw we still haven't been able to update from 2.2.4 yet...the server is always to full)

gg

Posted: Fri Dec 09, 2005 4:51 pm
by zgames2002
I agree with Snipersnest im having that problem too...

Posted: Fri Dec 09, 2005 5:41 pm
by nightscream
Snipersnest wrote: Thats our idea sorry if its tons of work. ( btw we still haven't been able to update from 2.2.4 yet...the server is always to full)
maybe you can add some messages on the server like Day & time
we will update the server to a newer war3ft

WC3 Orc Nades Fix

Posted: Fri Dec 09, 2005 9:15 pm
by x3d
Yeah...having the same problem as Snipersnest here too....

Posted: Fri Dec 09, 2005 11:51 pm
by -=Flix=-
hey? yeah this whole orc nade thing has bugged me for years....ever since that first time i played in that 4hm server i hated those orc nades.Please change it to something else, it KILLING ME, literally

Posted: Sat Dec 10, 2005 8:11 pm
by Krazy
I do not get why you guys complain so much about it. If you took the time and look through his code you would find the code that allows you to disable orc nade and flaming gloves of warmth on certain maps. The file is called other.inl and i posted below what the start of mine looks like.

Code: Select all

public checkmap(){
	#if ADVANCED_DEBUG
		writeDebugInfo("checkmap",0)
	#endif

	#if MOD ==0
		new mapname[32]
		get_mapname(mapname,31) 
		if (containi(mapname,"scout")!=-1 || containi(mapname,"aim_")!=-1 || containi(mapname,"fy_")!=-1 || containi(mapname,"cs_deagle5")!=-1 || containi(mapname,"bok_")!=-1 || containi(mapname,"cs_blitztowers")!=-1 || containi(mapname,"cs_p90")!=-1 || containi(mapname,"awp_")!=-1 || containi(mapname,"usp_")!=-1){
			g_givePistol=false
			if (iCvar[FT_NO_GLOVES_ON_KA])
				g_giveHE=false
			else
				g_giveHE=true
		}
		else{
			g_giveHE=true
			g_givePistol=true
		}
		if(iCvar[FT_NO_ORCNADES]){
			if (containi(mapname,"aim_")!=-1 || containi(mapname,"fy_")!=-1 || containi(mapname,"awp_")!=-1 || containi(mapname,"playground")!=-1 || containi(mapname,"de_westwood")!=-1 || containi(mapname,"cs_blitztowers")!=-1 || containi(mapname,"cs_p90")!=-1 || containi(mapname,"scout")!=-1) 
				g_notAllowHE=true
			else
				g_notAllowHE=false
		}
	#endif
and if you want a cvar to do it then heres a link for you
viewtopic.php?t=701

Posted: Sun Dec 11, 2005 10:18 am
by zgames2002
yes but is there a way to disable gloves on certian maps or a way to stop the autobuy glitch that many people abuse

Posted: Sun Dec 11, 2005 11:34 am
by Geesu
autobuy glitch?

er

Posted: Sun Dec 11, 2005 3:41 pm
by zgames2002
nvm its fixed already my bad

but is there a way to not allow purchase of gloves or ankh on certain maps...

or for ankh not allow certain items to be saved

Posted: Sun Dec 11, 2005 5:38 pm
by Geesu
This thread isn't a place for questions :P