BladeDeath

BladeDeath 0.0.7

No permission to download
Недавно обновленные
Water
Water Event
5.00 star(s)
A new event includes a lot of game mechanics
Supermarket
Supermarket Event
0.00 star(s)
A new event that takes place at the Supermarket monument, made for beginners on your server
Satellite
Satellite Dish Event
5.00 star(s)
It’s an event in the Satellite Dish location
Power
Power Plant Event
5.00 star(s)
It’s an Event in the Power Plant location
Junkyard
Junkyard Event
5.00 star(s)
This event automatically takes place in the Junkyard location if on the map
Harbor
Harbor Event
5.00 star(s)
This event that takes place in Harbor location
Gas
Gas Station Event
0.00 star(s)
In a tense multiplayer event, players are thrust into a violent dispute between two warring gangs, w
Ferry
Ferry Terminal Event
0.00 star(s)
Хотите разнообразить монумент Ferry Terminal на своей карте? Поехали!
Arctic
Arctic Base Event
5.00 star(s)
An event for the Arctic Research Base monument with a plot to rescue both a scientist and a pilot
Air
Air Event
5.00 star(s)
The event is an alternative to the usual cargoship, but it is only in the air
SocialLink
SocialLink
5.00 star(s)
Плагин для привязки аккаунтов игроков к социальным сетям с возможностью отправки уведомлений
Dynamic
Dynamic Monuments
5.00 star(s)
Инновационный плагин для серверов Rust, который превращает обычные карты в уникальные!
RaidBlock
RaidBlock
5.00 star(s)
Продвинутый и многофункциональный рейдблок для вашего сервера
Convoy
Convoy Reforged
5.00 star(s)
Глобальное обновление всем известного плагина Convoy!
CustomRocketLauncher
CustomRocketLauncher
0.00 star(s)
Добавляет на сервер кастомную ракетницу с гибкой настройкой характеристик.

Mercury

Инквизитор
АДМИНИСТРАТОР
Премиум
Messages
3,090
Reaction score
1,036
Mercury добавил(а) новый ресурс:

BladeDeath - Добавляет на сервер клинок смерти,при броске и попадании в игрока вводит его в состояние "Раненый"

BladeDeath - Добавляет на сервер клинок смерти,при броске и попадании в игрока вводит его в состояние "Раненый"



Видео-обзор -

Идея взята с проекта RUSTON WORLD

Узнать больше об этом ресурсе...
 
Плагин перенес в бесплатку!!!!
 
Плагин перенес в бесплатку!!!!
Требует фикса, после последней обновы.
C#:
Error while compiling: BladeDeath.cs(109,46): error CS1061: Type `ListHashSet<BasePlayer>' does not contain a definition for `ForEach' and no extension method `ForEach' of type `ListHashSet<BasePlayer>' could be found. Are you missing an assembly reference?
 
Last edited:
Требует фикса, после последней обновы.
C#:
Error while compiling: BladeDeath.cs(109,46): error CS1061: Type `ListHashSet<BasePlayer>' does not contain a definition for `ForEach' and no extension method `ForEach' of type `ListHashSet<BasePlayer>' could be found. Are you missing an assembly reference?


Где-то тут:
C#:
public void SendChat(string Message,BasePlayer player, Chat.ChatChannel channel = Chat.ChatChannel.Global)
        {
            if (IQChat)
                IQChat?.Call("API_ALERT_PLAYER", player, Message);
            else BasePlayer.activePlayerList.ForEach(p => p.SendConsoleCommand("chat.add", channel, 0, Message));
        }
Если не собираетесь обновлять, скажите, что заменить.
Обновят сегодня. Жди
 
