Ernest90 Posted November 29, 2014 Posted November 29, 2014 is there anyway to on dota annoucer in WOE but in chatbox it wont appear? Quote
Jezu Posted November 29, 2014 Posted November 29, 2014 yes, change announce " Playername killed Playername on blah blah"; to dispbottom " Playername killed Player name on blah blah"; Quote
Conflicts Posted November 29, 2014 Posted November 29, 2014 @Jezu, I think you just gave him the exact opposite of what he wanted. @Ernest90, you can configure your announcements to be classified as WoE Information. announce "Playername killer Playername2 on Mapname",bc_all|bc_woe; And then turn WoE Information off on your normal chatbox, as shown in the image below; Quote
lvinz512 Posted December 3, 2014 Posted December 3, 2014 OnWhisperGlobal: dispbottom "Your current Streak : "+ @PlayersKilledStreak,bc_all|bc_woe; dispbottom "Your total Kills : "+ PlayersKilled,bc_all|bc_woe; if ( .ownage && getcharid(.ownage) ) dispbottom "Your "+( (.ownage ==1)?"party":"guild" )+" Own : "+ getd(".dotaown_"+ getcharid(.ownage) ),bc_all|bc_woe; end; like this? Quote
Ernest90 Posted December 5, 2014 Author Posted December 5, 2014 OnWhisperGlobal: dispbottom "Your current Streak : "+ @PlayersKilledStreak,bc_all|bc_woe; dispbottom "Your total Kills : "+ PlayersKilled,bc_all|bc_woe; if ( .ownage && getcharid(.ownage) ) dispbottom "Your "+( (.ownage ==1)?"party":"guild" )+" Own : "+ getd(".dotaown_"+ getcharid(.ownage) ),bc_all|bc_woe; end; like this? yes, change announce " Playername killed Playername on blah blah"; to dispbottom " Playername killed Player name on blah blah"; yes, change announce " Playername killed Playername on blah blah"; to dispbottom " Playername killed Player name on blah blah"; @Jezu, I think you just gave him the exact opposite of what he wanted. @Ernest90, you can configure your announcements to be classified as WoE Information. announce "Playername killer Playername2 on Mapname",bc_all|bc_woe; And then turn WoE Information off on your normal chatbox, as shown in the image below; OnWhisperGlobal: dispbottom "Your current Streak : "+ @PlayersKilledStreak,bc_all|bc_woe; dispbottom "Your total Kills : "+ PlayersKilled,bc_all|bc_woe; if ( .ownage && getcharid(.ownage) ) dispbottom "Your "+( (.ownage ==1)?"party":"guild" )+" Own : "+ getd(".dotaown_"+ getcharid(.ownage) ),bc_all|bc_woe; end; like this? Quote
lvinz512 Posted December 5, 2014 Posted December 5, 2014 (edited) I have no clue which part to edit as when I added bc_all|bc_woe , everything is just not working. And whenever I change dispbottom to announce, it will not be working as wellHere is the attached scripts, thanks for guiding once again ~ dota.txt dota.txt Edited December 5, 2014 by lvinz512 Quote
Luciar Posted December 5, 2014 Posted December 5, 2014 Review the syntax of dispbottom. It does not have a parameter for anything other than the message. bc_all|bc_woe are flags for the required parameter "flag" for the script command announce. Quote
lvinz512 Posted December 5, 2014 Posted December 5, 2014 @luciar even if i change it to announce followed by bc_all|bc_woe or without it , the announcement will not appear at all . =.= Quote
Question
Ernest90
is there anyway to on dota annoucer in WOE but in chatbox it wont appear?
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.