Search found 398 matches

by whosyourdaddy
Fri Oct 30, 2009 10:12 pm
Forum: General Discussion
Topic: Is anyone making updates?
Replies: 6
Views: 20627

Re: Is anyone making updates?

i can help out if u would like i modified my version alot as many people know, also what realm do u play on
by whosyourdaddy
Sun Jul 12, 2009 1:45 pm
Forum: Help/Support
Topic: server crash
Replies: 1
Views: 4458

Re: server crash

you can also look into the wc3 error logs and see if it has anything in there
by whosyourdaddy
Thu Jun 18, 2009 3:24 am
Forum: Help/Support
Topic: blink not allways working
Replies: 4
Views: 6788

Re: blink not allways working

whats ur server ip?
by whosyourdaddy
Thu Jun 18, 2009 3:24 am
Forum: General Discussion
Topic: Shadow Hunter uselessness
Replies: 4
Views: 16202

Re: Shadow Hunter uselessness

How good is it, that Undead can jump over shadow hunters ability's!? And if we got 10 HP left and wanna hide.. the healing waves will get our asses busted ;D I really hope you guys fix up that race well for the shadow hunter ability we have a update thing that fixes the looks and the range of it, i...
by whosyourdaddy
Thu Jun 11, 2009 8:31 am
Forum: Help/Support
Topic: blink not allways working
Replies: 4
Views: 6788

Re: blink not allways working

does blink work correctly with rc13 for you?
by whosyourdaddy
Fri Jun 05, 2009 9:25 pm
Forum: General Discussion
Topic: atac 3.0.1
Replies: 1
Views: 10783

Re: atac 3.0.1

what they can do is have a cvar if ur running atac and if ifs enabled and some1 team kills u can have war3 do a ingame command and atac will notice that command as a team kill
by whosyourdaddy
Fri Jun 05, 2009 12:16 am
Forum: Help/Support
Topic: hexed on connect and hex don't dissapear
Replies: 2
Views: 5073

Re: hexed on connect and hex don't dissapear

use rc 13 and if u want rc 12 and got the sma for it send it to me and ill modify it letting the game to know that hex should be off
by whosyourdaddy
Fri Jun 05, 2009 12:15 am
Forum: Help/Support
Topic: blink not allways working
Replies: 4
Views: 6788

Re: blink not allways working

you should use rc 13 its the newest version
by whosyourdaddy
Fri Jun 05, 2009 12:10 am
Forum: General Discussion
Topic: Looking for coder (payment)
Replies: 5
Views: 15213

Re: Looking for coder (payment)

Infamous, I don't think WhosYourDaddy did anything wrong. From what I've read between your quarrels, this is what I see. You wanted extra races. He offered to code them. You and him set on a certain price. Ultimately you agreed to them. The race had some bugs, and you wanted other things done. He o...
by whosyourdaddy
Sat May 30, 2009 3:47 pm
Forum: General Discussion
Topic: Make wc3_race_icon on by default.
Replies: 7
Views: 16963

Re: Make wc3_race_icon on by default.

you should be posting this in the help section and open war3ft.sma and find

Code: Select all

public client_putinserver( id )
and add

Code: Select all

p_data[id][P_SHOWICONS] = true;
CS_SetIcon( id );
under it
by whosyourdaddy
Wed May 27, 2009 2:27 pm
Forum: Help/Support
Topic: Change the xp gained.
Replies: 1
Views: 4296

Re: Change the xp gained.

actually its in the war3ft/xp.h file not inl and heres the link to it

http://war3ft.com/downloads/amxx/war3ft_v3.0rc13.zip

make sure you download all the files in the script folder because u need those to compile ur new war3ft.amxx
by whosyourdaddy
Wed May 27, 2009 4:31 am
Forum: Help/Support
Topic: Change the xp gained.
Replies: 1
Views: 4296

Re: Change the xp gained.

its in ur war3ft/xp.inl file
by whosyourdaddy
Mon May 25, 2009 10:34 pm
Forum: Help/Support
Topic: Error in querying database, location: 6
Replies: 2
Views: 5562

Re: Error in querying database, location: 6

