Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quick Map Help
Author Message
pinku
Journeyman
*

Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4



Post: #1
Quick Map Help
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!
12-16-2013 11:37 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Quick Map Help
do you have those expansions enabled in sphere.ini?
have you uncommented those maps in spheretables.scp?

[Image: 2nis46r.jpg]
12-16-2013 12:01 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
pinku
Journeyman
*

Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4



Post: #3
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. 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!
12-16-2013 01:37 PM
Find all posts by this user Like Post Quote this message in a reply
amonvangrell
Banned

Posts: 338
Likes Given: 17
Likes Received: 32 in 20 posts
Joined: Aug 2012

britannia shard

Post: #4
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
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
pinku
Journeyman
*

Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4



Post: #5
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
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #6
RE: Quick Map Help
Yes... switch it up to like 7, which is the current expansion

[Image: 2nis46r.jpg]
12-16-2013 10:51 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
pinku
Journeyman
*

Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4



Post: #7
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 Big Grin) and the problem seems to persist.

Any other suggestions?

Thanks!
12-19-2013 03:05 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #8
RE: Quick Map Help
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
12-19-2013 03:41 AM
Find all posts by this user Like Post Quote this message in a reply
pinku
Journeyman
*

Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4



Post: #9
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. Sad
12-21-2013 08:18 AM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #10
RE: Quick Map Help
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.
12-21-2013 08:54 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)