![]() |
Help with ScriptPack - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Help with ScriptPack (/Thread-Help-with-ScriptPack) |
RE: Help with ScriptPack - Alaric - 04-26-2013 06:42 AM Problem with those two tps for map0 and map1, I quess. "sphere_map_points0" "sphere_map_points1" (delete this one?) RE: Help with ScriptPack - RanXerox - 04-26-2013 11:25 AM (04-26-2013 06:42 AM)Alaric Wrote: Problem with those two tps for map0 and map1, I quess. That sounds like bad advice... While it's true that it will eliminate these errors, it could also eliminate things you might actually want lol. RE: Help with ScriptPack - Mordaunt - 04-26-2013 12:08 PM Check those scripts... Ensure that the last digit on each line under teleporters before the = on that line is a 0 for sphere_map_points0.scp and a 1 for sphere_map_points1.scp I have a feeling they will both show 0 hence the conflicting teleport errors RE: Help with ScriptPack - Alaric - 04-26-2013 02:33 PM Ah, those scps are OK. Both. Since you changed the settings in sphere.ini, the map is only 6144 x 4096. If you try it in game, you cant even teleport further... Just an idea again ![]() // 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,64,-1 // To activate ML-sized map #1 uncomment the next line MAP1=7168,4096,512,0 (or -1, -2, ... ?) RE: Help with ScriptPack - Mordaunt - 04-26-2013 09:58 PM If you are using the ML expansion and want your players able to go to that area, yes you need to use those map sizes. RE: Help with ScriptPack - Ben - 04-27-2013 10:02 AM I'm wondering... what sphere version are you using? I don't understand why it would not detect the size automatically... But if it absolutely does not want to do it... these are the settings that you need. //MAPx=max_x,max_y,sector_size,real_map_number. //-1 here uses default setting which would be map0.mul for both Map0=7168,4096,-1,-1 Map1=7168,4096,-1,-1 RE: Help with ScriptPack - diegobh - 04-27-2013 12:42 PM Thank all for ur help. (04-26-2013 06:10 AM)RanXerox Wrote: Show us lines 355-408 of sphere_map_points0.scpHere: Code: 1714,2997,0,0=6310,892,0,0=tp_PaintedCaves_Entrance (04-26-2013 12:08 PM)Mordaunt Wrote: Check those scripts... Its all 0 from sphere_map_points0.scp and 1 from sphere_map_points1.scp: sphere_map_points0.scp: Code: [Teleporters] sphere_map_points1.scp: Code: [Teleporters] (04-27-2013 10:02 AM)Ben Wrote: I'm wondering... what sphere version are you using? I changed the MAP0=7168,4096,64,-1 to Map0=7168,4096,-1,-1 and MAP1=7168,4096,512,1 to Map1=7168,4096,-1,-1 and I didnt get the console errors. But i got a lot of MegaCilloc errors again... =P I'm using Sphere 0.56b-Nightly [WIN32] by http://www.sphereserver.com, compiled at Jul 18 2009 (00:02:00), internal build #1147. Anyway, for all that would like see all the configs and scripts, i'm using this pack: http://forum.spherecommunity.net/sshare.php?download=122 Thank all you ![]() (04-25-2013 02:11 AM)Shaklaban Wrote: megacliloc errors means your cliloc.enu file not contain that clilocs. 4.0.11c is too old, i suggest you to use at least that version: You are right. I was using an old UO ML install,that give me client 4.0.11c. With ur link, i got a UO AOS with client 6.0.1.10. Thank you very much! And thanks to all that helped me. xD I think it was really problem with client, not Sphere because with this new installation, i use the Map0 and Map1 settings the same as i got in Scriptpacket and i dont got error. xDDD The scriptpack is a little old, is possible to use this scripts and configuration with new sphere and client High Seas? Its too complicated to update? Thankz xD RE: Help with ScriptPack - Ben - 04-27-2013 01:07 PM ok, that explains why it's not detecting the map size automatically. Your Sphere version is too old. Get an updated one from here: http://nightly.prerelease.sphere.torfo.org/ RE: Help with ScriptPack - diegobh - 04-27-2013 02:22 PM (04-27-2013 01:07 PM)Ben Wrote: ok, that explains why it's not detecting the map size automatically. Your Sphere version is too old. Ok ill try ![]() Thank you! |