Jump to content

Dragonji

Members
  • Posts

    530
  • Joined

  • Last visited

  • Days Won

    62

Posts posted by Dragonji

  1. Would be nice if there was an option to disallow muting w/o specifying a reason/duration for admins on certain levels.

    Extending two flags to privileges could be an option, eg.:

    6 - Does not need to specify a reason for !kick, !ban or !mute.
    (...)
    8 - Does not need to specify a duration for !mute or !ban (defaults to PERMANENT).

  2. I am aware that silent has a team deathmatch mode but I was wondering about single player DM. Thanks!

    This would require making new scripts for every single map. And... Allies player killing another allies player? Sounds weird :P

  3. Would be great to have a possibility to enable health regeneration for the rest 4 classes. It could be a cvar-controlled like it is already in medic's case but more options would be much appreciated (possibility to set something between 0 and 1 HP per second - 1 HP per 2 seconds + 1 HP per 4 seconds?)

  4. I don't know, and I didn't test at all, but you could try replacing the

    spree = K_Sprees[35]
    
    with return. In function checkKSprees(id)

     

     

    Replace:
    		    if killing_sprees[id] > 35 then
    			    spree = K_Sprees[35]
    		    end
    With:
    		    if killing_sprees[id] > 35 then
    			    return
    		    end
    In:
    function checkKSprees(id)
  5. I have a few issues that I would appreciate help solving. Figured I should just post here instead.

     

    1. If I was writing a spec.lua script and I wanted this to become a command called !spec in shrubbot.cfg (which would spectate player as on jaymod), how can I exec the script when the command is executed by the user. E.g

     

    [command]

    command = spec

    exec = what would go here? something to exec spec.lua

    desc = spectates the player

    syntax =

    levels = 0 1 2 3 4 5

    http://mygamingtalk.com/forums/topic/2345-lua-api-questions/?p=9528

    2. How can I position the killing/death/revive spree announcements at the top of the screen, instead of in the usual console position? Is this a cmd or is the use of lua necessary? Could I use banners instead? e.g

     

    "name is on a killing spree! (5 kills in a row)"

     

    Any help would be welcomed, thanks.

    There is a client side command for sprees position, can't tell what command it is exactly as I couldn't find it in the wiki.
  6. Other people cant connect on our server !

    Change sv_wwwDlDisconnected to 0. If you've got a fast connection, you should also set up a fast download files server so people who connect to your game server can download everything faster than 12 KB/s.

     

    sv_wwwBaseURL "" is the command which tells players where additional files (maps, sound packs etc.) can be downloaded faster. If you'd have your own domain it'd look like this:

    sv_wwwBaseURL "http://www.example.com/fastdl"

     

    And directories/files structure under your domain would have to look like this:

    http://obrazki.elektroda.pl/6628866800_1363534567.png

    dont say killing spree 5 10 rampage and .......

    http://mygamingtalk.com/wiki/index.php/Silent_Sounds

    can you help ???

    The question is: can you help yourself?
  7. I've been noticing a player who uses some weird client binary. The log about him says only:

     

    2013-03-17 01:13:38 ACM: Player <his_nickname> silEnT GUID (<full_silent_guid>) unknown client binary ()

     

    As you can see, the last brackets are missing binary hash. What does it mean?

  8. Make sure there are no other cfgs that might overwrite your settings.

    set g_XPSaveMaxAge_xp "1825"
    (...)
    set g_XPSaveMaxAge "60o"
    (...)
    set g_dbUserMaxAge "1825d"

    I'd suggest to use a fixed value for all of these 3 cvars. Because at the moment it is 1825 seconds for g_XPSaveMaxAge_xp, 60 months for g_XPSaveMaxAge and 1825 days for g_dbUserMaxAge.

  9. Today is the day when SGW2 is officially released! I haven't played it yet but I heard graphics don't look as good as in the latest Crysis (same engine)... I hope this will change with time as City Interactive announced they're gonna add full DX11 support later. At the moment SGW2 supports only DX9.0c and DX10.

  10. After huge number of games I can tell that I've got problems with jumping (which is warping during strafing) mainly at the evenings when my ping becomes unstable (90-100 compared to 80 at another time of day). This isn't related to numer of players on the server as I had same warps even on an empty server (client - cg_optimizePrediction 1, server - g_antiwarp 1). I don't know if it has something to do with the mod but I remember I used to play without any problems on Jaymod even when my ping was unstable. Anyway, I'm gonna check this out on a few major mods to see if there are any differences when my connection goes bad.
  11. If you're not in the closed beta and have wanted to try Grinding Gear Games' free-to-play dark fantasy loot game Path of Exile you'll soon have a chance to. The open beta testing period will begin on January 23, 2013. Yes, tomorrow!

     

     

    Before the open beta's launch, the final character wipe will take place. If you're interested in checking the game out before January 23, you can still sign up on Path of Exile's website, and Grinding Gear will also be sending out additional closed beta keys for current beta players to distribute.

     

    What is Path of Exile?

     

    Path of Exile is an online Action RPG set in the dark fantasy world of Wraeclast. We're a small independent team of hardcore gamers based in New Zealand and have created Path of Exile as the game that we'd want to play ourselves. It is designed around a strong barter-based online item economy, deep character customisation, competitive PvP and ladder races. The game is completely free and will never be "pay to win".
     

     

    Source: IGN.com | Path of Exile

  12. I tried reproducing it with g_classWeapons set to 1, but didn't succeed.
    Happened to me on SW Siwa Oasis TE map while g_classWeapons was set to 3. Right after players reported it I changed the value and the problem has gone.

     

    Do you get disconnected with the following error?
    ERROR: Class weapon 0 disabled

     

     

    Yes, it was the same message.
  13. I don't know if it was supposed to work like this but you are being kicked from the server if you click on Axis or Allies team in limbo menu if you didn't set flags 16 and 32 to g_classWeapons so players are able to join only by class selector or they own scripts.
×
×
  • Create New...