Требует фикса, после последней обновы.
C#:
Error while compiling: BladeDeath.cs(109,46): error CS1061: Type `ListHashSet<BasePlayer>' does not contain a definition for `ForEach' and no extension method `ForEach' of type `ListHashSet<BasePlayer>' could be found. Are you missing an assembly reference?


Где-то тут:
C#:
public void SendChat(string Message,BasePlayer player, Chat.ChatChannel channel = Chat.ChatChannel.Global)
        {
            if (IQChat)
                IQChat?.Call("API_ALERT_PLAYER", player, Message);
            else BasePlayer.activePlayerList.ForEach(p => p.SendConsoleCommand("chat.add", channel, 0, Message));
        }
Если не собираетесь обновлять, скажите, что заменить.
Привет,уже обновляю
 
C#:
(14:57:15) | Failed to call hook 'ConsoleCommandBlade' on plugin 'BladeDeath v0.0.2' (FormatException: Input string was not in a correct format.)
  at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <a8ed250850854b439cedc18931a314fe>:0
  at System.Number.ParseUInt64 (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) [0x00014] in <a8ed250850854b439cedc18931a314fe>:0
  at System.UInt64.Parse (System.String s) [0x00007] in <a8ed250850854b439cedc18931a314fe>:0
  at Oxide.Plugins.BladeDeath.ConsoleCommandBlade (ConsoleSystem+Arg arg) [0x00000] in <502d7b27d1d24b6e8be446ed6a266466>:0
  at Oxide.Plugins.BladeDeath.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000a3] in <502d7b27d1d24b6e8be446ed6a266466>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <33f7c42a56934dae8ec04b11017dce31>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b0a93b504f034a0db8b1c3d2503c0987>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b0a93b504f034a0db8b1c3d2503c0987>:0
(14:57:16) | scientist I. Cross[2172847] was killed by ZoV[76561198329527566]
(14:57:20) | Failed to call hook 'ConsoleCommandBlade' on plugin 'BladeDeath v0.0.2' (FormatException: Input string was not in a correct format.)
  at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <a8ed250850854b439cedc18931a314fe>:0
  at System.Number.ParseUInt64 (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) [0x00014] in <a8ed250850854b439cedc18931a314fe>:0
  at System.UInt64.Parse (System.String s) [0x00007] in <a8ed250850854b439cedc18931a314fe>:0
  at Oxide.Plugins.BladeDeath.ConsoleCommandBlade (ConsoleSystem+Arg arg) [0x00000] in <502d7b27d1d24b6e8be446ed6a266466>:0
  at Oxide.Plugins.BladeDeath.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000a3] in <502d7b27d1d24b6e8be446ed6a266466>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <33f7c42a56934dae8ec04b11017dce31>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b0a93b504f034a0db8b1c3d2503c0987>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b0a93b504f034a0db8b1c3d2503c0987>:0
(14:57:44) | [BladeDeath] Игроку успешно выдан клинок!
(14:57:46) | [BladeDeath] Игроку успешно выдан клинок!
(14:57:46) | [BladeDeath] Игроку успешно выдан клинок!
 
C#:
(14:57:15) | Failed to call hook 'ConsoleCommandBlade' on plugin 'BladeDeath v0.0.2' (FormatException: Input string was not in a correct format.)
  at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <a8ed250850854b439cedc18931a314fe>:0
  at System.Number.ParseUInt64 (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) [0x00014] in <a8ed250850854b439cedc18931a314fe>:0
  at System.UInt64.Parse (System.String s) [0x00007] in <a8ed250850854b439cedc18931a314fe>:0
  at Oxide.Plugins.BladeDeath.ConsoleCommandBlade (ConsoleSystem+Arg arg) [0x00000] in <502d7b27d1d24b6e8be446ed6a266466>:0
  at Oxide.Plugins.BladeDeath.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000a3] in <502d7b27d1d24b6e8be446ed6a266466>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <33f7c42a56934dae8ec04b11017dce31>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b0a93b504f034a0db8b1c3d2503c0987>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b0a93b504f034a0db8b1c3d2503c0987>:0
(14:57:16) | scientist I. Cross[2172847] was killed by ZoV[76561198329527566]
(14:57:20) | Failed to call hook 'ConsoleCommandBlade' on plugin 'BladeDeath v0.0.2' (FormatException: Input string was not in a correct format.)
  at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <a8ed250850854b439cedc18931a314fe>:0
  at System.Number.ParseUInt64 (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) [0x00014] in <a8ed250850854b439cedc18931a314fe>:0
  at System.UInt64.Parse (System.String s) [0x00007] in <a8ed250850854b439cedc18931a314fe>:0
  at Oxide.Plugins.BladeDeath.ConsoleCommandBlade (ConsoleSystem+Arg arg) [0x00000] in <502d7b27d1d24b6e8be446ed6a266466>:0
  at Oxide.Plugins.BladeDeath.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000a3] in <502d7b27d1d24b6e8be446ed6a266466>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <33f7c42a56934dae8ec04b11017dce31>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b0a93b504f034a0db8b1c3d2503c0987>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b0a93b504f034a0db8b1c3d2503c0987>:0
(14:57:44) | [BladeDeath] Игроку успешно выдан клинок!
(14:57:46) | [BladeDeath] Игроку успешно выдан клинок!
(14:57:46) | [BladeDeath] Игроку успешно выдан клинок!
Разработчик исправит
 
Разработчик исправит
Я понял, это когда пишешь в консоли bd nickname
а bd id норм, без ошибок.

Если не трудно добавить, чтобы в чат команды прописывать, и по нику, если не сложно.
 
А это когда в скатину бросаешь),
C#:
Failed to call hook 'OnPlayerAttack' on plugin 'BladeDeath v0.0.2' (InvalidCastException: Specified cast is not valid.)
  at Oxide.Plugins.BladeDeath.OnPlayerAttack (BasePlayer attacker, HitInfo info) [0x00048] in <502d7b27d1d24b6e8be446ed6a266466>:0
  at Oxide.Plugins.BladeDeath.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <502d7b27d1d24b6e8be446ed6a266466>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <33f7c42a56934dae8ec04b11017dce31>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b0a93b504f034a0db8b1c3d2503c0987>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b0a93b504f034a0db8b1c3d2503c0987>:0
 
Еще пожелание, различать игроков и всех NPC.
урон по игрокам: true/false
урон по npc: true/false


Для ПВЕ сервера актуально.)

Заранее благодарю.
 
Так же заметил, сообщение пишет всем на сервере, при выдаче ножа, например мне. А пишет всем.
 
можете поправить ошибку ? после броска нож становится просто обычной картинкой ножа но использовать такой нож не получится он не берется в руки нельзя ударить или кинуть
 
и заблокировать оповещение в чат о выдаче
 
Обновлю на днях
 
я дико извеняюсь ))) но я этот минус о выдаче клинка сделал в плюс ))) поэтому эту функцию лучше оставить или сделать отключаемой в конфиге )
но полностью удалять не надо)
 
а вы можете еще добавить что бы показывало ник игрока которому был выдан предмет ? если конечно это не сложно ?
 
Mercury обновил(а) ресурс BladeDeath новой записью:

Небольшое обновление функционала

- Добавил возможность в консольной команде использовать ник
- FIX NRE
- Теперь клинок будет удаляться после броска
- Исправлены сообщения в чате
- Корректировка кода

Узнать больше об этом обновлении...
 
Dear Mercury , can you fix that please...

bladedeath.png
 

Attachments

  • bladedeath.png
    bladedeath.png
    26.2 KB · Views: 3
Back
Top Bottom