Jump to content

mezo

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by mezo

  1. Ok. I found the following problems. The dynamite.lua didn't notice the dynamite plants because it was looking for "etpro popup". I changed it to "silEnT popup". Also, the print positions were generally wrong and I changed them to positions etpub and silEnT support.

     

    You can find the supported print positions from here http://mygamingtalk.com/silent/manual/server.html#settings. They can be chat, cpm (popup), cp (center), bp (banner) or print (console).

     

    I changed all I found from the scripts to bp.

     

    dynamite.lua:

    local announce_pos = "bp"

     

    kspree.lua:

    kmulti_pos = "bp" -- multi + megakill - position

    kmonster_pos = "bp" -- ultra + monster + ludicrous + holy shit - position

    kmultitk_pos = "bp" -- multi TK - position

    kspree_pos = "bp" -- killing spree position

     

    rspree.lua:

    multi_pos = "bp"

    monster_pos = "cp" -- b 32 == cp (this info is for harle :o))

     

    The -- marks the start of a line comment in Lua scripts. And the comment is in the file originally :P

     

    I generally tested and they seem to work at least some extent. But I didn't have time to test them thoroughly and they are also rather lengthy scripts. So if you have more problems, don't hesitate to post here.

    ty

×
×
  • Create New...