Page 1 of 1

Helping making custom Trainers with out natural spawns

PostPosted: 01 Feb 2017 01:27
by Jassar
Just what the title says currently setting up a server and we can not make a custom trainer with the wand if the json file is set to 0, it causes you to crash. the issue is that we do not want natural npc spawns to ruin our leveling curve

Helping making custom Trainers with out natural spawns

PostPosted: 01 Feb 2017 12:17
by Some Body
http://pixelmonmod.com/wiki/index.php?t ... JSON_files

You need to edit the file correctly. What did you change in the file? What is the crash that occurs?

Helping making custom Trainers with out natural spawns

PostPosted: 01 Feb 2017 13:07
by Jassar
In the file we are setting the rates to 0, currently we have them set to 1 so that we can use the wand
{
"type": "trainer",
"rarity": 0
}

we have also tried to omit the setting by setting it blank but that also doesnt work

Re: Helping making custom Trainers with out natural spawns

PostPosted: 05 Feb 2017 11:05
by Jassar
After messing with the file more we now have everything set to 1 so its a lower spawn, but we are still able to use the wand, still get force kicked if its set to 0 then we try to make a npc.

Helping making custom Trainers with out natural spawns

PostPosted: 05 Feb 2017 13:12
by Some Body
Post the crash that occurs. I attempted to set the rarity to 0 and no problems occurred.

Helping making custom Trainers with out natural spawns

PostPosted: 06 Feb 2017 00:40
by Jassar
sorry for wasting your time found the issue is a missing comma after setting rarity