SphereCommunity
Quick Map Help - Printable Version

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

Pages: 1 2


Quick Map Help - pinku - 12-16-2013 11:37 AM

Hey everyone!

I did search around, but couldn't find my answer. I'm sorry if it's somewhere around. Sad

I have some trouble with my maps 2, 3 and 4.

I can walk around it with .gm ON, however, when I turn it off, I always seem to get back to the same location.

There are no console errors or anything. My server has the map2, 3 and 4 MULs, so this is not the problem either.

Am I missing an ini setting? Are they the SE and ML "basic features"?

Thanks a lot!


RE: Quick Map Help - Mordaunt - 12-16-2013 12:01 PM

do you have those expansions enabled in sphere.ini?
have you uncommented those maps in spheretables.scp?


RE: Quick Map Help - pinku - 12-16-2013 01:37 PM

First, thanks for helping!

My sphere is reading sphere_map_points2/3/4 on spheretables, if it was the question. hehe

As for the .ini, I do have some settings off.
I'm unsure which of them has something to do with the map, except for the obvious ones. Tongue
I tried spherewiki, but it couldn't help me in this part.

Code:
// FeatureT2A, used to control T2A expansion features ( default 03 )
// FEATURE_T2A_UPDATE           01 // Monster and Lost lands
// FEATURE_T2A_CHAT             02 // In game chat
FeatureT2A = 03

// FeatureLBR, used to control LBR expansion features ( default 0 )
// FEATURE_LBR_UPDATE           01 // Lbr Monsters
// FEATURE_LBR_SOUND            02 // MP3 instead of MIDI
FeatureLBR = 03

// FeatureAOS, used to control AOS expansion features ( default 0 )
// FEATURE_AOS_UPDATE_A         01 // AOS Monsters, Map
// FEATURE_AOS_UPDATE_B         02 // Tooltip, Fightbook, Necro/paladin on creation, Single/Six char selection screen, Skills, Newer spellbook support
// FEATURE_AOS_POPUP            04 // PopUp Menus
// FEATURE_AOS_DAMAGE           08
FeatureAOS = 01|08

// FeatureSE, used to control SE expansion features ( default 0 )
// FEATURE_SE_UPDATE            01 // Basic SE features
// FEATURE_SE_NINJASAM          02 // Ninja and Samurai
FeatureSE = 0

// FeatureML, used to control ML expansion features ( default 0 )
// FEATURE_ML_UPDATE            01 // Basic ML features
// FEATURE_ML_NINTHAGE          02 // Unlocks ninth age house designer items
FeatureML = 0

// FeatureKR, used to control KR expansion features ( default 0 ) (still not complete but usable)
// FEATURE_KR_UPDATE_A          01 // Basic KR features
// FEATURE_KR_UPDATE_B          02 // Basic KR features
FeatureKR = 0

// FeatureSA, used to control SA expansion features ( default 0 )
// FEATURE_SA_UPDATE            01 // Unlocks gargoyle character creation and housing items
// FEATURE_SA_MOVEMENT          02 // Activates new movement packets (not good)
FeatureSA = 0

Thanks again!


RE: Quick Map Help - amonvangrell - 12-16-2013 03:06 PM

Could be RESDISP
Code:
// Default setting for RESDISP on all newly created accounts.
AutoResDisp=5

also
uncomment
Maps on spheretables.scp
about those configs you have post, i have all mine on and the maps works fine.


RE: Quick Map Help - pinku - 12-16-2013 04:16 PM

Hey amon! Thank you for helping me out!

I currently have this setting on RESDISP:

Code:
// Default setting for all accounts specifying default resdisp.
//AutoResDisp=1

Could this be the reason?

And what do you mean on spheretables?

Thanks again.


RE: Quick Map Help - Mordaunt - 12-16-2013 10:51 PM

Yes... switch it up to like 7, which is the current expansion


RE: Quick Map Help - pinku - 12-19-2013 03:05 AM

I'm sorry for the delay, had no time the last days.

I tried AutoResDisp to 4, then 5, then 7 (just triple checking Big Grin) and the problem seems to persist.

Any other suggestions?

Thanks!


RE: Quick Map Help - darksun84 - 12-19-2013 03:41 AM

Did you uncomment the maps scripts files in spheretables .scp ?

scripts/maps/sphere_map0.scp
//scripts/maps/sphere_map0_ml.scp
//scripts/maps/sphere_map1.scp
//scripts/maps/sphere_map2.scp
//scripts/maps/sphere_map3.scp
//scripts/maps/sphere_map4.scp
//scripts/maps/sphere_map5.scp
scripts/maps/sphere_map_points0.scp
//scripts/maps/sphere_map_points0_ml.scp
//scripts/maps/sphere_map_points1.scp
//scripts/maps/sphere_map_points2.scp
//scripts/maps/sphere_map_points3.scp
//scripts/maps/sphere_map_points4.scp
//scripts/maps/sphere_map_points5.scp


RE: Quick Map Help - pinku - 12-21-2013 08:18 AM

Yes! Made sure they are reading, also restarted the server after.

scripts/map/spheremap.scp
scripts/map/sphere_map2.scp
scripts/map/sphere_map2.scp
scripts/map/sphere_map3.scp
scripts/map/sphere_map4.scp
scripts/map/spherepoints.scp
scripts/map/sphere_map_points2.scp
scripts/map/sphere_map_points3.scp
scripts/map/sphere_map_points4.scp

Still the same issue. Sad


RE: Quick Map Help - XuN - 12-21-2013 08:54 AM

Are you running in Local? or in a remote server, just point sphere to ALL your files, maybe some other files are missing.

Just to be sure, go to somewhere like 927,500,-58,2 and move to the north, use .where when you are in top of that climb and see if your Z value changed to -40, if not: sphere is not reading all files, if yes... script problem.