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.
How to start elsewhere?
Moderator: Moderator
Re: How to start elsewhere?
And what have you tried changing it to?
My feedback meter decays into coding. Give me feedback and I make mods.
Re: How to start elsewhere?
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.
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?
No commas at the end of the lines.
My feedback meter decays into coding. Give me feedback and I make mods.
Re: How to start elsewhere?
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.
now it works so far, well that does.