Search found 398 matches

by whosyourdaddy
Sat Mar 13, 2010 12:53 am
Forum: Help/Support
Topic: [HELP]He's Orc disabled in maps fy / ka / aim
Replies: 22
Views: 23724

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

are you using the latest version? rc13
by whosyourdaddy
Fri Mar 12, 2010 2:47 pm
Forum: Help/Support
Topic: [HELP]He's Orc disabled in maps fy / ka / aim
Replies: 22
Views: 23724

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

if u have gloves then ur nades arent orc anymore
by whosyourdaddy
Fri Mar 12, 2010 2:06 pm
Forum: Help/Support
Topic: [HELP]He's Orc disabled in maps fy / ka / aim
Replies: 22
Views: 23724

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

i dont under the second part of ur question
by whosyourdaddy
Tue Mar 09, 2010 3:09 pm
Forum: General Discussion
Topic: [Suggestion]limit number of players using one race
Replies: 11
Views: 23560

Re: [Suggestion]limit number of players using one race

this should work public MENU_War3Menu( id ) { static pos, szMenu[256], keys; keys = (1<<0)|(1<<1)|(1<<2)|(1<<3)|(1<<4)|(1<<9); pos = 0; // Add the title pos += formatex( szMenu[pos], 255-pos, "%L^n^n", id, "MENU_WAR3MENU" ); // Add the actual options to the menu pos += formatex( szMenu[pos], 255-pos...
by whosyourdaddy
Mon Mar 08, 2010 12:01 pm
Forum: General Discussion
Topic: [Suggestion]limit number of players using one race
Replies: 11
Views: 23560

Re: [Suggestion]limit number of players using one race

alright u know what ill start testing it out before posting now even tho it should work fine
by whosyourdaddy
Sun Mar 07, 2010 1:31 pm
Forum: Help/Support
Topic: Problems with War3FT
Replies: 3
Views: 7148

Re: Problems with War3FT

is it hte mod dropping you out or server, also when you get dropped out open console and see if you have any type of message in there
by whosyourdaddy
Tue Mar 02, 2010 3:46 pm
Forum: General Discussion
Topic: [Suggestion]limit number of players using one race
Replies: 11
Views: 23560

Re: [Suggestion]limit number of players using one race

sorry found my typo, try this public MENU_War3Menu( id ) { static pos, szMenu[256], keys; keys = (1<<0)|(1<<1)|(1<<2)|(1<<3)|(1<<4)|(1<<9); pos = 0; // Add the title pos += formatex( szMenu[pos], 255-pos, "%L^n^n", id, "MENU_WAR3MENU" ); // Add the actual options to the menu pos += formatex( szMenu[...
by whosyourdaddy
Mon Mar 01, 2010 3:22 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37079

Re: possible elf evasion fix

kk use these events.inl and race_elf.inl and then open constants.inl and at the end add

Code: Select all

new UserHit[33]
at the end
by whosyourdaddy
Wed Feb 24, 2010 6:38 pm
Forum: General Discussion
Topic: [Suggestion]limit number of players using one race
Replies: 11
Views: 23560

Re: [Suggestion]limit number of players using one race

ill fix that but does it work
by whosyourdaddy
Wed Feb 24, 2010 11:43 am
Forum: General Discussion
Topic: [Suggestion]limit number of players using one race
Replies: 11
Views: 23560

Re: [Suggestion]limit number of players using one race

idk why but my notepad++ is messing up ill rewrite the thing for you somewhere else and repost it *edited* try this public MENU_War3Menu( id ) { static pos, szMenu[256], keys; keys = (1<<0)|(1<<1)|(1<<2)|(1<<3)|(1<<4)|(1<<9); pos = 0; // Add the title pos += formatex( szMenu[pos], 255-pos, "%L^n^n",...
by whosyourdaddy
Tue Feb 23, 2010 5:46 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37079

Re: possible elf evasion fix

ill post new files 2morrow
by whosyourdaddy
Mon Feb 22, 2010 5:22 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37079

Re: possible elf evasion fix

i dont think ur using what i posted cause i got no idea where icearrowlist is coming from
by whosyourdaddy
Mon Feb 22, 2010 5:19 pm
Forum: Help/Support
Topic: How to add more levels to your server
Replies: 9
Views: 24985

Re: How to add more levels to your server

go to where sprites are saved and copy and paste them to a different location, then take the sprites u just copied and rename them to lvl 11 and lvl 12 to how many levels u have, then paste those new sprites with the other sprites and walla ur done
by whosyourdaddy
Mon Feb 22, 2010 5:15 pm
Forum: General Discussion
Topic: [Suggestion]limit number of players using one race
Replies: 11
Views: 23560

Re: [Suggestion]limit number of players using one race

you have ur compiler blocking out the race limit section, use this public MENU_War3Menu( id ) { static pos, szMenu[256], keys; keys = (1<<0)|(1<<1)|(1<<2)|(1<<3)|(1<<4)|(1<<9); pos = 0; // Add the title pos += formatex( szMenu[pos], 255-pos, "%L^n^n", id, "MENU_WAR3MENU" ); // Add the actual options...
by whosyourdaddy
Sun Feb 21, 2010 5:48 pm
Forum: Help/Support
Topic: How to add more levels to your server
Replies: 9
Views: 24985

Re: How to add more levels to your server

post ur constants.inl
by whosyourdaddy
Sun Feb 21, 2010 5:35 am
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37079

Re: possible elf evasion fix

what are ur compiling errors
by whosyourdaddy
Wed Feb 17, 2010 2:24 am
Forum: Help/Support
Topic: /changerace help...limiting access to a race
Replies: 4
Views: 16895

Re: /changerace help...limiting access to a race

in menus.inl find // All other cases else { /* new iRaceLimit = get_pcvar_num( CVAR_wc3_race_limit ); new bool:bAllowRace = true; if ( iRaceLimit > 0 ) { new iTotal[MAX_RACES]; // Get how many people are using each race new iPlayers[32], iNumPlayers, i, iTarget; get_players( iPlayers, iNumPlayers );...
by whosyourdaddy
Fri Feb 12, 2010 7:08 pm
Forum: General Discussion
Topic: Looking For Developer To 24/7 Server
Replies: 4
Views: 12543

Re: Looking For Developer To 24/7 Server

if you need help with things you can pm me with what you need help with, i kinda know 99% of the source code by hard
by whosyourdaddy
Fri Feb 12, 2010 4:03 pm
Forum: General Discussion
Topic: Looking For Developer To 24/7 Server
Replies: 4
Views: 12543

Re: Looking For Developer To 24/7 Server

yami arent you doing updates and all to the current war3?
by whosyourdaddy
Wed Feb 10, 2010 4:06 pm
Forum: General Discussion
Topic: Looking For Developer To 24/7 Server
Replies: 4
Views: 12543

Re: Looking For Developer To 24/7 Server

talking from experience in making 7 custom races for my server and addtional levels, its not as easy as it sounds. i recently coded another plugin 1 week ago or so with another 7 races and it took me about 100+ hours (including custom effects which does take up most of the time usually). point being...
by whosyourdaddy
Fri Feb 05, 2010 2:58 pm
Forum: Help/Support
Topic: [0] Invalid skill: -1 [3]
Replies: 3
Views: 6915

Re: [0] Invalid skill: -1 [3]

my guess is that ur having some cham issues post ur war3ft.cfg also did u customize ur war3.amxx?
by whosyourdaddy
Wed Feb 03, 2010 1:32 pm
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange without errors.

here is just a random idea. stop your server from running then go to your cstrike/addons/amxmodx/data/sqlite3 folder and find war3ft and rename it to oldwar3ft then run ur server. you might just have a curruption in ur current sqlite or something. make sure you have the server save xp as sqlite just...
by whosyourdaddy
Tue Feb 02, 2010 4:37 pm
Forum: Help/Support
Topic: [0] Invalid skill: -1 [3]
Replies: 3
Views: 6915

Re: [0] Invalid skill: -1 [3]

do you have bots?
by whosyourdaddy
Mon Feb 01, 2010 3:17 pm
Forum: Help/Support
Topic: [0] Invalid skill: -1 [3]
Replies: 3
Views: 6915

Re: [0] Invalid skill: -1 [3]

how often does this happen?
by whosyourdaddy
Mon Feb 01, 2010 2:57 pm
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange without errors.

naw im saving by mysql but server hasnt crashed after 21 hours with 1.8.1 amxx and rc 13 edited* no1 is using the amx_givexp command or another war3 command right? cause the way the log set is on the war3 it will crash since there is a bug in the code. i did post a fix for it but it hasnt been imple...
by whosyourdaddy
Sun Jan 31, 2010 7:17 pm
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange without errors.

i noticed i was running the 1.8.0 version of amxmodx so i upgraded and ill let u know if my server crashes now if so then it may be the newer version of amxx
by whosyourdaddy
Sun Jan 31, 2010 2:10 pm
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange with no errors!

weird thing is that only 2 of you are having problem's with it. my server has been running since 1 year ago and hasnt crashed once due to the plugin. it has gone down twice tho but thats cause of the server company having power issues.
by whosyourdaddy
Sun Jan 31, 2010 1:40 am
Forum: Help/Support
Topic: wc3_setlevel offline
Replies: 1
Views: 2803

Re: wc3_setlevel offline

nope
by whosyourdaddy
Sat Jan 30, 2010 1:24 am
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange with no errors!

Problem is solved for me by using Rc 11 with rc 12 and rc 13 server crashing. is RC 11 still working for you without any crashes? if so then it may be a ham problem or something in the ham respawn since that is the only major change since rc 11-13 my best guess tho is ham problem for u only tho sin...
by whosyourdaddy
Fri Jan 29, 2010 1:29 am
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange with no errors!

was ending plugin end the last line it gave u?
by whosyourdaddy
Thu Jan 28, 2010 5:19 pm
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange with no errors!

well this tells us that your server isnt crashing from the map ending but the next map starting. when i come up with another idea ill let ya know
by whosyourdaddy
Wed Jan 27, 2010 10:51 pm
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange with no errors!

well this is what i usually do when something goes wrong in my plugins, i put in some error logs to see where it gets stuck on! i did the favor and added error logs into the attachment, when the map changes it calls plugin_end and it seems somewhere in there something is getting held up. before each...
by whosyourdaddy
Mon Jan 25, 2010 9:39 pm
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange with no errors!

heres a curiousity question, is it every map change and does it also crash if u manually change map ex amx_map
by whosyourdaddy
Mon Jan 25, 2010 6:29 pm
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange with no errors!

how are u saving xp cause my server never crashes
by whosyourdaddy
Mon Jan 25, 2010 4:19 pm
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange with no errors!

you have ur mysql and sqlite blocked so at map change when server tries saving data it cant so it causes a crash which is a hypothesis by me. try this as ur modules.ini ;;; ; To enable a module, remove the semi-colon (;) in front of its name. ; If it's not here, simply add it its name, one per line....
by whosyourdaddy
Mon Jan 25, 2010 12:59 am
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange with no errors!

1. FROM SERVER CONSOLE- Go to your server console and type the following 3 commands

amxx plugins
amxx modules
meta list

also post your modules.ini please
by whosyourdaddy
Sat Jan 23, 2010 3:19 pm
Forum: Help/Support
Topic: Crash on mapchange without errors.
Replies: 22
Views: 32054

Re: Crash on mapchange with no errors!

did u try disabling all your custom plugins but war3 to see if it is war3 or not?
by whosyourdaddy
Mon Jan 11, 2010 12:28 pm
Forum: Help/Support
Topic: For those who need help
Replies: 2
Views: 5275

Re: For those who need help

well heres a fix to evasion, since evasion is run by shooting time atm it wont register with scouts or pistols or even if u shoot one by one with a machine gun for EVENT_TakeDamage and traceline i have this (also added gernade check) // HamSandwich implementation // HamSandwich implementation public...
by whosyourdaddy
Mon Jan 11, 2010 11:54 am
Forum: General Discussion
Topic: Making wc3ft more compatible with ATAC 3.0.1
Replies: 5
Views: 17222

Re: Making wc3ft more compatible with ATAC 3.0.1

YamiKaitou wrote:@ whosyourdaddy
Did you just add the pev_dmg_inflictor stuff in the code or did you do something else?

FYI, bug report filed so I can remember to implement it http://wc3mods.net/bugs/?do=details&task_id=145
ya i put the pev dmg inflictor to whom ever was getting an hp change
by whosyourdaddy
Sun Jan 10, 2010 8:03 am
Forum: General Discussion
Topic: Making wc3ft more compatible with ATAC 3.0.1
Replies: 5
Views: 17222

Re: Making wc3ft more compatible with ATAC 3.0.1

does some1 still need this?
by whosyourdaddy
Sat Jan 09, 2010 2:15 pm
Forum: Help/Support
Topic: How to add more levels to your server
Replies: 9
Views: 24985

Re: How to add more levels to your server

did u change other codes other than what i posted or did u only change the stuff i told u to change also what do u mean ultimate doesnt work whats ur server ip and is it only the undead ultimate that doesnt work
by whosyourdaddy
Sat Jan 09, 2010 5:47 am
Forum: Help/Support
Topic: How to add more levels to your server
Replies: 9
Views: 24985

Re: How to add more levels to your server

to change max skill level with only changing one variable from now on do this in constants.inl find #define MAX_SKILL_LEVEL and give it the number of how high a skill can go then go to skill_manager.inl and find // Technically we shouldn't have a skill level EVER greater than 3 right? if ( iLevel > ...
by whosyourdaddy
Fri Jan 08, 2010 9:16 pm
Forum: Help/Support
Topic: How to add more levels to your server
Replies: 9
Views: 24985

Re: How to add more levels to your server

also forgot to say that you gotta do this 2 in xp.h find // Amount of XP needed to gain a level new iXPLevelShortTerm[11] = {0,150,300,600,1000,1500,2100,2800,3400,4500,5500}; new iXPLevelSaved[11] = {0,100,200,400,800,1600,3200,6400,12800,25600,51200}; // Amount of XP awarded when killing a user of...
by whosyourdaddy
Fri Jan 08, 2010 4:12 pm
Forum: Help/Support
Topic: How to add more levels to your server
Replies: 9
Views: 24985

How to add more levels to your server

well ima help everyone here alot, what im gonna do is have u rename everything so after you make all these changes, if you wanna add more levels you only need to change one thing. in constants.inl find #define MAX_LEVELS and give it the level you want then in war3ft.inl find // User is under level 1...
by whosyourdaddy
Thu Jan 07, 2010 11:20 pm
Forum: Help/Support
Topic: For those who need help
Replies: 2
Views: 5275

For those who need help

well ive been gone for a while and seen lots of help posts and im not sure if people still need help so if ur still experiencing problems and made a post for help and still need it pm me with a link to ur post and ill help ya out
by whosyourdaddy
Thu Jan 07, 2010 7:48 pm
Forum: Help/Support
Topic: Problem with wc3ft on listen server
Replies: 3
Views: 4286

Re: Problem with wc3ft on listen server

edited*

post me ur libist.gam
by whosyourdaddy
Mon Jan 04, 2010 5:20 pm
Forum: Help/Support
Topic: Problem with wc3ft on listen server
Replies: 3
Views: 4286

Re: Problem with wc3ft on listen server

remove war3ft.amxx from ur plugins.ini and try starting ur server then and if it works correctly then u installed war3ft wrong. to see what ur problem is then go to your configs/war3ft/error.log and open it up and see what errors u got going on. if u remove war3ft.amxx from ur plugins.ini and start ...
by whosyourdaddy
Sat Oct 31, 2009 3:09 pm
Forum: Help/Support
Topic: XP wont save issue (config files included)
Replies: 6
Views: 2744

Re: XP wont save issue (config files included)

in ur modiles.ini remove the ";" before hamsandwich, and fakemeta