Page 1 of 1

How to add mystic?

PostPosted: 15 Nov 2011, 19:27
by creativemagic
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 :)

Re: How to add mystic?

PostPosted: 15 Nov 2011, 21:31
by HelloWorldCool
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>

Re: How to add mystic?

PostPosted: 16 Nov 2011, 18:18
by creativemagic
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.

Re: How to add mystic?

PostPosted: 16 Nov 2011, 21:35
by HelloWorldCool
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)

Re: How to add mystic?

PostPosted: 08 Dec 2011, 16:08
by dzienny
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>

Re: How to add mystic?

PostPosted: 15 Dec 2011, 20:37
by creativemagic
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.

Re: How to add mystic?

PostPosted: 15 Dec 2011, 21:34
by HelloWorldCool
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>

Re: How to add mystic?

PostPosted: 17 Dec 2011, 11:57
by creativemagic
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.

Re: How to add mystic?

PostPosted: 23 Dec 2011, 16:59
by GrimWeaper
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 :!: