Ernest90 Posted November 29, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 46 Reputation: 0 Joined: 09/04/14 Last Seen: April 2, 2021 Share Posted November 29, 2014 is there anyway to on dota annoucer in WOE but in chatbox it wont appear? Quote Link to comment Share on other sites More sharing options...
Jezu Posted November 29, 2014 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share Posted November 29, 2014 yes, change announce " Playername killed Playername on blah blah"; to dispbottom " Playername killed Player name on blah blah"; Quote Link to comment Share on other sites More sharing options...
Conflicts Posted November 29, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 317 Reputation: 63 Joined: 11/13/11 Last Seen: March 23 Share 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 Link to comment Share on other sites More sharing options...
lvinz512 Posted December 3, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 09/02/14 Last Seen: April 26, 2018 Share 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 Link to comment Share on other sites More sharing options...
Ernest90 Posted December 5, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 46 Reputation: 0 Joined: 09/04/14 Last Seen: April 2, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
lvinz512 Posted December 5, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 09/02/14 Last Seen: April 26, 2018 Share 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 Link to comment Share on other sites More sharing options...
Luciar Posted December 5, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 177 Reputation: 21 Joined: 01/31/12 Last Seen: March 8, 2020 Share 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 Link to comment Share on other sites More sharing options...
lvinz512 Posted December 5, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 09/02/14 Last Seen: April 26, 2018 Share 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 Link to comment Share on other sites More sharing options...
Question
Ernest90
is there anyway to on dota annoucer in WOE but in chatbox it wont appear?
Link to comment
Share on other sites
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.