Map Creating Problem?

Map Creating Problem?

Postby peterkap » 02 Aug 2011, 00:35

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!--For help visit http://mcdzienny.cba.pl and go to Help section.-->
<!--Lava maps list-->

<Maps>
<Map name="cube" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="62" z="39" type="" delay="0" />
</Map>
<Map name="island" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
</Map>
<Map name="lava_geyser" phase1="0" phase2="0" author="">
<Source block="ahl" x="0" y="63" z="63" type="" delay="0" />
</Map>
<Map name="bouda_metro" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
</Map>
<Map name="pluto" phase1="0" phase2="0" author="">
<Source block="ahl" x="62" y="62" z="1" type="" delay="0" />
</Map>
<Map name="vulcano" phase1="0" phase2="0" author="">
<Source block="ahl" x="0" y="63" z="0" type="" delay="0" />
</Map>
<Map name="passage" phase1="0" phase2="0" author="">
<Source block="ahl" x="126" y="63" z="7" type="" delay="0" />
</Map>
<Map name="desert_well" phase1="0" phase2="0" author="">
<Source block="ahl" x="0" y="63" z="63" type="" delay="0" />
</Map>
<Map name="dark_cave" phase1="0" phase2="0" author="">
<Source block="ahl" x="127" y="34" z="63" type="" delay="0" />
</Maps>
------
The Whole Text File.
I made dark_cave. Whats the problem?
[BlockCraft] Lava Survival/Zombie Survival
Thatssss A Nissse Everything You Have....
SSSsssss
User avatar
peterkap
 
Posts: 28
Joined: 31 Jul 2011, 00:15

Re: Map Creating Problem?

Postby PlatinumKiller » 02 Aug 2011, 01:10

There it is.

<Maps>
<Map name="cube" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="62" z="39" type="" delay="0" />
</Map>
<Map name="island" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
</Map>
<Map name="lava_geyser" phase1="0" phase2="0" author="">
<Source block="ahl" x="0" y="63" z="63" type="" delay="0" />
</Map>
<Map name="bouda_metro" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
</Map>
<Map name="pluto" phase1="0" phase2="0" author="">
<Source block="ahl" x="62" y="62" z="1" type="" delay="0" />
</Map>
<Map name="vulcano" phase1="0" phase2="0" author="">
<Source block="ahl" x="0" y="63" z="0" type="" delay="0" />
</Map>
<Map name="passage" phase1="0" phase2="0" author="">
<Source block="ahl" x="126" y="63" z="7" type="" delay="0" />
</Map>
<Map name="desert_well" phase1="0" phase2="0" author="">
<Source block="ahl" x="0" y="63" z="63" type="" delay="0" />
</Map>
<Map name="dark_cave" phase1="0" phase2="0" author="">
<Source block="ahl" x="127" y="34" z="63" type="" delay="0" />
</Map>
</Maps>

--------------------------------------

You did not add </Map> at the end of dark_cave, i did that for you :)
Image
User avatar
PlatinumKiller
 
Posts: 388
Joined: 22 Jun 2011, 22:55
Location: MCDzienny Forums

Re: Map Creating Problem?

Postby peterkap » 02 Aug 2011, 01:23

PlatinumKiller wrote:There it is.

<Maps>
<Map name="cube" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="62" z="39" type="" delay="0" />
</Map>
<Map name="island" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
</Map>
<Map name="lava_geyser" phase1="0" phase2="0" author="">
<Source block="ahl" x="0" y="63" z="63" type="" delay="0" />
</Map>
<Map name="bouda_metro" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
</Map>
<Map name="pluto" phase1="0" phase2="0" author="">
<Source block="ahl" x="62" y="62" z="1" type="" delay="0" />
</Map>
<Map name="vulcano" phase1="0" phase2="0" author="">
<Source block="ahl" x="0" y="63" z="0" type="" delay="0" />
</Map>
<Map name="passage" phase1="0" phase2="0" author="">
<Source block="ahl" x="126" y="63" z="7" type="" delay="0" />
</Map>
<Map name="desert_well" phase1="0" phase2="0" author="">
<Source block="ahl" x="0" y="63" z="63" type="" delay="0" />
</Map>
<Map name="dark_cave" phase1="0" phase2="0" author="">
<Source block="ahl" x="127" y="34" z="63" type="" delay="0" />
</Map>
</Maps>

