Search found 398 matches
- Mon Oct 18, 2010 1:42 am
- Forum: Help/Support
- Topic: Geesu, Avanderik , YamiKaitou and whosyourdaddy please help.
- Replies: 1
- Views: 7199
Re: Geesu, Avanderik , YamiKaitou and whosyourdaddy please h
try loadin war3 only and see if it works
- Mon Sep 20, 2010 10:43 pm
- Forum: Help/Support
- Topic: Geesu, Avanderik , YamiKaitou and whosyourdaddy please help.
- Replies: 1
- Views: 7199
Re: Geesu, Avanderik , YamiKaitou and whosyourdaddy please h
do u have war3 loading first or zombie?
- Sat Aug 14, 2010 2:18 pm
- Forum: Help/Support
- Topic: How to add more levels to your server
- Replies: 9
- Views: 33974
Re: How to add more levels to your server
my suggestion is removing the level sprites, its a useless sprite and it takes up pre-cache space
- Wed Jun 16, 2010 3:12 pm
- Forum: Help/Support
- Topic: Shopmenu3 - help with create, i have part of code
- Replies: 3
- Views: 12619
Re: Shopmenu3 - help with create, i have part of code
the code provided doesnt do much just menu and item prices and item remove, doesnt make the plugin give any effect
- Wed Jun 16, 2010 3:11 pm
- Forum: Help/Support
- Topic: How to add more levels to your server
- Replies: 9
- Views: 33974
Re: How to add more levels to your server
did u change everythign the way it should have been changed?
- Fri May 07, 2010 1:13 pm
- Forum: Help/Support
- Topic: save xp : problem with mysql
- Replies: 3
- Views: 11954
Re: save xp : problem with mysql
do you have any errors in ur war3 log?
- Thu May 06, 2010 11:34 am
- Forum: Help/Support
- Topic: not working walk
- Replies: 1
- Views: 6425
Re: not working walk
i dont understand what u are trying to say
- Thu May 06, 2010 1:35 am
- Forum: Help/Support
- Topic: not working walk
- Replies: 1
- Views: 6425
- Sat May 01, 2010 2:10 pm
- Forum: Help/Support
- Topic: How to add more levels to your server
- Replies: 9
- Views: 33974
Re: How to add more levels to your server
did u add a 4th level to ur skills and did u give a value to those 4th skills?
- Sat Apr 24, 2010 2:56 am
- Forum: General Discussion
- Topic: Make wc3_race_icon on by default.
- Replies: 7
- Views: 31717
Re: Make wc3_race_icon on by default.
in your war3ft.cfg do you have wc3_level_icon and wc3_race_icon set to 1?
- Thu Apr 22, 2010 11:31 am
- Forum: General Discussion
- Topic: Make wc3_race_icon on by default.
- Replies: 7
- Views: 31717
Re: Make wc3_race_icon on by default.
kk now try this. in war3ft.sma find // Reset the "cheat" variables new j; for ( j = 0; j < MAX_RACES; j++ ) { g_bGivenLevel10[id][j] = false; } CS_GetIcon( id ); and change it to // Reset the "cheat" variables new j; for ( j = 0; j < MAX_RACES; j++ ) { g_bGivenLevel10[id][j] = false; } p_data[id][P_...
- Wed Apr 21, 2010 6:20 pm
- Forum: General Discussion
- Topic: Make wc3_race_icon on by default.
- Replies: 7
- Views: 31717
Re: Make wc3_race_icon on by default.
try removing CS_SetIcon( id );
- Tue Apr 20, 2010 5:22 pm
- Forum: General Discussion
- Topic: Make wc3_race_icon on by default.
- Replies: 7
- Views: 31717
Re: Make wc3_race_icon on by default.
do u have all the files necessary? war3ft.sma + the war3ft folder?
- Mon Apr 19, 2010 5:20 pm
- Forum: General Discussion
- Topic: Make wc3_race_icon on by default.
- Replies: 7
- Views: 31717
Re: Make wc3_race_icon on by default.
what errors are u getting?
- Sun Apr 18, 2010 11:55 pm
- Forum: Help/Support
- Topic: Warcraft 3 FrozenThrone - Death Match FFA?
- Replies: 2
- Views: 16935
Re: Warcraft 3 FrozenThrone - Death Match FFA?
so im guessing it works fine now?
- Sun Apr 18, 2010 7:26 pm
- Forum: Help/Support
- Topic: Warcraft 3 FrozenThrone - Death Match FFA?
- Replies: 2
- Views: 16935
Re: Warcraft 3 FrozenThrone - Death Match FFA?
did u compile it and upload it?
- Sun Apr 18, 2010 3:36 pm
- Forum: Help/Support
- Topic: Warcraft 3 FrozenThrone - Death Match FFA?
- Replies: 2
- Views: 16935
Re: Warcraft 3 FrozenThrone - Death Match FFA?
war3ft/xp.inl find XP_onDeath( iVictim, iAttacker, iWeaponIndex, iHeadshot ) { // We don't want to give XP to the world if ( iAttacker == 0 ) { return; } // We don't want to give XP to suiciders else if ( iAttacker == iVictim ) { return; } new iLevel = p_data[iVictim][P_LEVEL] new iBonusXP, iXP = fl...
- Sun Apr 18, 2010 1:54 am
- Forum: Help/Support
- Topic: How about this.. [Help Please]
- Replies: 1
- Views: 6765
Re: How about this.. [Help Please]
open war3ft/race_human.inl and find
Create_ScreenFade( id, (1<<15), (1<<10), (1<<12), 0, 0, 255, 180 );
and change it to
Create_ScreenFade( id, (1<<15), (1<<10), (1<<12), 0, 0, 255, 0 );
let me know how that works out
Create_ScreenFade( id, (1<<15), (1<<10), (1<<12), 0, 0, 255, 180 );
and change it to
Create_ScreenFade( id, (1<<15), (1<<10), (1<<12), 0, 0, 255, 0 );
let me know how that works out
- Fri Apr 16, 2010 10:23 pm
- Forum: Help/Support
- Topic: How about this.. [Help Please]
- Replies: 1
- Views: 6765
Re: How about this.. [Help Please]
cvar should work for the blind effect and for the other part i already answered some1 else's post who wanted the same thing use the search option
- Fri Apr 16, 2010 10:21 pm
- Forum: Help/Support
- Topic: One shopmenu - One Item
- Replies: 1
- Views: 7967
- Wed Apr 14, 2010 3:05 pm
- Forum: Help/Support
- Topic: hello you:)
- Replies: 2
- Views: 12798
Re: hello you:)
doesnt seem to be war3 do you run any other custom plugins?
- Wed Apr 14, 2010 1:23 am
- Forum: Help/Support
- Topic: hello you:)
- Replies: 2
- Views: 12798
Re: hello you:)
you probably forgot to upload a file thats needed, go to your config/war3ft/wc3_errorlog and see what it says in there
*its either wc3_log or wc3_errorlog*
*its either wc3_log or wc3_errorlog*
- Sun Apr 04, 2010 4:29 am
- Forum: Help/Support
- Topic: No xp gain when you kill a player??
- Replies: 6
- Views: 18868
Re: No xp gain when you kill a player??
right click the steam icon at the bottom right hand corner of your computer, click games, go to the tools tab, and then pick the dedicated server you want. ( if its cs or cz it would be 'dedicated server' and in the game listing you'll pick the time of game you want it to be for or CSS it will be 's...
- Sun Apr 04, 2010 4:19 am
- Forum: Help/Support
- Topic: No xp gain when you kill a player??
- Replies: 6
- Views: 18868
Re: No xp gain when you kill a player??
run a dedicated server, that should fix ur issue.
- Sat Apr 03, 2010 7:21 pm
- Forum: Help/Support
- Topic: No xp gain when you kill a player??
- Replies: 6
- Views: 18868
Re: No xp gain when you kill a player??
whats ur server ip? and its a cz server?
- Sat Apr 03, 2010 3:10 pm
- Forum: Help/Support
- Topic: No xp gain when you kill a player??
- Replies: 6
- Views: 18868
Re: No xp gain when you kill a player??
1. FROM SERVER CONSOLE- Go to your server console and type the following 3 commands
amxx plugins
amxx modules
meta list
give the output of each command
amxx plugins
amxx modules
meta list
give the output of each command
- Sat Apr 03, 2010 1:07 pm
- Forum: Help/Support
- Topic: No xp gain when you kill a player??
- Replies: 6
- Views: 18868
Re: No xp gain when you kill a player??
what about your modules and is war3ft the only third party plugin ur running?
- Sat Apr 03, 2010 4:08 am
- Forum: Help/Support
- Topic: No xp gain when you kill a player??
- Replies: 6
- Views: 18868
Re: No xp gain when you kill a player??
what other plugins and models are you running on your server?
- Fri Apr 02, 2010 2:27 pm
- Forum: Help/Support
- Topic: No xp gain when you kill a player??
- Replies: 6
- Views: 18868
Re: No xp gain when you kill a player??
for the giving xp server crashing it was a typo that was never fixed in the codes, i wrote a fix to it and its still pending in being fixed. for the no xp when killing bots im not to sure on it, how many bots are in the server and then go to configs/war3ft/war3ft.cfg and what do you have your wc3_ig...
- Sat Mar 27, 2010 2:05 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
i dont understand you
- Sat Mar 27, 2010 3:34 am
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
- Fri Mar 26, 2010 10:16 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
- Fri Mar 26, 2010 1:51 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
i thought u were having issues with orc gernade not gloves
- Thu Mar 25, 2010 8:24 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
in war3ft.inl change
to
Code: Select all
#else
g_spritesEnabled = false
#endif
}
public WC3_Init(){
Code: Select all
#else
g_spritesEnabled = false
#endif
WC3_Init();
}
public WC3_Init(){
- Thu Mar 25, 2010 1:06 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
in events.inl change 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 if( ( (p_data[index][P_...
- Thu Mar 25, 2010 1:23 am
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
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_*
fy_*
ka_*
aim_*
awp_*
pubmaster_*
- Tue Mar 23, 2010 4:09 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
try this... open events.inl and find 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 if( ( (p_data[index][P_ITEM2]==ITEM_GLOVES && iCvar[FT_GLOVE_ORC_DAMAGE]) || (p_data[index][P_ITEM]==...
- Sun Mar 21, 2010 5:01 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
zip the folder and upload it to the web
- Sun Mar 21, 2010 1:35 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
no i understand now. paste me ur race_orc.inl
- Sat Mar 20, 2010 5:38 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
thats ok but cant u rephrase it one more time please
- Sat Mar 20, 2010 1:15 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
i dont understand what your trying to say
- Sat Mar 20, 2010 12:15 am
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
huh what files?
- Thu Mar 18, 2010 8:00 pm
- Forum: Help/Support
- Topic: changing the [WAR3FT] tag
- Replies: 2
- Views: 5662
Re: changing the [WAR3FT] tag
i believe in constants.inl find
and change that war3ft to what ever you want
Code: Select all
new g_MODclient[15] = "* [WAR3FT]"
- Thu Mar 18, 2010 7:57 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
you save using mysql, ur gonna need to talk to ur server co about making a back up to it
- Tue Mar 16, 2010 10:39 am
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
just copy and paste the whole file
- Mon Mar 15, 2010 10:58 am
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
are you saving sqlite or mysql?
to find out check your war3ft.cfg in ur config/war3 folder
to find out check your war3ft.cfg in ur config/war3 folder
- Sun Mar 14, 2010 2:56 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
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
- Sun Mar 14, 2010 10:48 am
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
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/trunk/war3ft/?root=wc3mods the svn files are files that show what lines where changed in the code from one update to another, find your version of...
- Sat Mar 13, 2010 9:50 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
looks through the svn files and look at the changes and ull have to make the changes one by one yourself then
- Sat Mar 13, 2010 6:56 pm
- Forum: Help/Support
- Topic: [HELP]He's Orc disabled in maps fy / ka / aim
- Replies: 22
- Views: 110128
Re: [HELP]He's Orc disabled in maps fy / ka / aim
rc13 has alot of bug fixes, like your orc nade issue and scroll/bm respawn etc...