How to add mystic?

How to add mystic?

Postby creativemagic » 15 Nov 2011, 19:27

Hello, I've been adding new maps to my server by adding the coordinates to the maps.txt file and then copying and pasting the mapname.lvl to the maps folider, and i have been a Big fan of the mystic map and wanted to add it to my server too but cant seem to figure out how to do it. since there are more then 3 lines of numbers and it says ture: mystic : 59 : 33 : 59 : 18 : 9 : true
were do i put the other two numbers? where do i write true ? ATM, my txt file looks like this:

<?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="hood" phase1="0" phase2="0" author="">
<Source block="ahl" x="34" y="63" z="36" type="" delay="0" />
</Map>
<Map name="mine" phase1="0" phase2="0" author="">
<Source block="ahl" x="29" y="63" z="33" type="" delay="0" />
</Map>
<Map name="sioreolus" phase1="0" phase2="0" author="">
<Source block="ahl" x="25" y="63" z="32" type="" delay="0" />
</Map>
<Map name="jsgarden" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
<Source block="ahl" x="2" y="63" z="2" type="" delay="0" />
</Map>
<Map name="pluto" phase1="0" phase2="0" author="">
<Source block="ahl" x="62" y="62" z="1" type="" delay="0" />
<Command command="say %eOh noes %cMETEOR %eis coming!" delay="60" phase="2" />
<Command command="place meteor 35 62 33 lava" delay="65" phase="2" />
</Map>
<Map name="icedearth" phase1="0" phase2="0" author="">
<Source block="ahl" x="63" y="63" z="63" type="" delay="0" />
</Map>
<Map name="mystic" phase1="0" phase2="0" author="">
<Source block="ahl" x="59" y="33" z="59" type="" delay="0" />
</Map>
<Map name="space" phase1="0" phase2="0" author="">
<Source block="ahl" x="39" y="62" z="39" type="" delay="0" />
</Map>
</Maps>

What am i doing wrong?
Thanks for the help :)
Owner of...
[Exclusive] Lava Survival
User avatar
creativemagic
 
Posts: 214
Joined: 12 Nov 2011, 20:26

Re: How to add mystic?

Postby HelloWorldCool » 15 Nov 2011, 21:31

Well based on older versions of MCDziennyLava I can't tell for sure. I would say the other 2 numbers would be the lava "phase 1" and "phase 2" or just simply 1: time left to lava flood and 2: time left to end of lava flood

But your configuration looks good! :D

P.S. Here's what it would look like if you would enter the other 2 numbers:

Code: Select all
<Map name="mystic" phase1="18" phase2="9" author="">
<Source block="ahl" x="59" y="33" z="59" type="" delay="0" />
</Map>
Download fCraft maps! - viewtopic.php?f=25&t=3012!



Note: The Developer(s) of MCDzienny have resigned and the software is no longer supported.
Errors are bound to occur and Mojang has not attempted to resolve them.
User avatar
HelloWorldCool
 
Posts: 867
Joined: 18 Oct 2011, 00:19
Location: MCDzienny Forums, HelloWorldCool Forums

Re: How to add mystic?

Postby creativemagic » 16 Nov 2011, 18:18

Thanks for responding so fast, Where would I have to put the "true", I put the numbers like you have it but there is only one layer of lava and it doesn't ever go to the island.
Owner of...
[Exclusive] Lava Survival
User avatar
creativemagic
 
Posts: 214
Joined: 12 Nov 2011, 20:26

Re: How to add mystic?

Postby HelloWorldCool » 16 Nov 2011, 21:35

i'm not sure how you would put true anywhere...but here's where it would go

<Map name="mystic" phase1="18" phase2="9" author="">
<Source block="ahl" x="59" y="33" z="59" type="true" delay="0" />
</Map>

(although if i'm right true = default state of lava)
(and if you do type="wild" then it'd be wild lava)
Download fCraft maps! - viewtopic.php?f=25&t=3012!



Note: The Developer(s) of MCDzienny have resigned and the software is no longer supported.
Errors are bound to occur and Mojang has not attempted to resolve them.
User avatar
HelloWorldCool
 
Posts: 867
Joined: 18 Oct 2011, 00:19
Location: MCDzienny Forums, HelloWorldCool Forums

Re: How to add mystic?

Postby dzienny » 08 Dec 2011, 16:08

In order to get effect of lava filling layers from drown to up you have to set type to "creeping" and it should work.

<Map name="mystic" phase1="18" phase2="9" author="">
<Source block="ahl" x="59" y="33" z="59" type="creeping" delay="0" />
</Map>
User avatar
dzienny
Administrator
 
Posts: 1181
Joined: 23 Jan 2011, 14:27

Re: How to add mystic?

Postby creativemagic » 15 Dec 2011, 20:37

I copied Exactly what dzienny wrote (putting creeping as type) and the lava still doesn't spawn the correct way, all it does is spawn one layer of lava.
Owner of...
[Exclusive] Lava Survival
User avatar
creativemagic
 
Posts: 214
Joined: 12 Nov 2011, 20:26

Re: How to add mystic?

Postby HelloWorldCool » 15 Dec 2011, 21:34

Lol that's very funny...

Try this

1) Turn on Server
2) Load "mystic" map or use: /setlava map mystic
3) Then you go on the server...
(I hope you have a ceiling for you level...)
4) Type: /fly and jump all the way up right below the ceiling
5) Type: /about and break a block on the ceiling
6) Record those Coordinates in x y z form.
7) Replace those Coordinates for the ones you have now

<Map name="mystic" phase1="18" phase2="9" author="">
<Source block="ahl" x="number x" y="number y" z="number z" type="creeping" delay="0" />
</Map>
Download fCraft maps! - viewtopic.php?f=25&t=3012!



Note: The Developer(s) of MCDzienny have resigned and the software is no longer supported.
Errors are bound to occur and Mojang has not attempted to resolve them.
User avatar
HelloWorldCool
 
Posts: 867
Joined: 18 Oct 2011, 00:19
Location: MCDzienny Forums, HelloWorldCool Forums

Re: How to add mystic?

Postby creativemagic » 17 Dec 2011, 11:57

I did what you said helloworldcool and it...somewhat worked, lava spawns it just doesn't creep upwards, which is fine, I'll just keep it how it is, Thanks for the help.
Owner of...
[Exclusive] Lava Survival
User avatar
creativemagic
 
Posts: 214
Joined: 12 Nov 2011, 20:26

Re: How to add mystic?

Postby GrimWeaper » 23 Dec 2011, 16:59

If you expect it to creep upwards then why are you doing it right at the top where theres no where else for lava to go but down :!:
GrimWeaper
 
Posts: 52
Joined: 04 Nov 2011, 21:43


Return to How-To

Who is online

Users browsing this forum: No registered users and 1 guest

cron