|
|
need Help!!!!
evertime i create a char, it gets the error "problem, needs to close" i checked my maps n stuff n also tried changing my default spawn n spawn on seose, n it still did it, my maps are good and so are my pubs, so please help, n yes, i read your post sordie, n i relplied, but i didnt get replied to,
so yea..... Help please!!!
16 years, 33 weeks ago
|
Apollo
Administrator
Joined: 14th Apr 2009
Posts: 2760
Re: need Help!!!!
Does this also happen if you create an entirely new account followed by character creation?
16 years, 33 weeks ago
|
Derekc

Joined: 23rd Oct 2009
Posts: 36
Re: need Help!!!!
16 years, 33 weeks ago
|
Apollo
Administrator
Joined: 14th Apr 2009
Posts: 2760
Re: need Help!!!!
Or you could have replied after you had checked... :/
16 years, 33 weeks ago
|
Derekc

Joined: 23rd Oct 2009
Posts: 36
Re: need Help!!!!
i just replied saying it does =| n this time i also got ping time out
16 years, 33 weeks ago
|
|
|
Re: need Help!!!!
have you edited anything else in the default file? it might be corrupt.
16 years, 33 weeks ago
|
Derekc

Joined: 23rd Oct 2009
Posts: 36
Re: need Help!!!!
<!DOCTYPE xini >
/*
** Default.xini
** Sordies Endless Online Server Emulator
** Character defaults file
**
** NOTE: If you need whitespace or the characters []= in any value, the value
** MUST be enclosed in quotes. eg. name="value [with] = whitespace"
*/
[default]
{
[character]
ClassID = 1
[location]
Map = 48
X = 40
Y = 10
[stats]
HP = 50
TP = 50
Karma = 1000
[base]
MaxHP = 50
MaxTP = 50
MaxSP = 1000
MaxWeight = 150
[items]
inventory="1:100000"
[sex0]
{
[items]
Paperdoll = "1,431,424,457,0,0,0,0,0,0,0,0,0,0,0"
}
[sex1]
{
[items]
PaperDoll = "1,430,424,0,0,0,0,0,0,0,0,0,0,0,0"
}
}
that is my defauly.xini
16 years, 33 weeks ago
|
|
|
Re: need Help!!!!
i see your problem its with your inventory Param it should look like
this
<!DOCTYPE xini >
/*
** Default.xini
** Sordies Endless Online Server Emulator
** Character defaults file
**
** NOTE: If you need whitespace or the characters []= in any value, the value
** MUST be enclosed in quotes. eg. name="value [with] = whitespace"
*/
[default]
{
[character]
ClassID = 1
[location]
Map = 48
X = 40
Y = 10
[stats]
HP = 50
TP = 50
Karma = 1000
[base]
MaxHP = 50
MaxTP = 50
MaxSP = 1000
MaxWeight = 150
[sex0]
{
[items]
Paperdoll = "1,431,424,457,0,0,0,0,0,0,0,0,0,0,0"
Inventory= ""
}
[sex1]
{
[items]
PaperDoll = "1,430,424,0,0,0,0,0,0,0,0,0,0,0,0"
Inventory= ""
}
}
16 years, 33 weeks ago
| | | | | |