Page 2 of 2
Posted: Tue Sep 04, 2007 2:03 pm
by LethalEncounter
yah, those are customizable. It is just a simple packet that is sent when a client moves to a given spot.
Posted: Fri Oct 26, 2007 8:22 am
by ZexisStryfe
Two more questions about customization.
1.) I noticed that the day/night cycle seems to be working fine in the client. Is it possible to force a zone not to cycle? ie- I want the Commonlands and Freeport to always be in darkness on my server (renaming the city Nocturnus). Is this possible?
2.) Is it possible to edit what the starting cities are for the races? For instance, I only want Gorowyn, Freeport, and Qeynos as the starting cities. Neriak and Kelethin are going to be dungeons. I would also like to move the Sarnak (being evil) to Freeport and make Gorowyn a totally neutral third faction. Can this be done? (intend on creating a new world map too but that is neither here nor there ;op )
Posted: Fri Oct 26, 2007 8:32 am
by LethalEncounter
Yes it can be done, but it will take a little while. Be sure to add this request to the feature request forum so that it doesn't get lost. If I remember, when I am coding the piece that determines character's beginning stats I'll add this in as well.
Posted: Fri Oct 26, 2007 8:37 am
by ZexisStryfe
Great! thanks, LE!
Posted: Fri Oct 26, 2007 9:50 am
by Riven
LethalEncounter wrote:Yes it can be done, but it will take a little while. Be sure to add this request to the feature request forum so that it doesn't get lost. If I remember, when I am coding the piece that determines character's beginning stats I'll add this in as well.
That would be in DB? so we'll change the structure to accommodate to that matter. levelup stats, racial options each level x8 and things like that must be.
Posted: Fri Oct 26, 2007 10:17 am
by ZexisStryfe
i would expect quite a few new things are going to be added to the DB structure when all is said and done.
Posted: Fri Oct 26, 2007 10:50 am
by ZexisStryfe
LE, is it possible to customize the size of NPCs? I tried spawning Ettins and they are human sized ;op Is there/will there be a /size command or something?
Posted: Fri Oct 26, 2007 11:36 am
by John Adams
I can see in table `npc_appearance` there is a value for body_size. So I imagine, Yes.

Posted: Fri Oct 26, 2007 6:00 pm
by LethalEncounter
Yes it really isn't used right now, but you will be able to set the mobs final size as well as their initial size. For instance you can have a mob spawn tiny and then become quite large. The only problem is that they grow to full size in about 1 second. The growth time is probably one of the unknowns.
Posted: Sat Oct 27, 2007 12:27 am
by Riven
In Eq2 there are some spells that change your size, even items that do this kind of thing are using a spell. So we must have a value at char DB with 1 (x1 size) then alter it for x time to x2 or x1.5 or something like that.