Change the chance drop rates, try that.
|
I think you're missing a [ and ] at the very start and end of the .json file.
But at the same time you deleted the chance for the coins itemID 995.
If you were to add more drops to a single monster, you'll want to do it like thisCode:[ { "npcIds": [ 1265 ], "drops": [ { "id": 995, "count": [ 1000 ], "chance": 0 } ]
You see after every chance, i put a comma after "}" like "}," its to carry it on. On the last one you don't want one there.Code:{ "npcIds": [ 1265 ], "drops": [ { "id": 995, "count": [ 1 ], "chance": 0 }, { "id": 1050, "count": [ 5,15 ], "chance": 0 }
« OSRS DEOB Questions | Need help adding OSRS items into a ruse base » |
Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |