Jump to content
  • 0

dota script error


VladimirCastro

Question


  • Group:  Members
  • Topic Count:  114
  • Topics Per Day:  0.03
  • Content Count:  298
  • Reputation:   4
  • Joined:  03/13/12
  • Last Seen:  


script error on npc/chaos/dota_sound.txt line 52
   need '('
   47 :	    // a player must kill another player with this minimum <this number> level to get the announcement and in the ladder.
   48 :	    // Otherwise only have streak ended announcement and killed player's streak reset.
   49 :	    // Its possible for a level 1 novice to kill a level 55 player and he/she will still get in the ladder
   50 :	    // but a level 55 kill a level 1 player will get nothing
   51 :	    // 0 - off this system ( default is 55, pk setting )
*   52 :	    set '.'lvltokill, 0;
   53 :
   54 :	    // when a player kill another same player <this number> times in a row, the player is warp back to save point.
   55 :	    // and the player's streak and ownage count will deduct accordingly
   56 :	    // 0 - off this system
   57 :	    set .counttopunish, 6;

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

http://www.eathena.ws/board/index.php?showtopic=237765

    setarray .maptrigger$, // only these maps will trigger this script
       "all", // comment this line to only trigger this script on these listed maps
       "guild_vs1",
       "guild_vs2",
       "guild_vs3",
       "guild_vs4",
       "guild_vs5"; // <--- something wrong with your script in this line

   // anti-sit-killer system
   // a player must kill another player with this minimum <this number> level to get the announcement and in the ladder.
   // Otherwise only have streak ended announcement and killed player's streak reset.
   // Its possible for a level 1 novice to kill a level 55 player and he/she will still get in the ladder
   // but a level 55 kill a level 1 player will get nothing
   // 0 - off this system ( default is 55, pk setting )
   set .lvltokill, 0;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  326
  • Reputation:   19
  • Joined:  09/27/12
  • Last Seen:  

May we see the script?

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...