Jump to content
  • 0

Dota annoucer in WOE


Ernest90

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   0
  • Joined:  09/04/14
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

yes, change 

announce " Playername killed Playername on blah blah";

to

dispbottom " Playername killed Player name on blah blah";
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  317
  • Reputation:   63
  • Joined:  11/13/11
  • Last Seen:  

@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;

15dq5w0.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  09/02/14
  • Last Seen:  

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?

 


 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   0
  • Joined:  09/04/14
  • Last Seen:  

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;

15dq5w0.jpg

 

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?
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  09/02/14
  • Last Seen:  

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 well

Here is the attached scripts, thanks for guiding once again ~

dota.txt

dota.txt

Edited by lvinz512
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  177
  • Reputation:   21
  • Joined:  01/31/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  09/02/14
  • Last Seen:  

@luciar

 even if i change it to announce followed by bc_all|bc_woe or without it , the announcement will not appear at all . =.=

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...