Insane Limtsで新しいSniper Limitの”Imoiper Limit”を作ってみた。

English
ゲームのバランスを崩しかねない存在。

 

それは通称「芋」

 

その芋虫たちがスナイパーライフルを捨て、前線に加わることにより多少は改善されることを期待したい。

しかし、状況によりスナイパーライフルを使用した方が良い場面もあることは間違いない。

 

そんな時、既存のSniperLimitはスロット制を採用しているのが一般的なため、使うべきプレイヤーが使えないことが多々あります。

 

そこでこんなのを考えてInsane Limitsで作ってみました! (DandZ鯖で使用したPassiveSniperLimitの進化版的なやつ)

 

スナイパーライフルが使用できる条件としてサーバー内の平均スコア、キル数、SPM、KPMを採用します。(コードをコメントアウトするなり削除して簡単に変更可能です。)

劣勢側チームは優勢側チームと比較し、すべてが下回る傾向があるため必然的に劣勢側のスナイパーが少なくなり積極的なプレイが期待できるはず・・・。

 

  • 仕様
    • ラウンド開始、180秒後から制限開始(変更可)
    • スナイパーライフルでキルイベント発生で発動
    • バトルピックアップ(対物ライフル)は除外(武器コード追加で対応可)
    • サーバー内平均スコア以下で管理者キル(該当箇所修正、削除で変更可)
    • サーバー内平均キル数以下で管理者キル(該当箇所修正、削除で変更可)
    • サーバー内平均SPM以下で管理者キル(該当箇所修正、削除で変更可)
    • サーバー内平均KPM以下で管理者キル(該当箇所修正、削除で変更可)

以下コード

Limit 1.
Set limit to evaluate OnKill
Set action to None
Set first_check to this Expression:

Set second_check to this Code:

Limit 2 (in-game command “!sniper”)
Set limit to evaluate OnAnyChat
Set action to None
Set first_check to this Code:

 

もしDMRも制限に追加したい場合は、下記武器コードをLimit 1. first_check の Expressionに追加して下さい。
If you want to add DMR to your limit, please add this weapon code.

 

 


What is “imo”?

The word “imo” is derived from the fact that the player who is in a lie down on the ground looks like a “green caterpillar” during the game of “BF1942” released in 2002.

In other words, “imo” refers to a “camper”.

“芋虫” = “green caterpillar”
“芋虫” -> “imo-mushi” ->”imo”
“imo” = “camper”

  • Specification of this limit.
    • Round start, start limit after 180 seconds (can be changed)
    • Sniper rifle kills trigger.
    • Battle pickup (Anti-material rifle) is excluded (can cope by additional weapon code)
    • Admin kill players below the server’s “average score”.(Can be changed by correcting or deleting the relevant part)
    • Admin kill players below the server’s “average kills”.(Can be changed by correcting or deleting the relevant part)
    • Admin kill players below the server’s “average SPM”.(Can be changed by correcting or deleting the relevant part)
    • Admin kill players below the server’s “average KPM”.(Can be changed by correcting or deleting the relevant part)

テストしてないので不具合等ありましたらTwitterかDiscordで連絡下さい。

タイトルとURLをコピーしました