![]() |
Got a few issues and no idea how to resolve! - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: General Discussion (/Forum-General-Discussion) +--- Forum: UO/Sphere Discussion (/Forum-UO-Sphere-Discussion) +--- Thread: Got a few issues and no idea how to resolve! (/Thread-Got-a-few-issues-and-no-idea-how-to-resolve) |
RE: Got a few issues and no idea how to resolve! - babazar - 07-25-2013 12:14 AM Yeh, Just slightly confused on what to do, As map1 (haven) the landscape is all over the place, Im using ML client 6.0 something ![]() So map0 and map0 are the same size 7168,4096,-1,-1 ? RE: Got a few issues and no idea how to resolve! - Mordaunt - 07-25-2013 01:24 AM map0 and map1 are yes RE: Got a few issues and no idea how to resolve! - babazar - 07-25-2013 07:31 AM confused Mordaunt as you have, // To activate ML-sized map #0 uncomment the next line (don't forget to uncomment // sphere_map0_ml.scp and sphere_map_points0_ml.scp in spheretables.scp if you want // to use the default areas) // Map0=7168,4096,-1,0,0 // // To activate ML-sized map #1 uncomment the next line // Map1=7168,4096,-1,1,1 // // // MAP2=2304,1600,32,2,2 // MAP3=2560,2048,32,3,3 // MAP4=1448,1448,8,4,4 // MAP5=1280,4096,64,5,5 In your spawner script. ![]() RE: Got a few issues and no idea how to resolve! - Mordaunt - 07-25-2013 10:41 AM Somewhere along the way the sphere.ini map numbers have been changed, and make no sense to me because the last number is the map plane, hence them being numbered 0 to 5... wtf is mapplane -1? Map<x>= x,y,z,m think the last number is virtual map plane if memory serves... RE: Got a few issues and no idea how to resolve! - RanXerox - 07-25-2013 11:30 AM I think you are confusing the use of MAP in scripts versus the use of MAPx in the Sphere.ini file... Quote:08-01-05, Vjaka RE: Got a few issues and no idea how to resolve! - Mordaunt - 07-25-2013 12:02 PM well that makes no sense because sector size for map 0 and 1 is 64... -1 is not a real size... RE: Got a few issues and no idea how to resolve! - babazar - 07-25-2013 07:25 PM It might not make since but that's what u have In ur background spawner script.. RE: Got a few issues and no idea how to resolve! - Mordaunt - 07-25-2013 10:04 PM Well.. it came straight from the sphere.ini when I wrote out the instruction for the script so... RE: Got a few issues and no idea how to resolve! - babazar - 07-29-2013 12:06 AM lol i know just seems strange theress a slight change RE: Got a few issues and no idea how to resolve! - babazar - 08-02-2013 07:45 PM TY I got it reosolved! |