ok so i'll give a brief description on what is going to occur to get the boats working correctly the best way we can. All the boats and platforms use models because they are considered npcs with a set "loop" to do in timed intervals. I haven't quite figured out how to change their pathing but you can change the boats themselves. So for all the platforms "includes every zone" their pathing is correct from what I have found so far. so all you need to change for them is the height at which they are sitting on the water. its an easy fix since you can target the platform and get the ID for it. Once you have the id go to the spawnentry section of your database look for the npc id and get the spawngroupid which is right next to your npc id. now go into spawn2 in your database and look for the spawngroupid that you got. once you find the column with the spawngroupid there are x y z and facing coords you need to change the Z coord to fix the heigh issue. once you change the cord just do a #repop and the platform will be fixed. also if you hate the white boat the only other skin i could find is a brown boat. you change that by changing the npcs gender to 0 instead of 2. btw the platform model is 73 and the boat models are 72. I'll hafto write a page long description on how to get the big boats working those require a bit of work.
For any server admins that run a private or public server if your having issues with this you can message me and i'll do what I can to help.
|