EOSERV Forum > Seose > need Help!!!!
Topic is locked.
Page: << 1 >>
need Help!!!!
Author Message
Post #24352 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
Post #24355 Re: need Help!!!!

Does this also happen if you create an entirely new account followed by character creation?

16 years, 33 weeks ago
Post #24356 Re: need Help!!!!

yes, it does..... :|

16 years, 33 weeks ago
Post #24357 Re: need Help!!!!

Or you could have replied after you had checked... :/

16 years, 33 weeks ago
Post #24358 Re: need Help!!!!


i just replied saying it does =| n this time i also got ping time out

16 years, 33 weeks ago
Post #24362 Re: need Help!!!!

have you edited anything else in the default file?  it might be corrupt.

16 years, 33 weeks ago
Post #24375 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
Post #24381 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
Page: << 1 >>
Topic is locked.
EOSERV Forum > Seose > need Help!!!!