Search found 398 matches

by whosyourdaddy
Thu Feb 12, 2009 4:20 am
Forum: Help/Support
Topic: [Error] Compile "duplicate "case" label"
Replies: 9
Views: 12382

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

no both cant have bash or same skill by just renaming those u will need to redo the code and make one of it SKILL_BASHH and have that as a code instead of what ever ur removing
by whosyourdaddy
Wed Feb 11, 2009 12:32 pm
Forum: Help/Support
Topic: [Error] Compile "duplicate "case" label"
Replies: 9
Views: 12382

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

to remove orc reincarnation u can go to skill_manager.inl and remove the like that has something like this [SKILL_REINCARNATION] = RACE_ORC; and to give orc serpeant wards just fine the thing that has [SKILL_SERPEANT] = RACE_SHADOW; and change race shadow to race orc and its just the same thing with...
by whosyourdaddy
Tue Feb 10, 2009 7:04 pm
Forum: Help/Support
Topic: [Error] Compile "duplicate "case" label"
Replies: 9
Views: 12382

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

reder wrote:my constants.inl (changed in a same way (just numbers)).

Code: Select all

#define SKILL_BASH				6
#define SKILL_PHOENIX			6
theres ur problem u have 2 skills defined as number 6 you cant do that
by whosyourdaddy
Tue Feb 10, 2009 7:02 pm
Forum: General Discussion
Topic: Skills moveing
Replies: 7
Views: 19331

Re: Skills moveing

if u wanna swap skills from one race to another then u can change it in skill_manager.inl but if u take a skill from undead and give it to human then u have to take a skill from human and give it to undead and 1 skill cant be used for 2 races
by whosyourdaddy
Thu Feb 05, 2009 6:48 pm
Forum: Help/Support
Topic: compitability with miscstats (or ultimatesounds)
Replies: 3
Views: 5833

Re: compitability with miscstats (or ultimatesounds)

is that the only thing u put in?
by whosyourdaddy
Thu Feb 05, 2009 1:10 pm
Forum: Help/Support
Topic: compitability with miscstats (or ultimatesounds)
Replies: 3
Views: 5833

Re: compitability with miscstats (or ultimatesounds)

Owyn wrote:i fused two plugins, made all work without errors but now it crashes hlds )= like every 5 minutes
have to learn dyn natives )=
you probably have it calling a false function thats why its crashing
by whosyourdaddy
Wed Feb 04, 2009 10:57 pm
Forum: General Discussion
Topic: How to add "Best buy items" to XP statistics?
Replies: 5
Views: 17328

Re: How to add "Best buy items" to XP statistics?

funny thing is that im not sure if this works 100% did any1 test it out yet?
by whosyourdaddy
Wed Feb 04, 2009 1:55 am
Forum: Help/Support
Topic: compitability with miscstats (or ultimatesounds)
Replies: 3
Views: 5833

Re: compitability with miscstats (or ultimatesounds)

Owyn wrote: i think i know how to fix shadow hunter healing after respawn now =\
i already posted a fixed and hopefully yami or geesu will post up a new version soon that has the fix in it
by whosyourdaddy
Wed Feb 04, 2009 1:53 am
Forum: Help/Support
Topic: Necklace and Helm
Replies: 12
Views: 15318

Re: Necklace and Helm

for the is_user_admin part ya
by whosyourdaddy
Mon Feb 02, 2009 5:47 pm
Forum: Help/Support
Topic: Necklace and Helm
Replies: 12
Views: 15318

Re: Necklace and Helm

you can do is_user_admin(id)
by whosyourdaddy
Mon Feb 02, 2009 1:37 pm
Forum: Help/Support
Topic: Necklace and Helm
Replies: 12
Views: 15318

Re: Necklace and Helm

it gives me an error when trying to complie.. war3ft/war3ft.inl(1911) : error 017: undefined symbol "g_iNecklaceCharges" i'm guessing that there is more code to be removed besides the one you mentioned? ya sorry forgot one line just go into war3ft.inl and remove g_iNecklaceCharges[id] = 0; g_iHelmC...
by whosyourdaddy
Mon Feb 02, 2009 1:05 pm
Forum: Help/Support
Topic: Necklace and Helm
Replies: 12
Views: 15318

