Hello
Can i use custom drop
I mean i have a Table!
local Item = QuickCreateItemTable(BaseFood, "item_bananaseed", "Banana Seed", "Needs to be planted", "icons/food_antmeat.png")
function Item:Use( plyPlayer )
plyPlayer:ConCommand( "ud_plantbanana" )
end
And i want Custom Drops
local Basefood = {
item_orangeseed,
item_bananaseed,
and more
}
my question is how can i do that it is compatible with my present system
for strItem, tblInfo in pairs(tblNPCTable.Drops or {}) do
local tblItemTable = ItemTable(strItem)
-- 244132089
if npcTarget:GetLevel() >= (tblInfo.MinLevel or 0) then
No need to create two separate threads for the same question.
OnNPCKilled (Function List)
this is not works!
Here can me Everyone not help?
Sorry, you need to Log In to post a reply to this thread.