Quote:
	
	
		| 
					Originally Posted by papaj  I have SoD downloaded and able to play on servers, but I cant seem to get the Luclin Character models to work. Any idea how i can get them or what i need to do step by step to? 
 Yes i have activated them in the options before login screen and have restarted client multiple times with them still selected. Any help would be great.
 
 Papaj
 | 
	
 In order to re-enable them you'll need to edit your 
eqclient.ini file. 
Find:
	Code:
	AllLuclinPcModelsOff=TRUE
 Should be:
	Code:
	AllLuclinPcModelsOff=FALSE
 And then find these options:
	Code:
	UseLuclinHumanMale=FALSE
UseLuclinHumanFemale=FALSE
UseLuclinBarbarianMale=FALSE
UseLuclinBarbarianFemale=FALSE
UseLuclinEruditeMale=FALSE
UseLuclinEruditeFemale=FALSE
UseLuclinWoodElfMale=FALSE
UseLuclinWoodElfFemale=FALSE
UseLuclinHighElfMale=FALSE
UseLuclinHighElfFemale=FALSE
UseLuclinDarkElfMale=FALSE
UseLuclinDarkElfFemale=FALSE
UseLuclinHalfElfMale=FALSE
UseLuclinHalfElfFemale=FALSE
UseLuclinDwarfMale=FALSE
UseLuclinDwarfFemale=FALSE
UseLuclinTrollMale=FALSE
UseLuclinTrollFemale=FALSE
UseLuclinOgreMale=FALSE
UseLuclinOgreFemale=FALSE
UseLuclinHalflingMale=FALSE
UseLuclinHalflingFemale=FALSE
UseLuclinGnomeMale=FALSE
UseLuclinGnomeFemale=FALSE
UseLuclinIksarMale=FALSE
UseLuclinIksarFemale=FALSE
UseLuclinVahShirMale=FALSE
UseLuclinVahShirFemale=FALSE
UseLuclinElementals=FALSE
 and set them to true:
	Code:
	UseLuclinHumanMale=TRUE
UseLuclinHumanFemale=TRUE
UseLuclinBarbarianMale=TRUE
UseLuclinBarbarianFemale=TRUE
UseLuclinEruditeMale=TRUE
UseLuclinEruditeFemale=TRUE
UseLuclinWoodElfMale=TRUE
UseLuclinWoodElfFemale=TRUE
UseLuclinHighElfMale=TRUE
UseLuclinHighElfFemale=TRUE
UseLuclinDarkElfMale=TRUE
UseLuclinDarkElfFemale=TRUE
UseLuclinHalfElfMale=TRUE
UseLuclinHalfElfFemale=TRUE
UseLuclinDwarfMale=TRUE
UseLuclinDwarfFemale=TRUE
UseLuclinTrollMale=TRUE
UseLuclinTrollFemale=TRUE
UseLuclinOgreMale=TRUE
UseLuclinOgreFemale=TRUE
UseLuclinHalflingMale=TRUE
UseLuclinHalflingFemale=TRUE
UseLuclinGnomeMale=TRUE
UseLuclinGnomeFemale=TRUE
UseLuclinIksarMale=TRUE
UseLuclinIksarFemale=TRUE
UseLuclinVahShirMale=TRUE
UseLuclinVahShirFemale=TRUE
UseLuclinElementals=TRUE
 Hope that helps