Re: Necklace and Helm

did u recompile the plugin and put it into ur plugins folder?
by whosyourdaddy
Mon Feb 02, 2009 12:18 pm
Forum: Help/Support
Topic: Necklace and Helm
Replies: 12
Views: 15318

Re: Necklace and Helm

items.inl remove g_iFlag[ITEM_NECKLACE] |= ITEM_CHARGEABLE; g_iFlag[ITEM_HELM] |= ITEM_CHARGEABLE; case ITEM_NECKLACE: { g_iNecklaceCharges[id] += NECKLACE_CHARGES; } case ITEM_HELM: { g_iHelmCharges[id] += HELM_CHARGES; } case ITEM_NECKLACE: { g_iNecklaceCharges[id] = 0; } case ITEM_HELM: { g_iHelm...
by whosyourdaddy
Mon Feb 02, 2009 12:11 pm
Forum: Help/Support
Topic: i can`t choose the chamelon race
Replies: 1
Views: 4254

Re: i can`t choose the chamelon race

wc3_races 9
by whosyourdaddy
Sun Feb 01, 2009 4:54 pm
Forum: Help/Support
Topic: SQLite causing server to crash
Replies: 1
Views: 4207

Re: SQLite causing server to crash

well i noticed on the saves for skill level it has this in there iCurrentLevel >= 0 && g_iDBPlayerSkillStore[id][iSkillID] != iCurrentLevel i found it irrelevant in saving the skill level if its 0 cause that means they have no skill in it so to reduce my system usage on change map if you have over 2...
by whosyourdaddy
Sat Jan 31, 2009 6:59 pm
Forum: Help/Support
Topic: help admin xp ?
Replies: 1
Views: 4124

Re: help admin xp ?

whats ur server ip
by whosyourdaddy
Sat Jan 31, 2009 6:42 am
Forum: Help/Support
Topic: war3ft commandas
Replies: 19
Views: 22129

Re: war3ft commandas

is impale and banish suppose to do the same thing?
by whosyourdaddy
Fri Jan 30, 2009 9:01 pm
Forum: Help/Support
Topic: help admin xp ?
Replies: 1
Views: 4124

Re: help admin xp ?

basicly every1 can get xp but urself?

and make sure you doing amx_givexp and no wc3_setlevel
by whosyourdaddy
Fri Jan 30, 2009 3:48 pm
Forum: Help/Support
Topic: compitability with miscstats (or ultimatesounds)
Replies: 3
Views: 5833

Re: compitability with miscstats (or ultimatesounds)

i guess one thing you can do is fuse the 2 plugins and when a spell kill is done then add 1 to kills and 1 to death for those who got effected
by whosyourdaddy
Fri Jan 30, 2009 4:30 am
Forum: Help/Support
Topic: Boots and the speed power of the UNDEAD
Replies: 8
Views: 11096

Re: Boots and the speed power of the UNDEAD

post ur plugins.ini
by whosyourdaddy
Wed Jan 28, 2009 12:35 pm
Forum: Help/Support
Topic: war3ft commandas
Replies: 19
Views: 22129

Re: war3ft commandas

try this one
by whosyourdaddy
Tue Jan 27, 2009 12:41 pm
Forum: Help/Support
Topic: war3 races skills power
Replies: 2
Views: 3204

Re: war3 races skills power

constants.inl and search p_vamp and ull see all your skills and their onfigs
by whosyourdaddy
Sun Jan 25, 2009 7:12 pm
Forum: Help/Support
Topic: war3ft commandas
Replies: 19
Views: 22129

Re: war3ft commandas

bedar wrote: - Impale: Distorts the enemy
what do u mean by that
by whosyourdaddy
Sat Jan 24, 2009 2:27 pm
Forum: Help/Support
Topic: WC3_ShowBar dissapears after some time
Replies: 1
Views: 5410

Re: WC3_ShowBar dissapears after some time

i guess if u would like u can put it in

Code: Select all

_ULT_Delay()
its ran every second
by whosyourdaddy
Thu Jan 22, 2009 8:19 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37075

Re: possible elf evasion fix

nwa svc_bad is sometimes a steam thing or bad error used too many times just keep ur version updated with yami's and over time he should hopefully convert everything using the newest versions for things to prevent this from happening
by whosyourdaddy
Thu Jan 22, 2009 1:15 pm
Forum: General Discussion
Topic: How to add "Best buy items" to XP statistics?
Replies: 5
Views: 17328

Re: How to add "Best buy items" to XP statistics?

run this in ur mysql query to make the table for ur items CREATE TABLE IF NOT EXISTS `wc3_best_item` ( `item_id` int(8) unsigned NOT NULL default '0', `times_bought` int(8) unsigned NOT NULL default '0',PRIMARY KEY (`item_id`) ) TYPE=MyISAM; that will create ur table this will get the top 5 items TO...
by whosyourdaddy
Thu Jan 22, 2009 12:36 am
Forum: General Discussion
Topic: How do i turn off the auto xp save
Replies: 1
Views: 10957

Re: How do i turn off the auto xp save

may i ask why u want manual saving and i believe this would go more in the help portion of the forums not the general chat
by whosyourdaddy
Wed Jan 21, 2009 10:45 pm
Forum: Help/Support
Topic: a better way to do
Replies: 4
Views: 9363

Re: a better way to do

viewtopic.php?f=21&t=3411 link to events.inl and night elf that works fine
by whosyourdaddy
Wed Jan 21, 2009 10:43 pm
Forum: Help/Support
Topic: shadow hunter's healing doesn't work after respawn
Replies: 12
Views: 15439

Re: shadow hunter's healing doesn't work after respawn

lol my bad yami i added all the bugs i found in the bug trace and they have links in them, name under bug reporter is ray
by whosyourdaddy
Wed Jan 21, 2009 10:42 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37075

Re: possible elf evasion fix

hmm im not sure then
by whosyourdaddy
Wed Jan 21, 2009 5:15 pm
Forum: Help/Support
Topic: shadow hunter's healing doesn't work after respawn
Replies: 12
Views: 15439

Re: shadow hunter's healing doesn't work after respawn

yama just out of curiousity, i put up several fixes for the public not to rush or be rude i say this out of respect cause u might just be too busy to do it but when do u plan to update those errors?
by whosyourdaddy
Wed Jan 21, 2009 5:14 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37075

Re: possible elf evasion fix

hmm which constants did u modify?
by whosyourdaddy
Wed Jan 21, 2009 2:18 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37075

Re: possible elf evasion fix

kk answer these questions have u ever made any custom skills of ur own or have u modified anything that has to do with the server engine changing things
by whosyourdaddy
Wed Jan 21, 2009 2:16 pm
Forum: Help/Support
Topic: shadow hunter's healing doesn't work after respawn
Replies: 12
Views: 15439

Re: shadow hunter's healing doesn't work after respawn

does it look like this WC3_ResetOnSpawn( id ) { // Human should gain health when he spawns right? HU_DevotionAura( id ); // Healing wave should start again SH_HealingWave(id); // User isn't changing a team if they just spawned p_data_b[id][PB_CHANGINGTEAM] = false; // Reset suicide attempt p_data_b[...
by whosyourdaddy
Wed Jan 21, 2009 1:19 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37075

Re: possible elf evasion fix

umm kinda u need to change some codes around to use the newer modules instead of the older models that usually helps. also depends if u added things of ur own and how u have those running
by whosyourdaddy
Wed Jan 21, 2009 1:17 pm
Forum: Help/Support
Topic: shadow hunter's healing doesn't work after respawn
Replies: 12
Views: 15439

Re: shadow hunter's healing doesn't work after respawn

Owyn wrote:
well... this doesn't help, hunter still gets no healing after respawn, just tested this
u sure cause mine is working 100% fine
by whosyourdaddy
Wed Jan 21, 2009 1:03 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37075

Re: possible elf evasion fix

so everything working fine now?
by whosyourdaddy
Tue Jan 20, 2009 5:45 pm
Forum: Help/Support
Topic: war3ft commandas
Replies: 19
Views: 22129

Re: war3ft commandas

hmm thats odd with the bloodmage but crypt should already have the flying thing in the air all i did was add it to both races. for the money all u do is edit item.inl and for the trueshot to disable the skill just make another 1 of those files u have in the war3ft/disabled and make the name skill_tr...
by whosyourdaddy
Tue Jan 20, 2009 5:41 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37075

Re: possible elf evasion fix

try this
by whosyourdaddy
Tue Jan 20, 2009 3:11 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37075

Re: possible elf evasion fix

hmm really ill look into it
by whosyourdaddy
Tue Jan 20, 2009 12:24 pm
Forum: General Discussion
Topic: war3ft war version
Replies: 0
Views: 10450

war3ft war version

ive noticed that some1 requested a war version for war3ft and geesu and yama being as busy as they are probably dont have the time to make the war version so i decided to do it. you can add these cvars to your war3ft.cfg wc3_war 0 // if set to 1 war will be enabled, 0 for disabled Default: 0 wc3_rac...
by whosyourdaddy
Tue Jan 20, 2009 10:54 am
Forum: Help/Support
Topic: war3ft commandas
Replies: 19
Views: 22129

Re: war3ft commandas

naw its all good and i sadly did forget but let me know how it goes when u can
by whosyourdaddy
Mon Jan 19, 2009 3:04 pm
Forum: Help/Support
Topic: war3ft commandas
Replies: 19
Views: 22129

Re: war3ft commandas

do me a favor and try this plugin, i made it so item cost is always the same and i also made it that there is no more banish but u have the skill impale like crypt where u sent ur enemies in the air, in ur config/war3ft/disabled folder copy and paste on of those files onto ur desktop and rename it t...
by whosyourdaddy
Mon Jan 19, 2009 2:45 pm
Forum: Help/Support
Topic: war3ft commandas
Replies: 19
Views: 22129

Re: war3ft commandas

sorry i have not yet been able to make those changes since ive been busy with college, im studying for a mid term today and im going to be busy 2morrow but after that ill be able to finish the plugin
by whosyourdaddy
Mon Jan 19, 2009 2:43 pm
Forum: Help/Support
Topic: shadow hunter's healing doesn't work after respawn
Replies: 12
Views: 15439

Re: shadow hunter's healing doesn't work after respawn

sure i guess ill do it since every1 else on this forum is being lazy
by whosyourdaddy
Mon Jan 19, 2009 2:21 pm
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37075

Re: possible elf evasion fix

well no im my blood mage i removed some things and added it into the event since i got an item that blocks banish and all so i just needed to see how urs was let me fix the event.inl for u

edit: try this event and i put all ur custom things but changed the events only this time
by whosyourdaddy
Mon Jan 19, 2009 2:46 am
Forum: Help/Support
Topic: Warden reincornates all weapons next round allways like ork
Replies: 1
Views: 2405

Re: Warden reincornates all weapons next round allways like ork

Owyn wrote:Warden reincornates all weapons next round after he died, allways, like ork
that's it, or vica versa, after vengeance warden gets just pistol sometimes )=
latest war3ft and amxx
im so lost what are u trying to say about warden.... last i checked they dont have re-incarnation
by whosyourdaddy
Mon Jan 19, 2009 2:44 am
Forum: Help/Support
Topic: shadow hunter's healing doesn't work after respawn
Replies: 12
Views: 15439

Re: shadow hunter's healing doesn't work after respawn

in

Code: Select all

WC3_ResetOnSpawn(id)
add

Code: Select all

SH_HealingWave(id)
walla im so pro
by whosyourdaddy
Mon Jan 19, 2009 2:29 am
Forum: Help/Support
Topic: possible elf evasion fix
Replies: 30
Views: 37075

Re: possible elf evasion fix

try these, i did nothing to blood mage so no worries on that
by whosyourdaddy
Sat Jan 17, 2009 1:32 am
Forum: General Discussion
Topic: How to add "Best buy items" to XP statistics?
Replies: 5
Views: 17328

Re: How to add "Best buy items" to XP statistics?

only cause u said please ill make something up are u using mysql or sqlite?