Arena script doesn't add intel capture

Installation support, coding tips, and general tutorials.
1 post Page 1 of 1 First unread post
Djmann1013
Deuced Up
Posts: 23
Joined: Wed Dec 12, 2012 10:04 pm


I got the arena script from aloha.pk's repository, and I noticed one thing wrong.

Whenever a team wins, it doesn't add a intel capture to the team who won.

Am I doing something wrong?

I have no special configuration for the arena.py, I literally copy and pasted.
Code: Select all
{
    "name" : "MrParker.pw Arena",
    "motd" : [
        "Welcome to %(server_name)s",
        "Map: %(map_name)s by %(map_author)s",
        "Game mode: %(game_mode)s",
        "Server powered by PySnip and BuildAndShoot.com"
    ],
    "help" : [
        "Server name: %(server_name)s",
        "Map: %(map_name)s by %(map_author)s",
        "Game mode: %(game_mode)s",
        "/STREAK    Shows how many kills in a row you got without dying",
        "/INTEL     Tells you who's got the enemy intel",
        "/VOTEKICK  Start a vote to temporarily ban a disruptive player",
        "/TIME      Remaining time until forced map reset"
    ],
    "tips" : [
        "You are playing %(game_mode)s on %(server_name)s",
        "Type /help for info & commands",
	"If you like the servers, consider donating! https://mrparker.pw/donate"
    ],
    "tip_frequency" : 5,
    "rules" : [
        "Cheating isn't welcome. Griefing is frowned upon. Have fun!"
    ],
    "master" : true,
    "max_players" : 32,
    "max_connections_per_ip" : 3,
    "port" : 32886,
    "network_interface" : "",

    "game_mode" : "arena",
    "cap_limit" : 10,
    "default_time_limit" : 120,
    "advance_on_win" : true,
    "maps" : ["penthouse","dedust2","casino","ambassy","alcatraz","1river2forts"],
    "random_rotation" : false,

    "respawn_time" : 16,
    "respawn_waves" : true,
    "friendly_fire" : "on_grief",
    "grief_friendly_fire_time" : 5,
    "spade_teamkills_on_grief" : false,
    "balanced_teams" : 2,
    "teamswitch_interval" : 0,

    "speedhack_detect" : false,
    "votekick_percentage" : 35,
    "votekick_ban_duration" : 30,
    "votekick_public_votes" : true,
    "votemap_public_votes" : true,
    "votemap_extension_time" : 15,
    "votemap_player_driven" : false,
    "votemap_autoschedule" : false,
    "votemap_time" : 120,
    "votemap_percentage" : 80,

    "melee_damage" : 80,
    "fall_damage" : true,
    "user_blocks_only" : false,
    "set_god_build" : false,
    "server_prefix" : "",
    "time_announcements" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 30, 60, 120, 180,
                            240, 300, 600, 900, 1200, 1800, 2400, 3000],
    "login_retries" : 3,
    "default_ban_duration" : 1440,

    "logfile" : "./logs/log.txt",
    "rotate_daily" : true,
    "debug_log" : true,
    "profile" : false,

    "team1" : {
        "name" : "Blue",
        "color" : [0, 0, 255]
    },
    "team2" : {
        "name" : "Green",
        "color" : [0, 255, 0]
    },
   "passwords" : {
        "admin" : ["redacted"],
        "moderator" : [],
        "guard" : [],
        "trusted" : []
    },
    "rights" : {
        "moderator" : ["advance", "cancel", "dban", "fog", "from", "goto", "hackinfo", "hban", "invisible", "ip", "kick", "kickafk", "kill", "map", "master", "move", "mute", "resetgame", "switch", "teleport", "teleport_other", "tpsilent", "togglebuild", "togglekill", "togglevotekick", "trust", "undoban", "unmute", "unstick", "where", "whowas"],
        "guard" : ["cancel", "fog", "from", "goto", "hackinfo", "hban", "ip", "kick", "kickafk", "kill", "move", "mute", "switch", "teleport", "teleport_other", "togglebuild", "togglekill", "togglevotekick", "trust", "unmute", "unstick", "where", "whowas"]
    },
    "ssh" : {
        "enabled" : false,
        "port" : 32887,
        "users" : {
            "user" : "ssh_pass_change_this"
        }
    },
    "status_server" : {
        "enabled" : false,
        "port" : 32886,
        "logging" : false
    },
    "ban_publish" : {
        "enabled" : false,
        "port" : 32885
    },
    "ban_subscribe" : {
        "enabled" : true,
        "urls" : [
            ["http://www.blacklist.spadille.net/subscribe.json", []]
        ]
    },
    "irc" : {
        "enabled" : false,
        "nickname" : "PySnip",
        "username" : "PySnip",
        "realname" : "PySnip",
        "server" : "irc.quakenet.org",
        "port" : 6667,
        "channel" : "#MyServerChannel",
        "password" : "",
        "commandprefix" : "!",
        "chatprefix" : "."
    },
    "scripts" : [
        "rollback",
        "protect",
        "map_extensions",
        "disco",
        "votekick",
        "trusted",
        "ratio",
        "passreload",
        "blockinfo",
        "bugfix",
        "fbpatch",
        "afk",
	"arena"
    ],

    "squad_respawn_time" : 32,
    "squad_size" : 4,
    "auto_squad" : false,
    "load_saved_map" : false,
    "rollback_on_game_end" : false,
    "afk_time_limit" : 30
}
1 post Page 1 of 1 First unread post
Return to “Help!”

Who is online

Users browsing this forum: No registered users and 10 guests