--------------------------------------

You did not add </Map> at the end of dark_cave, i did that for you :)

Thanks, ill try it.
[BlockCraft] Lava Survival/Zombie Survival
Thatssss A Nissse Everything You Have....
SSSsssss
User avatar
peterkap
 
Posts: 28
Joined: 31 Jul 2011, 00:15

Re: Map Creating Problem?

Postby PlatinumKiller » 02 Aug 2011, 01:29

np :),

Did it work?
Image
User avatar
PlatinumKiller
 
Posts: 388
Joined: 22 Jun 2011, 22:55
Location: MCDzienny Forums

Re: Map Creating Problem?

Postby g0d01w4r99 » 02 Aug 2011, 08:02

Has to work, you ended the last </map>. Everything seems fine.
Image
User avatar
g0d01w4r99
 
Posts: 453
Joined: 09 May 2011, 13:05
Location: Behind you.

Re: Map Creating Problem?

Postby peterkap » 02 Aug 2011, 13:45

It did!
Thanks :D
[BlockCraft] Lava Survival/Zombie Survival
Thatssss A Nissse Everything You Have....
SSSsssss
User avatar
peterkap
 
Posts: 28
Joined: 31 Jul 2011, 00:15

Re: Map Creating Problem?

Postby peterkap » 02 Aug 2011, 15:01

Another Problem:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!--For help visit http://mcdzienny.cba.pl and go to Help section.-->
<!--Lava maps list-->

<Maps>
<Map name="cube" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="62" z="39" type="" delay="0" />
</Map>
<Map name="island" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
</Map>
<Map name="lava_geyser" phase1="0" phase2="0" author="">
<Source block="ahl" x="0" y="63" z="63" type="" delay="0" />
</Map>
<Map name="bouda_metro" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
</Map>
<Map name="pluto" phase1="0" phase2="0" author="">
<Source block="ahl" x="62" y="62" z="1" type="" delay="0" />
</Map>
<Map name="vulcano" phase1="0" phase2="0" author="">
<Source block="ahl" x="0" y="63" z="0" type="" delay="0" />
</Map>
<Map name="passage" phase1="0" phase2="0" author="">
<Source block="ahl" x="126" y="63" z="7" type="" delay="0" />
</Map>
<Map name="desert_well" phase1="0" phase2="0" author="">
<Source block="ahl" x="0" y="63" z="63" type="" delay="0" />
</Map>
<Map name="dark_cave" phase1="0" phase2="0" author="peterkap">
<Source block="ahl" x="127" y="34" z="63" type="" delay="0" />
</Map>
<Map name="volcano_doom" phase1="0" phase2="0" author="peterkap&TheSchiffelman">
<Source block="ahl" x="37" y="33" z="36" type="" delay="0" />
</Map>
</Maps>
[BlockCraft] Lava Survival/Zombie Survival
Thatssss A Nissse Everything You Have....
SSSsssss
User avatar
peterkap
 
Posts: 28
Joined: 31 Jul 2011, 00:15

Re: Map Creating Problem?

Postby peterkap » 02 Aug 2011, 15:55

Bump, please help.
[BlockCraft] Lava Survival/Zombie Survival
Thatssss A Nissse Everything You Have....
SSSsssss
User avatar
peterkap
 
Posts: 28
Joined: 31 Jul 2011, 00:15

Re: Map Creating Problem?

Postby PlatinumKiller » 02 Aug 2011, 16:04

You know, i don't see anything wrong, it might be the x,y,z coordinates, might not be reasonable.
Image
User avatar
PlatinumKiller
 
Posts: 388
Joined: 22 Jun 2011, 22:55
Location: MCDzienny Forums

Re: Map Creating Problem?

Postby peterkap » 02 Aug 2011, 16:20

I did everything all over again. Its fine.
[BlockCraft] Lava Survival/Zombie Survival
Thatssss A Nissse Everything You Have....
SSSsssss
User avatar
peterkap
 
Posts: 28
Joined: 31 Jul 2011, 00:15

Next

Return to Help

Who is online

Users browsing this forum: No registered users and 18 guests

cron