DropChances don't seem to be working, even with correct format.
I have one code that works:
/summon Zombie ~ ~2 ~ {DropChances:[1.0f,0.2f,0.2f,0.2f,0.2f],Equipment:[{id:272,Count:1,tag:{display:{Name:"Undead Knight's Sword"}}},{id:301,Count:1,tag:{display:{color:8882055}}},{id:304,Count:1,tag:{display:{color:8882055}}},{id:299,Count:1,tag:{display:{color:8882055}}},{id:298,Count:1,tag:{display:{color:8882055}}}],CustomNameVisible:1,CustomName:"Undead Knight"}
And one that doesn't:
/summon Witch ~ ~2 ~ {DropChances:[1.0f,0.2f,0.2f,0.2f,0.2f],Equipment:[{id:387,Count:1,tag:{title:A word from Aero,author:Aerotactics,pages:["Good Riddance."]}},{},{},{},{}]}
And have no idea why code 2 doesn't work.
Created Issue:
DropChances don't seem to be working, even with correct format.
I have one code that works:
{Name:"Undead Knight's Sword"}
[code:XML]/summon Zombie ~ ~2 ~ {DropChances:[1.0f,0.2f,0.2f,0.2f,0.2f],Equipment:[{id:272,Count:1,tag:{display:}},{id:301,Count:1,tag:{display:}},{id:304,Count:1,tag:{display:}},{id:299,Count:1,tag:{display:}},{id:298,Count:1,tag:{display:}}],CustomNameVisible:1,CustomName:"Undead Knight"}[code]
And one that doesn't:
[code:XML]/summon Witch ~ ~2 ~ {DropChances:[1.0f,0.2f,0.2f,0.2f,0.2f],Equipment:[{id:387,Count:1,tag:{title:A word from Aero,author:Aerotactics,pages:["Good Riddance."]}},{},{},{},{}]}[code]And have no idea why code 2 doesn't work.
- Unresolved
- Open
- Unconfirmed
- Book Command DropChances Summon Written
- 1.7.2
I have one code that works:
{Name:"Undead Knight's Sword"}[code:XML]/summon Zombie ~ ~2 ~ {DropChances:[1.0f,0.2f,0.2f,0.2f,0.2f],Equipment:[{id:272,Count:1,tag:{display:}},{id:301,Count:1,tag:{display:}},{id:304,Count:1,tag:{display:}},{id:299,Count:1,tag:{display:}},{id:298,Count:1,tag:{display:}}],CustomNameVisible:1,CustomName:"Undead Knight"}[code]
And one that doesn't:
[code:XML]/summon Witch ~ ~2 ~ {DropChances:[1.0f,0.2f,0.2f,0.2f,0.2f],Equipment:[{id:387,Count:1,tag:{title:A word from Aero,author:Aerotactics,pages:["Good Riddance."]}},{},{},{},{}]}[code]And have no idea why code 2 doesn't work.
I have one code that works:
{Name:"Undead Knight's Sword"}
/summon Zombie ~ ~2 ~ {DropChances:[1.0f,0.2f,0.2f,0.2f,0.2f],Equipment:[{id:272,Count:1,tag:{display:}},{id:301,Count:1,tag:{display:}},{id:304,Count:1,tag:{display:}},{id:299,Count:1,tag:{display:}},{id:298,Count:1,tag:{display:}}],CustomNameVisible:1,CustomName:"Undead Knight"}
And one that doesn't:
/summon Witch ~ ~2 ~ {DropChances:[1.0f,0.2f,0.2f,0.2f,0.2f],Equipment:[{id:387,Count:1,tag:{title:A word from Aero,author:Aerotactics,pages:["Good Riddance."]}},{},{},{},{}]}And have no idea why code 2 doesn't work.
I have one code that works:
{Name:"Undead Knight's Sword"}
/summon Zombie ~ ~2 ~ {DropChances:[1.0f,0.2f,0.2f,0.2f,0.2f],Equipment:[{id:272,Count:1,tag:{display:}},{id:301,Count:1,tag:{display:}},{id:304,Count:1,tag:{display:}},{id:299,Count:1,tag:{display:}},{id:298,Count:1,tag:{display:}}],CustomNameVisible:1,CustomName:"Undead Knight"}
And one that doesn't:
/summon Witch ~ ~2 ~ {DropChances:[1.0f,0.2f,0.2f,0.2f,0.2f],Equipment:[{id:387,Count:1,tag:{title:A word from Aero,author:Aerotactics,pages:["Good Riddance."]}},{},{},{},{}]}And have no idea why code 2 doesn't work.
I have one code that works:
/summon Zombie ~ ~2 ~ {DropChances:[1.0f,0.2f,0.2f,0.2f,0.2f],Equipment:[{id:272,Count:1,tag:{display:{Name:"Undead Knight's Sword"}}},{id:301,Count:1,tag:{display:{color:8882055}}},{id:304,Count:1,tag:{display:{color:8882055}}},{id:299,Count:1,tag:{display:{color:8882055}}},{id:298,Count:1,tag:{display:{color:8882055}}}],CustomNameVisible:1,CustomName:"Undead Knight"}And one that doesn't:
/summon Witch ~ ~2 ~ {DropChances:[1.0f,0.2f,0.2f,0.2f,0.2f],Equipment:[{id:387,Count:1,tag:{title:A word from Aero,author:Aerotactics,pages:["Good Riddance."]}},{},{},{},{}]}And have no idea why code 2 doesn't work.
DropChances don't seem to be working, even with correct format. (Not quite Resolved!)
DropChances don't seem to be working, even with correct format.(Not quite Resolved!)
Witches can't drop equipment.
Retry with Skeletons and Zombies. Same results!
Put quotes around strings.
And boom goes the dynamite. Thank you!