Jump to content

TI99Kitty

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    USA

TI99Kitty's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Is it only in mob.h? Because I set it to 5000, and map_server still says it's set to 4000.
  2. The other error map-server throws back at me is this: The only place I found a place to change max_mob_db was in ...\rAthena\src\map\mob.h, and I upped the limit to 5000. I then recompiled the map-server, but I still get the error, saying to increase max_mob_db, and that it's still set at 4000. It's only 4 mobs I'd lose if I don't fix this, but I'd like to keep them, as well as add other customs in the future. Any help/advise would be appreciated. (edited to correct "max_mob_id" to "max_mob_db")
  3. I've gotten rid of most of the errors on login-server, char-server, and map-server, but there are still two that elude me. The first is an item_db error. It's for item 15037, Pertz Plate. The part that the map-server is choking on is this: bonus bMdef,10; bonus bBaseAtk,20; bonus bFlee,17; if(isequipped(2476,2575,2884)) { bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; bonus2 bSkillAtk,"RK_SONICWAVE",100; bonus2 bSkillAtk,"RK_WINDCUTTER",100; autobonus "{ sc_start SC_CONCENTRATION,10000,(getskilllv("LK_CONCENTRATION"))?getskilllv("LK_CONCENTRATION"):1; bonus bAspd,2; }",1,10000,BF_WEAPON,"{}"; } If anyone can tell me what this entry is supposed to be, I'd be grateful.
  4. Okay, so I'm going to take the fact that none of the threads listed on that page even mention account creation, that the only way to do it is client-side, or using MySQL. Fortunately, I found a version of MySQL that doesn't max out my CPU's, RAM and pagefile for 20 minutes, then crash and tell me that there's some undefined bug, so I can now actually edit and compile files. Now, all I need is to figure out why the rAthena client disconnects during character creation. I guess this topic can be closed now.
  5. I had a private server acouple of years ago, but have been away for awhile. I'm trying to set up a server again, and have been running into problems at every turn. I've worked many of them out myself (the wiki is no help at all), but I can't figure out where the player accounts are stored. There used to be a file, which could be edited, containing all the player accounts (as well as one that contained the players' characters). These files no longer seem to exist, and there is no obvious way to create new player accounts (I used to add them manually to the player account file). How do I add new player accounts? Don't suggest using the client to create an account, as I still haven't figured out how to get the client to run without crashing. For all I know, it may have created the account, but I have no way of knowing, since I can't find any sign of it on the server side.
×
×
  • Create New...