SphereCommunity
Ilshenar Map - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Ilshenar Map (/Thread-Ilshenar-Map)



Ilshenar Map - Handred - 07-13-2012 11:04 AM

Hello guys.

I'm back into the UO Community.

I've never used other mapplanes to play on Ilshenar Map and others. Im trying on my new shard but i'm getting this error when I walk (i can only walk as a GM, as a player I can't)

21:00:ERROR:Exception creating new memory block at 1000,464,0,2. (CGrayMapBlock: Read)
21:00:WARNING:GetMapBlock failed at 1005,465,0,2.

My client has the map and the statics
The server has the same files in it's mul folder.
My ini setting goes like this : MAP3=2304,1600,32,2,2
(Yes, i want Ilshenar on map3 because im already having 2 other mapplanes, i tried it with Map2 anyway and same result)

So... am I missing something?

Thanks!


RE: Ilshenar Map - darksun84 - 07-13-2012 11:59 PM

Did you uncomment on spheretables.scp the files spheremap3.scp spheremap3_points.scp ?


RE: Ilshenar Map - Skul - 07-14-2012 12:55 AM

ah, you need this in sphere.ini Handred:
Code:
MAP2=2304,1600,32,2
MAP3=2560,2048,32,3
MAP4=1448,1448,8,4
MAP5=1280,4096,32,5

The specified are arranged as:
Code:
MAPx=x,y,sector size,map #

You can probably make your own mapX.mul and use it.


RE: Ilshenar Map - Handred - 07-14-2012 10:29 AM

Like I said, my sphere.ini has it already, on MAP3 even if its map2.mul.

Yes Darksun I have them uncommented, otherwise I could not do .go ilshenar, which actually works.

Any other idea ?


RE: Ilshenar Map - Skul - 07-14-2012 01:59 PM

Why does your .ini have 5 arguments for map3?


RE: Ilshenar Map - Handred - 07-14-2012 09:58 PM

Ive checked everywhere it was posting such config and tried them all.
Have you ever enabled it and tested it without .gm?
Fixed it.

You cannot seem to assign MAP3 to map source 2.

Works now. Thanks.
Nevermind.

I had invalid RECT in the spheremap, RECT=0,0,2299,1599,2, should have been ,3.

><