what u can do if u want is put a custom set task every 5 min to check to see if database is still connected and if not to reconnect
by whosyourdaddy
Mon May 25, 2009 3:56 pm
Forum: Help/Support
Topic: Error in querying database, location: 6
Replies: 2
Views: 5562

Re: Error in querying database, location: 6

so for 3 months u were using this same database with no problem and now for 2 months uve been having this issue?
by whosyourdaddy
Mon May 25, 2009 11:16 am
Forum: Help/Support
Topic: How to move ultimate to level 10
Replies: 2
Views: 3411

Re: How to move ultimate to level 10

did u recompile it afterwards?
by whosyourdaddy
Mon May 25, 2009 11:16 am
Forum: Help/Support
Topic: Error in querying database, location: 6
Replies: 2
Views: 5562

Re: Error in querying database, location: 6

is ur mysql database on ur server? my server does the same thing and i believe its the database itself and not the plugin
by whosyourdaddy
Sun May 24, 2009 12:14 pm
Forum: Help/Support
Topic: blink not allways working
Replies: 4
Views: 6788

Re: blink not allways working

what version are you using?
by whosyourdaddy
Sun May 24, 2009 12:13 pm
Forum: Help/Support
Topic: hexed on connect and hex don't dissapear
Replies: 2
Views: 5073

Re: hexed on connect and hex don't dissapear

what version are you using?
by whosyourdaddy
Sat May 23, 2009 2:31 am
Forum: Help/Support
Topic: SQLITE/ XP ISSUE
Replies: 1
Views: 4258

Re: SQLITE/ XP ISSUE

well first lets see if ur sqlite is the issue which 99% of the chance it is, go to ur data/sqlite3 folder and rename war3ft.sql to war3ft_backup.sql and change ur map and see if ur server starts saving xp again then if it does ull know its ur sqlite and ull have to open it using the program and extr...
by whosyourdaddy
Fri May 22, 2009 9:06 pm
Forum: Help/Support
Topic: a better way to do
Replies: 4
Views: 9279

Re: a better way to do

