I made a custom stormwind in my server and when people log in wherever they log in in the city the npc's and there character's fall threw the floor can anyone help me stop this![]()
I made a custom stormwind in my server and when people log in wherever they log in in the city the npc's and there character's fall threw the floor can anyone help me stop this![]()
i believe you have to change the viewing distance, i think that solved my problem for a custom sw anyways.
Noobee is close. Vindicated is wrong
Creatures load before Gameobjects so if the creature loads, then the gameobject loads, the creature will be under the gameobject before the gameobject has loaded. There are two easy solutions. The first is to change your view distance to high, so that as your approaching the custom stormwind it loads and you go onto it and start seeing npc's.
The second solution is to spawn them higher than the gameobject, this can have some problems though. If you spawn it to high people will not be able to reach it to talk to, but either way the npc will appear as if it's standing on the gameobject even if you spawned it high.
The view distance will effect how far you can see the centre of the object from, so if you suddenly fall through the ground after going to far, increase your view distance, and you should be able to go further as you still have the Gameobject loaded. Collision will not really effect a gameobject.
Hope this helps a bit
Last edited by stoneharry; 02-18-2009 at 05:15 AM.
You can also turn collision on. "I think". You can do that by going to your configuration files.
Yea. I had the same problem. I would walk into the city and when i got near the AH in Trade District Stormwind Disappeared. I fixed it by 1. Restarting the server. 2. Fixing the Viewing distance like what nobee said.
How du i change view distance ???
----------------------------------------------------------------
NVW got it to workonly changed view distance of the zone in DB ;P
and for those who dont know where it is under worldmap_info and then look for the zone where you want to change view distance and change it to between 600-800should work now
after server restart tho :P
----------------------------------------------------------------
Im sorry i dont understand this.... im using heidisql and worldmap_info is all instances and such.... can someone clarify? and there are no zone tables, rather there is an entry table and screen id's. Or are we changing the veiw distance for the whole continent... like kalimdor or eastern kingdoms?
i got it working lol. but i noticed if i add a spawn point, some toons see and stay in the location. and others see nothing and fall to the ground. i was using SW and the park as a spawn point
Last edited by jackthripper; 03-19-2009 at 11:57 PM. Reason: update
It depends on the speed of the server and you in general.
Creatures load before gameobjects, so the creatures will appear before stormwind.
If the creatures fall past the gameobject before it has loaded, then they will be underneath for you.
Theres only two ways to fix this, run in from a while away so you have already loaded the gameobject or, just don't use a gameobject for npcs to stand on.
These are two things you must do:
#1: Go into your world database, find which map id stormwind is, find the sub menu/category where viewdistance is and make it some thing like 5000.
#2: The game object is only loaded when you are its origin or close to it, so tell everyone on you server to go to the origin point before they log off. I recall stormwinds origin point well be the gate between outside and inside the city.