New Server
-
- Posts: 153
- Joined: Tue Sep 04, 2012 12:42 am
New Server
Would anyone be able to log onto my server to see if they are able to log on? Feedback concerning whether you are able to log on or not would be greatly appreciated. I'm going to be leaving it up all day today and most of the night. The server is 75.111.25.207.
-
- Posts: 238
- Joined: Wed Sep 05, 2012 10:48 am
Re: New Server
I was able to make an account and character on the server without any difficulty.
Fully classic run speed!!
Do you have the FoV books disabled?
CoP and Zilart only server would be interesting as I started the game with ToAU. Although the FoV books weren't added until some time after I started.
I'd be willing to give the hard mode server a shot once Zilart is fully complete.
Fully classic run speed!!
Do you have the FoV books disabled?
CoP and Zilart only server would be interesting as I started the game with ToAU. Although the FoV books weren't added until some time after I started.
I'd be willing to give the hard mode server a shot once Zilart is fully complete.
-
- Posts: 153
- Joined: Tue Sep 04, 2012 12:42 am
Re: New Server
I'm still trying to disable the field manuals. Hopefully the server will not go past COP. If anyone or anyone you know is interested please send them to the server. Ideally, anything from ToAU and past it will be removed, including areas, NPCs, items, weapons, armor, skills, jobs, etc. Ideally, there would be at least seven people on at a time who are of similar level and rank. That way they can do the missions and quests that demand parties. There might need to be 50 people online at a time for there to be groups of seven people (or was the max party size 6?).
The reason why I want a pre ToAU server is because it lacks the instances, easier gameplay, hybrid classes (other than RDM), and has a slower pace than anything past ToAU. It's just another time in the history of FFXI that I would like to revisit. I don't see the point in having so many servers on easy mode (increased exp, start with lots of gil, etc). That just separates people. If there was only one server on easy mode then that server might have enough people to do group content with, which seems to be the point of MMOs to me...
The reason why I want a pre ToAU server is because it lacks the instances, easier gameplay, hybrid classes (other than RDM), and has a slower pace than anything past ToAU. It's just another time in the history of FFXI that I would like to revisit. I don't see the point in having so many servers on easy mode (increased exp, start with lots of gil, etc). That just separates people. If there was only one server on easy mode then that server might have enough people to do group content with, which seems to be the point of MMOs to me...
-
- Developer
- Posts: 539
- Joined: Sun Jul 22, 2012 12:17 am
Re: New Server
/global/scripts/settings.luaI'm still trying to disable the field manuals. Hopefully the server will not go past COP.
99% certain that particular parameter actually works. If you haven't seen settings.lua before, large portions of it do nothing right now.
Test Server: Hanekawa | Fantasy World: Naito
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
-
- Posts: 153
- Joined: Tue Sep 04, 2012 12:42 am
Re: New Server
This is really nice. I am looking through it right now and changing a few things.
-
- Posts: 153
- Joined: Tue Sep 04, 2012 12:42 am
Re: New Server
I am learning a lot about how to edit the server and still exploring the different files. I know what I would like the server to look like, a very specific time period of FFXI, but I'm not sure how to make it that way. Here is a list of things that I am trying to accomplish:
1. Make the max level 75. I believe the setting.lua file has that as the default value.
2. Get rid of all gear, spells, abilities, items, etc, that were added from ToAU onward. I can come up with a list of that. Say I go to scripts/globals/items and delete .lua files for items I don't want. Will that affect anything?
3. Get rid of and / or block access to all areas that were added after COP.
4. Get rid of NPCs added after COP.
5. Make it so that level sync does not work. Also, make it so that when you enter a COP area with a level cap that it unequips your armor and weapon that are above that level cap. In the current commercial release I believe it allows you to wear your level 75 gear in a level 30 area, but it does gimp the gear.
6. Find people who actually want to play this
1. Make the max level 75. I believe the setting.lua file has that as the default value.
2. Get rid of all gear, spells, abilities, items, etc, that were added from ToAU onward. I can come up with a list of that. Say I go to scripts/globals/items and delete .lua files for items I don't want. Will that affect anything?
3. Get rid of and / or block access to all areas that were added after COP.
4. Get rid of NPCs added after COP.
5. Make it so that level sync does not work. Also, make it so that when you enter a COP area with a level cap that it unequips your armor and weapon that are above that level cap. In the current commercial release I believe it allows you to wear your level 75 gear in a level 30 area, but it does gimp the gear.
6. Find people who actually want to play this
-
- Posts: 153
- Joined: Tue Sep 04, 2012 12:42 am
Re: New Server
NPCs are disappearing as we speak. I strongly suspect items will be also.
Re: New Server
sql tablesMagiknight wrote: 2. Get rid of all gear, spells, abilities, items, etc, that were added from ToAU onward. I can come up with a list of that. Say I go to scripts/globals/items and delete .lua files for items I don't want. Will that affect anything?
setting for that i think, not sure where thoughMagiknight wrote: 3. Get rid of and / or block access to all areas that were added after COP.
sql tablesMagiknight wrote: 4. Get rid of NPCs added after COP.
commenting something out in the core (not sure where)Magiknight wrote: 5. Make it so that level sync does not work. Also, make it so that when you enter a COP area with a level cap that it unequips your armor and weapon that are above that level cap. In the current commercial release I believe it allows you to wear your level 75 gear in a level 30 area, but it does gimp the gear.
-
- Posts: 153
- Joined: Tue Sep 04, 2012 12:42 am
Re: New Server
Thank You kjLotus and PrBlahBlahtson!