Page 1 of 1

How to start elsewhere?

Posted: Thu Apr 23, 2015 1:23 am
by xnd
i see some races have starting locations and thought i could alter the xorn to start in point-zero for a variant i am trying to make, was looking at codes and trying many attempts to do this. ha, i am missing something because all i can do is prevent the game from loading... and wasting way too much time...

i see this:

default_wilderness = {"playerpop", "allied"},
starting_zone = "trollmire",
starting_quest = "start-allied",
starting_intro = "xorn",

i've tried various ways of changing it by looking at other races and classes' starting place codes, and what looks so simple is just not doing it.

Re: How to start elsewhere?

Posted: Thu Apr 23, 2015 1:53 am
by HousePet
And what have you tried changing it to?

Re: How to start elsewhere?

Posted: Thu Apr 23, 2015 2:17 am
by xnd
default_wilderness = {"zone-pop", "angolwen-portal"}
starting_zone = "town-point-zero"
starting_quest = "start-point-zero"
self.starting_intro = "xorn"


and tried just the zone and quest parts and tried it some other things i forget obviously didnt work.

Re: How to start elsewhere?

Posted: Thu Apr 23, 2015 2:34 am
by HousePet
No commas at the end of the lines.

Re: How to start elsewhere?

Posted: Thu Apr 23, 2015 5:41 pm
by xnd
ha, i had found another error and thought it was that but then put this back with no dang commas, thx.

now it works so far, well that does.