Crusader 
Master
 
Posts: 254
Likes Given: 7
Likes Received: 19 in 12 posts
Joined: Apr 2012
Reputation: 6
Erehwon New Hera

|
Map1 not working.
as i wrote in chat XD i have this weird issue: when i go in map1 (.go xxxx,xxxx,x,1 or xxxx,xxxx,xxxx,1,1 instead of find myself in the map1 i'm still in map0 (i mean i see the same map0 and i can move on it), but in Axis i see the map1 and according with axis i'm in the right map.
I'm adding all the infos, but take into account that both maps are custom and if i switch map0 with map1 i can see the other map without problems but when i go in map1 again, i have the same issue (i see map0).
so...sphere ini is like this (take into account that i activated all features 'till ML (included)) + i use client 5.x:
Code:
// 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,-1,-1
// To activate ML-sized map #1 uncomment the next line
//Map1=7168,4096,0,1
MAP0=7168,4096,-1,0,0 // i tried also without this and the next line
MAP1=7168,4096,-1,1,1
// To enable the use of MapDif*.mul and StaDif*.mul files, set this to 1.
UseMapDiffs=0
spheretables.scp:
Code:
// -----------------------------------
// Maps
// -----------------------------------
//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
// -----------------------------------
scripts/sphere_menu.scp
scripts/sphere_name.scp
scripts/sphere_skillmenu.scp
scripts/sphere_spawns.scp
scripts/sphere_speech.scp
scripts/sphere_skills.scp
scripts/spells/
// scripts/sphere_spells.scp
scripts/sphere_newb.scp
scripts/sphere_template.scp
scripts/sphere_template_loot.scp
scripts/sphere_template_vend.scp
scripts/sphere_triggers.scp
scripts/sphere_serv_triggers.scp
scripts/speech/
scripts/custom/
scripts/custom/armors/
scripts/custom/map/
scripts/custom/skills/
scripts/custom/skillmenu/
scripts/custom/weapons/
Inside script/custom/map i have:
ere_spherenames.scp:
Code:
VERSION=0.56b
[AREADEF a_world]
EVENTS=r_default,r_default_rock,r_default_water,r_default_tree,r_default_grass
NAME=Erehwon
GROUP=ALLMAP
P=1323,1624,55,0
RECT=0,0,7168,4096,0
[...] and other stuff
ere_spherenames1.scp:
Code:
VERSION=0.56b
[AREADEF a_world_map1] // UO Renaissance (T2A, map0,statics0,staidx0), map #0
NAME=Dungeon Sigil
FLAGS=region_flag_dungeon
GROUP=ALLMAP
P=1323,1624,55,1
RECT=0,0,7168,4096,1
EVENTS=r_default,r_default_rock,r_default_water,r_default_tree,r_default_grass
[AREADEF a_arena1_espera]
NAME=Arena 1 - Espera
FLAGS=region_antimagic_all|region_antimagic_gate|region_flag_nobuilding|region_flag_safe|region_flag_no_pvp
GROUP=PVP Arenas
P=5225,1747,0,1
RECT=5224,1740,5227,1755,1
[EOF]
Any suggestions?
|
|