pinku
Journeyman
Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4
|
Quick Map Help
Hey everyone!
I did search around, but couldn't find my answer. I'm sorry if it's somewhere around.
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!
|
|
12-16-2013 11:37 AM |
|
|
pinku
Journeyman
Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4
|
RE: Quick Map Help
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.
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!
|
|
12-16-2013 01:37 PM |
|
|
amonvangrell
Banned
Posts: 337
Likes Given: 17
Likes Received: 32 in 20 posts
Joined: Aug 2012
britannia shard
|
RE: Quick Map Help
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.
(This post was last modified: 12-16-2013 03:06 PM by amonvangrell.)
|
|
12-16-2013 03:06 PM |
|
|
pinku
Journeyman
Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4
|
RE: Quick Map Help
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.
|
|
12-16-2013 04:16 PM |
|
|
pinku
Journeyman
Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4
|
RE: Quick Map Help
I'm sorry for the delay, had no time the last days.
I tried AutoResDisp to 4, then 5, then 7 (just triple checking ) and the problem seems to persist.
Any other suggestions?
Thanks!
|
|
12-19-2013 03:05 AM |
|
|
pinku
Journeyman
Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4
|
RE: Quick Map Help
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.
|
|
12-21-2013 08:18 AM |
|
|