here is an elf evasion fix RegisterHam( Ham_TakeDamage, "player", "EVENT_TakeDamage" ); public EVENT_TakeDamage( iVictim, inflictor, iAttacker, Float:iDamage, damagetype ) { if ( !WC3_Check() ) { return HAM_IGNORED; } // Make sure we have a valid victim if ( SHARED_ValidPlayer( iVictim ) && p_data_b...
by whosyourdaddy
Fri May 22, 2009 8:57 pm
Forum: Help/Support
Topic: hexed on connect and hex don't dissapear
Replies: 2
Views: 5073

Re: hexed on connect and hex don't dissapear

this still happening to u?
by whosyourdaddy
Fri May 22, 2009 8:55 pm
Forum: Help/Support
Topic: blink not allways working
Replies: 4
Views: 6788

Re: blink not allways working

is this the blink for warden?
by whosyourdaddy
Fri May 22, 2009 8:53 pm
Forum: Help/Support
Topic: looking for a way to change invisibility skill ..
Replies: 1
Views: 4051

Re: looking for a way to change invisibility skill ..

rushing isnt levitation and why not just change the invis to a lower level so ur not fully invisible and seeable
by whosyourdaddy
Fri May 22, 2009 11:19 am
Forum: Help/Support
Topic: SQLITE/ XP ISSUE
Replies: 1
Views: 4258

Re: SQLITE/ XP ISSUE

you have a bad sqlite xp save. a friend of mine master wong had a horrible server company and in the middle of the save his server would crash which ruined the xp file where peoples xp's were being saved. theres a program called "sqlite database browser" and with that i managed to pull all the data ...
by whosyourdaddy
Wed May 20, 2009 1:50 am
Forum: Help/Support
Topic: [Error] Compile "duplicate "case" label"
Replies: 9
Views: 12331

Re: [Error] Compile "duplicate "case" label"

go to shared.inl and delete // Reincarnate from a skill? if ( SM_GetSkillLevel( id, SKILL_REINCARNATION ) > 0 ) { new iSkillLevel = SM_GetSkillLevel( id, SKILL_REINCARNATION ); // Then the user shouldn't reincarnate if ( iSkillLevel > 0 && random_float( 0.0, 1.0 ) <= p_ankh[iSkillLevel-1] ) { bReinc...
by whosyourdaddy
Tue May 19, 2009 5:37 pm
Forum: Help/Support
Topic: [Error] Compile "duplicate "case" label"
Replies: 9
Views: 12331

Re: [Error] Compile "duplicate "case" label"

whats wrong can u give me ur new error
by whosyourdaddy
Fri May 15, 2009 2:35 am
Forum: Help/Support
Topic: Problem on WC3FT Server with ORC. (LimitAWP)
Replies: 1
Views: 3941

Re: Problem on WC3FT Server with ORC. (LimitAWP)

they both use the same function
by whosyourdaddy
Thu May 14, 2009 11:40 am
Forum: Help/Support
Topic: Problem on WC3FT Server with ORC. (LimitAWP)
Replies: 1
Views: 3941

Re: Problem on WC3FT Server with ORC. (LimitAWP)

open up shared.inl and find

Code: Select all

if ( iWeapID != CSW_C4 && iWeapID != CSW_FLASHBANG )
replace that with

Code: Select all

if ( iWeapID != CSW_C4 && iWeapID != CSW_FLASHBANG  && iWeapID != CSW_AWP )
then recompile and congratz they dont spawn with awp anymore
by whosyourdaddy
Tue May 12, 2009 4:26 pm
Forum: General Discussion
Topic: Looking for coder (payment)
Replies: 5
Views: 15213

Re: Looking for coder (payment)

Lol... He claims copyright on a WC3FT source code that is provided free for all use? Lol you really think your clever but your not... I have the last laugh. You want to falsely claim copyright? Where's our contract that's signed? Oh are you talking about the false "electronic signature" that you me...
by whosyourdaddy
Tue May 12, 2009 11:53 am
Forum: General Discussion
Topic: Looking for coder (payment)
Replies: 5
Views: 15213

Re: Looking for coder (payment)

Hum, 40 dollar wouldn't be to much for a race. I doubt that this is done in a few minutes. The only requirement i would set is that you do researching for bugs until it is done. This looks fair to me. No, i don't want to buy a race from you, i like wc3 as it is :P i was just saying 40 dollars doesn...
by whosyourdaddy
Tue May 12, 2009 12:07 am
Forum: General Discussion
Topic: Looking for coder (payment)
Replies: 5
Views: 15213

Re: Looking for coder (payment)

i have worked with infamouse and i do not overly charge... i charged him 40 dollars a race and he agreed upon the price, after that he asked me to fix some previous issues like the evasion skill for night elf and add a nade management plugin with a one orc nade plugin since his server u can drop nad...
by whosyourdaddy
Mon May 11, 2009 10:55 am
Forum: General Discussion
Topic: NE Evasion tweak / Bug #117
Replies: 1
Views: 11224

Re: NE Evasion tweak / Bug #117

or u can just put it in event damage and u dont need to do last shot or when the first shot was just f they get damaged should they evade
by whosyourdaddy
Mon May 11, 2009 12:06 am
Forum: General Discussion
Topic: Looking for coder (payment)
Replies: 5
Views: 15213

Re: Looking for coder (payment)

how much u paying?
by whosyourdaddy
Thu Apr 30, 2009 1:58 am
Forum: General Discussion
Topic: Warden and Fan of Knives. Whaaat?
Replies: 0
Views: 10968

Re: Warden and Fan of Knives. Whaaat?

well depends what level u are depends ur percentage.. for example lvl 1 can give a 10% chance level 2 gives 20% and level 3 gives 30%, when a player spawns it checks if ur warden and if u have this skill if it does then the computer picks a random number from 0-100, if that number is less than ur ch...
by whosyourdaddy
Sun Apr 12, 2009 4:22 pm
Forum: Help/Support
Topic: Warden plant bomb bug
Replies: 1
Views: 3012

Re: Warden plant bomb bug

this bug has been fixed in the newer versions
by whosyourdaddy
Sat Apr 04, 2009 4:51 pm
Forum: Help/Support
Topic: [Error] Compile "duplicate "case" label"
Replies: 9
Views: 12331

Re: [Error] Compile "duplicate "case" label"

cause u removed those skills and put them onto anoter race
by whosyourdaddy
Wed Feb 25, 2009 8:47 pm
Forum: Help/Support
Topic: reason: reliable channel overflow
Replies: 6
Views: 9800

Re: reason: reliable channel overflow

yami its not a command it just randomly drops players once a day or once every other day and it gives u that error
by whosyourdaddy
Tue Feb 24, 2009 5:32 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 36915

Re: possible elf evasion fix

you dont really need to rename it to skill2 and all but what ever floats ur boat
by whosyourdaddy
Tue Feb 24, 2009 4:20 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 36915

Re: possible elf evasion fix

im not too good in making it show the color but i attacked the shadow because i was speaking to some1 else over pm's and i kinda upgraded the code i think im not too sure and he said it works fine not sure what i really did to it i think it was a log error he kept on getting but ill look into the re...
by whosyourdaddy
Tue Feb 24, 2009 2:49 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 36915

Re: possible elf evasion fix

try these
by whosyourdaddy
Tue Feb 24, 2009 12:52 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 36915

Re: possible elf evasion fix

are u using rc13 or the1 i posted?
by whosyourdaddy
Tue Feb 24, 2009 12:01 am
Forum: Help/Support
Topic: Give item or xp with RC13 = Server crash
Replies: 6
Views: 10003

Re: Give item or xp with RC13 = Server crash

admin.inl
change

Code: Select all

get_time( "L %m/%d/%Y %H:%M:%:", szCurrentTime, 31 );
to

Code: Select all

 get_time( "L %m/%d/%Y %H:%M:%S", szCurrentTime, 31 );
by whosyourdaddy
Tue Feb 17, 2009 4:37 pm
Forum: Help/Support
Topic: war3ft commandas
Replies: 19
Views: 22062

Re: war3ft commandas

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?
by whosyourdaddy
Sun Feb 15, 2009 5:19 pm
Forum: Help/Support
Topic: Problem on v3.0 RC13
Replies: 2
Views: 4302

Re: Problem on v3.0 RC13

is ur mysql connecting succesfully and are there already tables set up?
by whosyourdaddy
Sat Feb 14, 2009 5:53 pm
Forum: Help/Support
Topic: [Error] Compile "duplicate "case" label"
Replies: 9
Views: 12331

Re: [Error] Compile "duplicate "case" label"

go to constants.inl and rename SKILL_REINCARNATION to SKILL_SERPEANTWARDSS SKILL_PHOENIX to SKILL_BASHH go to language.inl and do the same changes go to skill_manager.inl and do the same changes go to shared.inl and delete static iSkillLevel; iSkillLevel = SM_GetSkillLevel( id, SKILL_REINCARNATION )...
by whosyourdaddy
Fri Feb 13, 2009 7:12 pm
Forum: Help/Support
Topic: war3ft commandas
Replies: 19
Views: 22062

Re: war3ft commandas

so whats impale and bash doing right now
by whosyourdaddy
Fri Feb 13, 2009 7:11 pm
Forum: Help/Support
Topic: [Error] Compile "duplicate "case" label"
Replies: 9
Views: 12331

Re: [Error] Compile "duplicate "case" label"

this is how u duplicate bash, rename what ever skill u want to remove and also make bash to SKILL_BASHH in constant.inl and skill_manager.inl then go to the race_(what ever race skill ur removing) and delete the lines that has to do with that race (provide me the skill and ill tell u what to delete)...
by whosyourdaddy
Fri Feb 13, 2009 7:07 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 36915

Re: possible elf evasion fix

also some errors =\ 02/10/2009 - 06:25:48: Start of error session. L 02/10/2009 - 06:25:48: Info (map "de_ftac3") (file "addons/amxmodx/logs/error_20090210.log") L 02/10/2009 - 06:25:48: [CSTRIKE] Invalid player 3 L 02/10/2009 - 06:25:48: [AMXX] Displaying debug trace (plugin "war3ft.amxx") L 02/10...
by whosyourdaddy
Thu Feb 12, 2009 4:22 am
Forum: Help/Support
Topic: Problem on v3.0 RC13
Replies: 2
Views: 4302

Re: Problem on v3.0 RC13

usually happens when theres a corruption in ur war3ft.sql3 where all the xp and race info is saved for each user try renaming it and restarting the server and see if it works then