![]() |
items vanishing when dropped - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: items vanishing when dropped (/Thread-items-vanishing-when-dropped) |
RE: items vanishing when dropped - Mordaunt - 08-04-2013 12:03 PM Well besides the co-ords being reversed which I can't see making much difference because it still draws a rectangle I don't know... Does this happen in just this one region? RE: items vanishing when dropped - Rattlehead - 08-04-2013 01:46 PM actually no, it happens in al the regions i made this way so far, but i also have them all in the black area's too someone on the first page says same thing happens to him, i have floor tiles as the ground (mostly pavers, stone and sandstone) in all the area's as well, and they are in my statics files just like his, so im wondering if it isnt just the location i have triple verified its not any events or triggers making this happen RE: items vanishing when dropped - sco - 08-04-2013 04:53 PM As I said above: This happens for me, if I have black terrain under static flooritems. So: Go to your region and do a .info, click on your floor. If your terrain is 0244, get centred and draw some other terrain there and your items won't vanish for your players anymore. RE: items vanishing when dropped - Rattlehead - 08-04-2013 06:06 PM back about 5 years or so ago (geez, maybe longer tbh) this didnt happen, maybe something was changed in the server ? RE: items vanishing when dropped - Ben - 08-04-2013 11:22 PM About the coords... Don't know if its the cause of your problem but yes, you have them reversed. It still draws a rect, but the server loads each one in a specific order. I'll check the server for any drop on ground that could cause that. RE: items vanishing when dropped - Coruja - 08-09-2013 04:15 PM try check your .ini to verify if your region doesnt exceed the map maximum size Code: // To activate ML-sized map #0 uncomment the next line (don't forget to uncomment RE: items vanishing when dropped - Rattlehead - 08-09-2013 09:17 PM look the the regions coords: P=137,1237,45,3 RECT=75,1276,150,1200,3 no where near ML parts, its on map 3 RE: items vanishing when dropped - Mordaunt - 08-09-2013 09:54 PM Just to humor me, cause I am clutching at straws with this one right now. Have you defined the rest of the maps in your sphere.ini? Code: MAP2=2304,1600,32,2,2 I don't see it making any difference, but then I don't see why you're having this problem at the minute either :/ RE: items vanishing when dropped - Rattlehead - 08-10-2013 07:36 AM actually no i do not, any specific place i should put them? RE: items vanishing when dropped - Mordaunt - 08-10-2013 10:00 AM Just find map0 & map1 in sphere.ini and stick them under there, more for ease of finding than anything else. |