[HELP]He's Orc disabled in maps fy / ka / aim

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

Moderator: Forum Moderator

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

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

i dont under the second part of ur question
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

if u have gloves then ur nades arent orc anymore
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

are you using the latest version? rc13
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

rc13 has alot of bug fixes, like your orc nade issue and scroll/bm respawn etc...
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

looks through the svn files and look at the changes and ull have to make the changes one by one yourself then
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

everything changed from your version to the current version was done for a reason... here is a link to the svn files http://svn.alliedmods.net/viewvc.cgi/tr ... ot=wc3mods the svn files are files that show what lines where changed in the code from one update to another, find your version of the code in the svn files and start looking at files from one update to another changing what you want
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

when a source file is changed, yama or geesu show what part of the source file was changed in the svn. you have to find the part where ur source file was changed last. from there start looking at all the changed source files and change ur source files that doesnt have to do with races abilities
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

are you saving sqlite or mysql?

to find out check your war3ft.cfg in ur config/war3 folder
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

just copy and paste the whole file
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

you save using mysql, ur gonna need to talk to ur server co about making a back up to it
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

huh what files?
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

i dont understand what your trying to say
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

thats ok but cant u rephrase it one more time please
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

no i understand now. paste me ur race_orc.inl
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

zip the folder and upload it to the web
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

try this... open events.inl and find

Code: Select all

			if( ( (p_data[index][P_ITEM2]==ITEM_GLOVES && iCvar[FT_GLOVE_ORC_DAMAGE]) || (p_data[index][P_ITEM2]!=ITEM_GLOVES) ) && is_user_alive(index) ) { 

and change it to

Code: Select all

			if( ( (p_data[index][P_ITEM2]==ITEM_GLOVES && iCvar[FT_GLOVE_ORC_DAMAGE]) || (p_data[index][P_ITEM]==ITEM_GLOVES && iCvar[FT_GLOVE_ORC_DAMAGE]) || (p_data[index][P_ITEM2]!=ITEM_GLOVES && p_data[index][P_ITEM]!=ITEM_GLOVES) ) && is_user_alive(index) ) { 
let me know if it works
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

in ur config/war3ft/disabled folder you should have a file named orc_skill or skill_orc just add the maps in there with a * after it for example

fy_*
ka_*
aim_*
awp_*
pubmaster_*
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

in events.inl change

Code: Select all

         if( ( (p_data[index][P_ITEM2]==ITEM_GLOVES && iCvar[FT_GLOVE_ORC_DAMAGE]) || (p_data[index][P_ITEM]==ITEM_GLOVES && iCvar[FT_GLOVE_ORC_DAMAGE]) || (p_data[index][P_ITEM2]!=ITEM_GLOVES && p_data[index][P_ITEM]!=ITEM_GLOVES) ) && is_user_alive(index) ) { 
to

Code: Select all

         if( ( (p_data[index][P_ITEM2]==ITEM_GLOVES && iCvar[FT_GLOVE_ORC_DAMAGE]) || (p_data[index][P_ITEM]==ITEM_GLOVES && iCvar[FT_GLOVE_ORC_DAMAGE]) || (p_data[index][P_ITEM2]!=ITEM_GLOVES && p_data[index][P_ITEM]!=ITEM_GLOVES) ) && is_user_alive(index) && !g_bOrcNadesDisabled ) { 
in your config/war3ft make a folder named disabled. in that folder make a file named skill_orc_nade.cfg. in that file you will paste each map on its own line for which you dont want orc to work for
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

in war3ft.inl change

Code: Select all

#else
	g_spritesEnabled = false
#endif

}

public WC3_Init(){
to

Code: Select all

#else
	g_spritesEnabled = false
#endif

     WC3_Init();
}

public WC3_Init(){
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

i thought u were having issues with orc gernade not gloves
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

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

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

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

Re: [HELP]He's Orc disabled in maps fy / ka / aim

Post by whosyourdaddy »

i dont understand you
Image
Post Reply