Garry's Mod

Garry's Mod

364 oy
npcDrops - NPC Loot Sistemi
2
   
Ödül
Favorilere Ekle
Favorilere Eklendi
Favorilerden Çıkar
İçerik Türü: Eklenti
Eklenti Türü: NPC
Eklenti Etiketleri: Eğlence, Gerçekçilik
Dosya Boyutu
Gönderilme
Güncellenme
77.255 KB
7 Eki 2017 @ 13:03
30 Haz 2019 @ 6:24
12 Değişiklik Notu ( görüntüle )

İndirmek için abone ol
npcDrops - NPC Loot Sistemi

Açıklama
Loot düşüren NPCler yaratın

npcDrops NPC'lerin entity lootlar düşürmesini sağlar.
npcDrops İngilizce dilindedir. Fakat basit İngilizce bilgisiyle sorunsuz kullanabilirsiniz.

  • Oyun-içi ayarlama.
  • Sade ve anlaşılır GUI.
  • Kolay ve hızlı kurulum.
  • DarkRP shipment desteği. (Çıkan lootları shipment yapabilirsiniz.)
  • Lootlara düşme şansı ekleyebilirsiniz. (0.1 - 1)
  • Lootların belirli bir süre içinde silinmesini sağlayabilirsiniz. (Kapatabilirsiniz)
  • Oyuncular loot düşürdüğünde uyarılır. (Kapatabilirsiniz)
  • Lootlar üzerinde ne zaman silineceğini ve ismini gösteren 3D2D yazılar. (Kapatabilirsiniz)
  • Loot düştüğünde ses çıkar.
  • Bir NPC için birden fazla loot!
  • Custom-Lua-Execution yani loot düştükten sonra lua kodu çalıştırabilirsiniz. (Hazır şemalar var işinize gelebilir.)
  • Lootun üstüne istediğiniz yazıyı yazabilirsiniz.

Chata "!npcdrops" yazıp GUI'yi açabilirsiniz.



Oluşturanlar

cometopapa, Genel kodlama
Devon, Fikri veren
Fexa, Yapım sürecinde yardımcı olan
Reyvın, Fikirler veren

npcDrops Github[github.com]
npcDrops Trello[trello.com]


Sorununuz olursa yorum yazmayı ihmal etmeyiniz.
Popüler Tartışmalar Tümünü Görüntüle (8)
1
7 Mar @ 14:07
Spamming dedicated server console whenever a drop happens
Corey Derg
2
16 Nis 2019 @ 2:58
Is there a method of adding more than one item drop to an npc?
CturiX
1
16 Mar 2020 @ 3:09
"Remove after X seconds" no longer works for me
Webbs
208 Yorum
XxRoadxX 7 Eki @ 10:27 
Guys i am a idiot i forgot i disable the mod :steamthumbsup:
XxRoadxX 6 Eki @ 23:26 
can't add new npcdrops for some reason :steamthumbsdown:
canefe  [yaratıcı] 27 Tem @ 15:19 
It works
butterbutt4565 27 Tem @ 12:42 
i spent way too long making the npcdrops and it dosent even work
Sparrow 28 Haz @ 18:06 
i honestly think you should add a search menu and all that like zippys group spawner to make it eazier to get the entities and such
canefe  [yaratıcı] 27 Şub @ 4:19 
@Ori
The npc ids can differ from the one when you rightclick-copy. For example in that mod when I copy the zombine torso it copies as 'npc_headcrabzombinetorso_soldier' but when it's actually spawned you can see on the console it spawns as 'npc_zombie_torso'.
You have to put the second one when you are creating npcdrops. That means it's not possible to have drops for different kind of zombies provided by that mod. npcDrops doesn't support that right now.
Thund3r_Strukt 24 Şub @ 18:33 
Does not work anymore :<
Ori 21 Şub @ 6:17 
Doesn't work with "Sabre-aN's Headcrab Zombie Mod", is there a work-around for this?
canefe  [yaratıcı] 5 Kas 2024 @ 6:29 
Because you are putting the model and not an entity name in there. Use execute lua and 'spawn prop in front'
Kiyu 22 Eyl 2024 @ 8:35 
Hey,
I've enjoyed this mod over the years, but there seems to be an issue with spawning props as entities to drop, regardless of the NPC type. I need NPCs to drop props to assist in seamless gameplay featuring a crafting system. Here's the error:

[1]:
["data"] = [{"shipment":false,"rate":1.0,"ent":"models/props_c17/oildrum001.mdl"}]
["npc_id"] = npc_zombie
got you
["models/props_c17/oildrum001.mdl"]:
["ent"] = models/props_c17/oildrum001.mdl
["rate"] = 1
["shipment"] = false
Attempted to create unknown entity type models/props_c17/oildrum001.mdl!


Whether or not this mod is discontinued, I would appreciate if you looked into this error. Have a nice day!