-
Images

rikstar
Member-
Posts
443 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by rikstar
-
Offtopic: Tomorrow I will fight DD, and then I will give out the rewards this week.
-
Make your own role: So I got inspired by this topic from Mur: http://magicduel.invisionzone.com/topic/14462-worst-thing-about-mur/ Not to write mean things about him, but by some posts people made in the topic. It's being said that he favours certain people and giving them presents (abilities and special features for their role). So how fits my quest in this? Lets imagine that Mur PM'd you saying that he thinks your character is great and needs a bigger purpose in MD. So basically you can define your role and get the abilities you always wanted. If you think this sounds way to easy, then you're probably right. So this comes with an extra challenge. You're not only supposed to write down the role you want with its features, but also why Mur should choose your role. Because he could always say that it won't fit in MD or something else. What you need to do: 1. Write in this topic that you're going to participate. 2. Write a short description of your character. 3. Write the role you want, this does not include the powers. Only what your character will be, and how he will be seen by others. 4. Write the powers, special features or both that you want your character to have. 5. Write down why Mur should choose this, and why this fits in MD (It's important that you write it, as you would send it to Mur himself). 6. When you're done with step 2, 3, 4 and 5 you need to PM me it ingame or via forum. Rules: 1. Don't write one sentence answers to those steps. It needs to be as detailled as possible. Judging: It will be judged in how detailed you've written it, and if it can actually fit within MD. And how well you've written why Mur must choose your idea. Deadline: Don't have one yet, I was thinking about 2 months. I will define one when I know how many people are participating. Rewards: One WishPoint for the winner, WP won't be given out if there are too few players (Too few is around 3 or so). One Angien for the winner. I don't have any other rewards, so sponsors are always welcome. :) FAQ: Q: Why should I write my opinion as if it were written towards Mur? A: I want you to write to Mur, to see what kind of tactic you'll use to convince someone like him.
-
From what I know is MP7 a lot about combat. Since every player of every MP level can attack you. So you can easily be used for training, grinding or teaching newer players how to fight for example. But it is community involved I guess.
-
o.O Just to look at that attack increase, makes me want to stop fighting. Atleast you did a good job Eon. :)
-
I guess I still need to wait, but thanks Chewett for fixing it. :)
-
http://us12.chatzy.com/66695864354841 Come join the chatzy and fight agianst boredom.
-
Happy birthday to both of you. :)
-
Save us from boredom Chew, we know you can do it. :)
-
Atleast it's not something wrong with my internet glad to know. Hopefully it's back up soon.
-
I've added my submission here: http://magicduel.invisionzone.com/topic/14442-rikstars-template/ I'm glad I participated, because I've learned a lot I didn't knew. This was also the first time that I used css3 and some jquery.
-
Hello everybody, I'm going to explain my the personal page I've coded below. So that everybody could change it and add their own text. The version I've included is also easy to copy and paste and doesn't need modification. But if you still want to change it your own way than read below: First I'll show you an example so you know how it looks. So here is the link that will direct you to my personal page: http://magicduel.com/players/rikstar As you can see I've made it simple. A bunch of buttons above, and below there is the information you need. When you click those buttons they'll direct you to that page. The pages will switch in a nice way. The code: [spoiler] <html> <head> <title></title> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"> </script> <script> turn = 0; function rotate_list(number) { turn = number; $(document).ready(function(){ if(turn == 0) { $("#first").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#first").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#first").css({"color":"rgba(0,0,0,1)"}); $("#first").css({"background-color":"rgba(249,240,213,1)"}); $("#second").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"rgba(249,240,213,0);"}); $("#third").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"rgba(249,240,213,0);"}); $("#fourth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"rgba(249,240,213,0);"}); $("#fifth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"rgba(249,240,213,0);"}); $("#sixth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"rgba(249,240,213,0);"}); $("#zeventh").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"rgba(249,240,213,0);"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"rgba(249,240,213,0);"}); }else if(turn == 1) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"rgba(249,240,213,0)"}); $("#second").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#second").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#second").css({"color":"rgba(0,0,0,1)"}); $("#second").css({"background-color":"rgba(249,240,213,1)"}); $("#third").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"rgba(249,240,213,0);"}); $("#fourth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"rgba(249,240,213,0);"}); $("#fifth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"rgba(249,240,213,0);"}); $("#sixth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"rgba(249,240,213,0);"}); $("#zeventh").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"rgba(249,240,213,0);"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"rgba(249,240,213,0);"}); }else if(turn == 2) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"rgba(249,240,213,0)"}); $("#second").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"rgba(249,240,213,0)"}); $("#third").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#third").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#third").css({"color":"rgba(0,0,0,1)"}); $("#third").css({"background-color":"rgba(249,240,213,1)"}); $("#fourth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"rgba(249,240,213,0);"}); $("#fifth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"rgba(249,240,213,0);"}); $("#sixth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"rgba(249,240,213,0);"}); $("#zeventh").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"rgba(249,240,213,0);"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"rgba(249,240,213,0);"}); }else if(turn == 3) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"rgba(249,240,213,0)"}); $("#second").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"rgba(249,240,213,0)"}); $("#third").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"rgba(249,240,213,0)"}); $("#fourth").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#fourth").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#fourth").css({"color":"rgba(0,0,0,1)"}); $("#fourth").css({"background-color":"rgba(249,240,213,1)"}); $("#fifth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"rgba(249,240,213,0);"}); $("#sixth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"rgba(249,240,213,0);"}); $("#zeventh").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"rgba(249,240,213,0);"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"rgba(249,240,213,0);"}); }else if(turn == 4) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"rgba(249,240,213,0)"}); $("#second").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"rgba(249,240,213,0)"}); $("#third").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"rgba(249,240,213,0)"}); $("#fourth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"rgba(249,240,213,0)"}); $("#fifth").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#fifth").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#fifth").css({"color":"rgba(0,0,0,1)"}); $("#fifth").css({"background-color":"rgba(249,240,213,1)"}); $("#sixth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"rgba(249,240,213,0);"}); $("#zeventh").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"rgba(249,240,213,0);"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"rgba(249,240,213,0);"}); }else if(turn == 5) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"rgba(249,240,213,0)"}); $("#second").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"rgba(249,240,213,0)"}); $("#third").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"rgba(249,240,213,0)"}); $("#fourth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"rgba(249,240,213,0)"}); $("#fifth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"rgba(249,240,213,0)"}); $("#sixth").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#sixth").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#sixth").css({"color":"rgba(0,0,0,1)"}); $("#sixth").css({"background-color":"rgba(249,240,213,1)"}); $("#zeventh").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"rgba(249,240,213,0);"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"rgba(249,240,213,0);"}); }else if(turn == 6) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"rgba(249,240,213,0)"}); $("#second").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"rgba(249,240,213,0)"}); $("#third").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"rgba(249,240,213,0)"}); $("#fourth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"rgba(249,240,213,0)"}); $("#fifth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"rgba(249,240,213,0)"}); $("#sixth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"rgba(249,240,213,0)"}); $("#zeventh").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#zeventh").css({"color":"rgba(0,0,0,1)"}); $("#zeventh").css({"background-color":"rgba(249,240,213,1)"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"rgba(249,240,213,0);"}); }else if(turn == 7) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"rgba(249,240,213,0)"}); $("#second").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"rgba(249,240,213,0)"}); $("#third").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"rgba(249,240,213,0)"}); $("#fourth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"rgba(249,240,213,0)"}); $("#fifth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"rgba(249,240,213,0)"}); $("#sixth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"rgba(249,240,213,0)"}); $("#zeventh").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"rgba(249,240,213,0)"}); $("#eighth").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#eighth").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#eighth").css({"color":"rgba(0,0,0,1)"}); $("#eighth").css({"background-color":"rgba(249,240,213,1)"}); } }); } </script> <style type="text/css"> #main_personalpage{ width: 50%; margin-right: 25%; margin-left: 25%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,1); background-color: rgba(249,240,213,1); backface-visibility: hidden; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; border-style: solid; border-width: 1px; font-family:"Arial", Times, serif; } #first{ position: absolute; width: 50%; margin-right: 25%; margin-left: 25%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,1); background-color: rgba(249,240,213,1); backface-visibility: hidden; border-style: solid; border-width: 1px; font-family:"Arial", Times, serif; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #second{ position: absolute; width: 50%; margin-right: 25%; margin-left: 25%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: rgba(249,240,213,0); backface-visibility: hidden; border-style: solid; border-width: 1px; font-family:"Arial", Times, serif; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #third{ position: absolute; width: 50%; margin-right: 25%; margin-left: 25%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: rgba(249,240,213,0); backface-visibility: hidden; border-style: solid; border-width: 1px; font-family:"Arial", Times, serif; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #fourth{ position: absolute; width: 50%; margin-right: 25%; margin-left: 25%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: rgba(249,240,213,0); backface-visibility: hidden; border-style: solid; border-width: 1px; font-family:"Arial", Times, serif; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #fifth{ position: absolute; width: 50%; margin-right: 25%; margin-left: 25%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: rgba(249,240,213,0); backface-visibility: hidden; border-style: solid; border-width: 1px; font-family:"Arial", Times, serif; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #sixth{ position: absolute; width: 50%; margin-right: 25%; margin-left: 25%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: rgba(249,240,213,0); backface-visibility: hidden; border-style: solid; border-width: 1px; font-family:"Arial", Times, serif; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #zeventh{ position: absolute; width: 50%; margin-right: 25%; margin-left: 25%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: rgba(249,240,213,0); backface-visibility: hidden; border-style: solid; border-width: 1px; font-family:"Arial", Times, serif; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #eighth{ position: absolute; width: 50%; margin-right: 25%; margin-left: 25%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: rgba(249,240,213,0); backface-visibility: hidden; border-style: solid; border-width: 1px; font-family:"Arial", Times, serif; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } .pers{ perspective: 2000px; } </style> </head> <body> <div align="center"> <div id="main_personalpage" class='frm-textbutton' align="center"> <button id="button" onclick="rotate_list(0)" class='frm-textbutton' type="submit">Comment on self</button> <button id="button" onclick="rotate_list(1)" class='frm-textbutton' type="submit">Hate list</button> <button id="button" onclick="rotate_list(2)" class='frm-textbutton' type="submit">Military pages</button> <button id="button" onclick="rotate_list(3)" class='frm-textbutton' type="submit">Quest page</button> <button id="button" onclick="rotate_list(4)" class='frm-textbutton' type="submit">Protector page</button> <button id="button" onclick="rotate_list(5)" class='frm-textbutton' type="submit">Character</button> <button id="button" onclick="rotate_list(6)" class='frm-textbutton' type="submit">Stats</button> <button id="button" onclick="rotate_list(7)" class='frm-textbutton' type="submit">Misq</button> </div> </div> <div class="pers" class='frm-textbutton' align="center"> <div id="first">[doc3]</div> <div id="second">[doc4]</div> <div id="third">[doc5]</div> <div id="fourth">[doc6]</div> <div id="fifth">[doc1]</div> <div id="sixth"> [character] [weaponsets] [creatures] </div> <div id="zeventh"> [alliance] [equipment] [adepts] [adventurelog] </div> <div id="eighth">misq</div> </div> </body> </html> [/spoiler] As you can see it's a lot of code, but to edit it only the bottom is important for you. You can see that there are some buttons coded like this for example: [spoiler] <button id="button" onclick="rotate_list(0)" class='frm-textbutton' type="submit">Comment on self</button> [/spoiler] There are also the divs(divisions spaces in which you can put stuff in). Those are used to add in your information. Below the buttons you can see the code for those, example: [spoiler] <div id="first">[doc1]</div> [/spoiler] When you want to change it you first want to know how many pages you'll need. The maximum amount of pages you can get is eigth at the moment (if you think this is too low post it below and I make some changes so that there are more pages). Lets say you want 4 pages. Then you only need to delete the last for buttons. So you go from this: [spoiler] <button id="button" onclick="rotate_list(0)" class='frm-textbutton' type="submit">Comment on self</button> <button id="button" onclick="rotate_list(1)" class='frm-textbutton' type="submit">Hate list</button> <button id="button" onclick="rotate_list(2)" class='frm-textbutton' type="submit">Military pages</button> <button id="button" onclick="rotate_list(3)" class='frm-textbutton' type="submit">Quest page</button> <button id="button" onclick="rotate_list(4)" class='frm-textbutton' type="submit">Protector page</button> <button id="button" onclick="rotate_list(5)" class='frm-textbutton' type="submit">Character</button> <button id="button" onclick="rotate_list(6)" class='frm-textbutton' type="submit">Stats</button> <button id="button" onclick="rotate_list(7)" class='frm-textbutton' type="submit">Misq</button> [/spoiler] To this: [spoiler] <button id="button" onclick="rotate_list(0)" class='frm-textbutton' type="submit">Comment on self</button> <button id="button" onclick="rotate_list(1)" class='frm-textbutton' type="submit">Hate list</button> <button id="button" onclick="rotate_list(2)" class='frm-textbutton' type="submit">Military pages</button> <button id="button" onclick="rotate_list(3)" class='frm-textbutton' type="submit">Quest page</button> [/spoiler] If you want to change the name of the button you only need to change the words between ">" and "<", example: From this: [spoiler] <button id="button" onclick="rotate_list(0)" class='frm-textbutton' type="submit">Comment on self</button> [/spoiler] To this: [spoiler] <button id="button" onclick="rotate_list(0)" class='frm-textbutton' type="submit">Place your own words</button> [/spoiler] Now we go to the actual information on the pages. It's very easy to change that, you only need to do the same as with the buttons, example: From this: [spoiler] <div id="first">[doc1]</div> [/spoiler] To this: [spoiler] <div id="first">Add your own text here</div> [/spoiler] If you want to add your comment on self, and those other pages. Then you need to read this: http://magicduel.invisionzone.com/topic/10502-personal-page-template-replacements/ Just put those small codes in the place where you need to add your text. I hope this was helpfull, and that you think it's a nice personal page template to use. If you've got any questions about it just ask.
-
Rainwater is completely useless af of now, that's all that I know about it.
-
Then I think we both used an other "free bucket", because mine wasn't 66 minutes (Maybe it's because I'm in MB). And else why should every resource be easily availeble by everybody?
-
Maybe this is offtopic I'm almost sure, but I'll answer it. Rainwater can be collected via a "rain collector" or a "improvised rain collector". You can get those tools and capitals. Also I don't think rainwater should be used. Buckets are free to grab from MDA. And rainwater will have a greater purpose. (Maybe flooding MD or something :D)
-
I think I'll continue to work on mine, only my div doesn't want to stay in the middle. D:
-
My idea is to make clickables in players. See it as a document like comment on self. When you click on it, it behaves as a normal clickable. Advantages: 1: More options for quest makers. 2: Spells like "locate" get more use, since the players need to actually search for the player to complete the quest. 3: The player itself doesn't have to talk to the player, because it all happens in the clickable. 4: This makes questing more dynamic. 5: Certain players are getting a bigger role with this system, because they are important towards the quest. Discussing points: 1: Who gets the ability to get a clickable as a person. Is this given out to everybody, wish shop item or do we only give this to RPC's? The answer to this is also influenced by the next point. 2: Who can edit the clickable in a person? He or she can only change his/her own clickable, everybody that can edit clickables or this feature needs to be bought in the wish shop (after the edit clickables). I hope I gave the information needed for you to decide if this fits MD.
-
Happy Birthday Griduchhi!
rikstar replied to Nimrodel's topic in Say hello, Goodbye, or something else
Happy birthday -
I'm not that good in drawing, and I want to pick it up again. So I'm going to draw every day something and post it here to see my progress. [sharedmedia=gallery:images:2030]
-
I'm interested Rophs, looks like a lot of fun. Although I'm not the best player, but I'll be glad to participate. :)
-
:O Didn't know we had Dwarf Fortress players here, one of the best roguelikes I've played. When I played recently in adventure mode, I was slashing through some bandits not taking damage. And then an archer like to fire an arrow at me, and I died instantly. Besides that, I also like to play: Battlefied 3 Skyrim Fallout New Vegas And some random games on the internet, only when I'm really bored.
-
[sharedmedia=gallery:images:2029] So I modified my realistic cow to a zombie cow. Because I don't think we needed a realistic cow, but we want something awesome; why not zombies (and it's "vertical"). I should probably go programming on some other stuff like clickables. So this is the last thing I will send in. Goodluck for the other participants, I've seen some nice things. :)
-
This is my real submission, I think that I did a way better job on this one. :) [sharedmedia=gallery:images:2022] I personally think it's good for someone who almost never draws and I used those small ikea pencils.
-
I'm spamming this full with cartoony cows. :D [sharedmedia=gallery:images:2020] Next up a Rainbow cow. (I should add more detail to it) [sharedmedia=gallery:images:2021] I'll end here my submission, atleast I made three so they can be used on random.