The Witch's hit deals a set amount of damage instead of instantly incapping, while also sending the survivor flying.
Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人
-
Image | 圖示
-
Require | 必要安裝
-
ConVar | 指令
- cfg/sourcemod/l4d_ultra_witch.cfg
// 0=Plugin off, 1=Plugin on. l4d_ultra_witch_enable "1" // If 1, The Witch's hit sends survivor flying. l4d_ultra_witch_flying_enable "1" // (L4D2) Which method to send survivor flying. // 0=Flings a player to the ground, like they were hit by a Charger // 1=Punch player, like they were hit by a Tank l4d_ultra_witch_flying_method "1"
- cfg/sourcemod/l4d_ultra_witch.cfg
-
Command | 命令
None
-
Related Official ConVar
- Write down the following cvars in cfg/server.cfg
// This command sets the amount of damage a witch attack deals (Default: 100) sm_cvar z_witch_damage 50
- Write down the following cvars in cfg/server.cfg
-
Apply to | 適用於
L4D1 L4D2 -
Changelog | 版本日誌
-
v1.4h (2024-11-3)
- Update cvars
-
v1.3h (2024-6-20)
- Fix wrong health damage
-
v1.2h (2023-6-19)
- Remove Gamedata (No need)
-
v1.1h (2023-5-10)
- Add a convar
// 0=Plugin off, 1=Plugin on. l4d_ultra_witch_enable "1"
- Add a convar
-
v1.0h (2023-2-25)
- Remake Code
- Individual plugin
- Auto generate cfg
- Add cvars
-
v1.2.2
-
Witch不會一抓倒地,而是擊飛倖存者
-
原理
- Witch不會一抓倒地或死亡而是擊飛目標倖存者
-
用意在哪?
- 在RPG伺服器當中,倖存者的血量破百,容易殺死Witch
- 取消秒殺或倒地,擊飛倖存者,增加遊戲樂趣
-
指令中文介紹 (點我展開)
- cfg/sourcemod/l4d_ultra_witch.cfg
// 0=關閉插件, 1=啟動插件 l4d_ultra_witch_enable "1" // 為1時,Witch的抓傷會擊飛倖存者 l4d_ultra_witch_flying_enable "1" // (L4D2) 選擇擊飛倖存者的方式 // 0=撞飛倖存者, 就像被Charger撞到 // 1=拍飛倖存者, 就像被Tank拍到 l4d_ultra_witch_flying_method "1"
- cfg/sourcemod/l4d_ultra_witch.cfg
-
相關的官方指令中文介紹 (點我展開)
- 以下指令寫入文件 cfg/server.cfg,可自行調整
// 使用官方指令修改Witch的傷害 // Witch攻擊一次站立的倖存者的傷害 (預設: 100) sm_cvar z_witch_damage 50
- 以下指令寫入文件 cfg/server.cfg,可自行調整
