Максимальная производительность для ваших игровых серверов!
Заказать сейчасwhat exactly do you want?Tell me in detail, let's solve
ve ücret istemiyorum
thats impossible :) you need new oxide hook special hook. itry this for huntevent plugin but failed! :D
I know a server on which loot from animals immediately goes into inventory, so I think that if they did it, then maybeI asked people who know this job before.They told me it can only be done with oxide with special hooks attached it's not a guarantee either
Maybe the master kaidoz will tell another opinion about it
bana gitmek ve görmek istediğim bir isim verebilir misin?kesinlikle özel (oksit)
But is it possible to give a reward for a killed animal in some way and this reward is already given to the inventory?bana gitmek ve görmek istediğim bir isim verebilir misin?kesinlikle özel (oksit)
Так, кто сможет написать плагин, что при убийстве определенного животного давали бонус (ресурсы) в инвентарь и чтобы можно было настроить в конфиге какой именно дроп упадет, его шанс выпадения и количество.bana gitmek ve görmek istediğim bir isim verebilir misin?kesinlikle özel (oksit)
does not work or I do not understand how to use this codedo you know the owner of that server he can give the best answer..
neye ihtiyacın var:
Bu arada, bunu bilmeye gerek yok. "
}
// Önbelleğe alınmış yöntem
özel Sözlük <PlayerSession, string> targetAnimals = new Dictionary <PlayerSession, string> ();
#️endregion
#️region uMod Kancaları
void OnServerInitialized ()
{
LoadItems ();
CheckInvalidItems ();
}
nesne OnEntityTakeDamage (AIEntity varlığı, EntityEffectSourceData kaynağı)
{
var sourceDesc = GameManager.Instance.GetDescriptionKey (source.EntitySource);
eğer (! sourceDesc.EndsWith ("(P)")) null döndürür;
var target = GameManager.Instance.GetDescriptionKey (entity.gameObject);
var initiator = GetPlayer (sourceDesc.Replace ("(P)", ""));
eğer (hedef! = boş && başlatıcı! = boş)
{
if (targetAnimals.ContainsKey (başlatıcı))
{
eğer (targetAnimals [başlatıcı]! = hedef)
targetAnimals [başlatıcı] = hedef;
}
Başka
{
targetAnimals.Add (başlatıcı, hedef);
}
}
same hook for give to inventory...
Serkan в принципе озвучил то, что нужны дополнительные хуки(хотя хер знает, что там по хукам). В теории можно через костыль ловить спавн предметов(удалять их и выдавать игроку), но это самый худший вариантСкину 100 рублей тому, кто поможет мне с моей проблемой, есть сервер hurtworld v2. Нужно чтобы весь добываемый лут падал только в инвентарь..
Те кто умеют пользоваться OxidePatcher (да, хук можно и через dnSpy сделать но при обновлении [ага, обновлении HW] игры он пропадет) и знает структуру HW.Кто может помочь с хуком?