Garry's Mod
364 lượt đánh giá
npcDrops - NPC Drop System
2
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Content Type: Addon
Addon Type: NPC
Addon Tags: Fun, Realism
Kích cỡ file
Đã đăng
Đã cập nhật
77.255 KB
7 Thg10, 2017 @ 1:03pm
30 Thg06, 2019 @ 6:24am
12 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
npcDrops - NPC Drop System

Mô tả
Make NPCs drop entities (no longer maintained)
Loot düşüren NPCler yaratın

npcDrops is a system for making NPCs drop entities. Including DarkRP shipments, foods, weapons and much more

  • In-game configuration.
  • Flat and understandable GUI.
  • Easy and Fast configuration.
  • DarkRP shipment support. (NPCs can drop even DarkRP shipments!)
  • All drops have drop rate. (e.g. 0.1 rate => %10)
  • You can adjust rate between 0.1 - 1
  • Dropped loots can be removed after x seconds.
  • Players gets notified if they dropped a loot. (Only on <0.8 rates)
  • Cooldown and Rarity 3D2D texts on loots.
  • Play sound on drop.
  • Multiple drops!
  • and more! (Why don't you check it by yourself?)

Usage
Type chat "!npcdrops" and open the GUI.
You might want to check up the video I made. (Sorry for 360p tho :D)

Known Problems
  • (?) Causes problems in servers (I tried to fix it with the assistance of a lua developer, not sure if that fixed 100%)
  • old project, buggy code: I made this when I was 14, probably with many unnecessary code and unstable design, some people report minor bugs.
  • Adding same item multiple times (for same npc) results dropping that item only for once.
It's quite decent for fun purposes, usable in servers as well but not advised.

Credits
Devon, Main Idea
Fexa, Help on Development
Reyvın, Suggestions


Click here[github.com] to see the github page.
Thảo luận nổi bật Xem tất cả (8)
1
7 Thg03 @ 2:07pm
Spamming dedicated server console whenever a drop happens
Corey Derg
2
16 Thg04, 2019 @ 2:58am
Is there a method of adding more than one item drop to an npc?
CturiX
1
16 Thg03, 2020 @ 3:09am
"Remove after X seconds" no longer works for me
Webbs
208 bình luận
XxRoadxX 7 Thg10 @ 10:27am 
Guys i am a idiot i forgot i disable the mod :steamthumbsup:
XxRoadxX 6 Thg10 @ 11:26pm 
can't add new npcdrops for some reason :steamthumbsdown:
canefe  [tác giả] 27 Thg07 @ 3:19pm 
It works
butterbutt4565 27 Thg07 @ 12:42pm 
i spent way too long making the npcdrops and it dosent even work
Sparrow 28 Thg06 @ 6:06pm 
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  [tác giả] 27 Thg02 @ 4:19am 
@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 Thg02 @ 6:33pm 
Does not work anymore :<
Ori 21 Thg02 @ 6:17am 
Doesn't work with "Sabre-aN's Headcrab Zombie Mod", is there a work-around for this?
canefe  [tác giả] 5 Thg11, 2024 @ 6:29am 
Because you are putting the model and not an entity name in there. Use execute lua and 'spawn prop in front'
Kiyu 22 Thg09, 2024 @ 8:35am 
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!