Images
-
Screenshot_20230327_224813.jpg
Screenshot_20230327_224813.jpg
By Muratus del Mur ·
NFTs created from the new api, in md, from bestiary creatures. You can find them also on opensea.io where you can view there rarity and such.
Currently there is no way for anyone to create such nfts, but this is just because nobody showed any interest in this feature.
I will cobtinue working on in-game interfwces for this, or i will just use them for personal transfers and rewards..depends only on your feedback
-
Screenshot_20230327_224828.jpg
-
Screenshot_20230327_224835.jpg
-
Screenshot_20230327_221129_AlphaWallet.jpg
Screenshot_20230327_221129_AlphaWallet.jpg
By Muratus del Mur ·
magicduel.com is not the official erc-20 (eth, polygon) address for md on the eth blockchain.
Magucduel.eth is also a valid ens domain name bound to the official address.
This is part of a series of experiments i do in the crypto direction
-
Fyrd Stuff.jpg
Everything posted by Chewett
-
Development Focus Public Vote
Land loyalty and treasuries are done no? From the sounds of it, all the other stuff is "future" planned, but the concepts are implemented, treasuries work (sieg has one) and some items have land loyaty
-
Woe is the jailed hermit,
Rolpleay should not be put on the forum. Your description says you should be removed from jail dayt 286 or something, was this last year? Cybersex is not permitted in MD, if someone reports it you can be jailed, as you have been, however i would have thought you would have been contacted telling you why. Just because its in brackets does not mean its allowed. Thusly, i guess someone banned you, have you sent a pm to grido, he normally deals with bannings.
-
Development Focus - Citizenship
[quote name='Kyphis the Bard' timestamp='1333496414' post='108211'] I wonder what lands with no Capital will do? [/quote] Are people in the Dimension Seekers, who would have MDA loyalty, really loyal to Magicduel Archives? The alliance seems a tad misplaced really to be deciding who joins the Archives... Does tribunal have a focal point?
-
Development Focus Public Vote
[quote name='phantasm' timestamp='1333533340' post='108241'] The sum of my whole thoughts on this....progress ideas... can be said with three letters....[size=5][b]lol[/b][/size] [/quote] As usual, your input into all things related to magicduel is incredibly helpful. You are farcical... "prince" of darkness =)) On a more useful note: i moved many of these posts to the citizenship topic, as they were mainly discussing that
-
Picture for the Bubble Weaver
Remember kyphis needs to upload it, as the original artist
-
Development Focus Public Vote
[quote name='Fire Starter' timestamp='1333451339' post='108145'] Please vote on the topic and tell us which one you think [b]should be worked on first[/b]. Vote for one, two or all of them![/cquote] [/quote] Methinks they want us to pick which one is done first, no?
-
Community Bank of MagicDuel
whats the benifit for you holding my items and/or creatures?
-
Teleport to Papercabin Stone
This should not be in questions and answers, this has been moved
-
unadept button
[quote] Without answering to any of those, the adept can't really change or unadept. [/quote] i didnt see this line What happens to people who dont play? a timer surely should allow you to leave if you didnt get a reply within 20 days or so.
-
unadept button
So then what you do is switch to a friend, and then ask to leave them if your adeptor doesnt agree
-
Trophy Heads Change
Your small change would therefore requireing changing the current situation to completely split people who have won and people who havent.
-
Happy Birthday Eon
Happy Birthday Eon, although i kinda doubt it "is" your birthday
-
Forum Post Reputation Reset?
various buttons to control how rep works do _nothing_ so im guessing its a bug, will submit a report and keep peoples updated Edit: Forum reputation being constantly at 0 is a confirmed bug, and is fixed in 3.3.1 and i shall update the board once the update is pushed
-
Forum Post Reputation Reset?
ah thats very intresting. when loading a page it doesnt load the rep stored... Rep is there, you just cant see it. When you press +/- rep it updates and shows the correct number after you have repped it...
-
Forum Post Reputation Reset?
look ^^^^ *points up* a rep point is shown!!!
-
Forum Update
Forum reputation has been re enabled. You should not be able to view who has repped what In addition it seems there is a bug displaying the forum rep for a post.
-
Forum Update
Reputation has been disabled for the moment, it has a number of bugs
-
Forum Update
All moderators are temporarily demoted while changes are done to moderator accounts, any moderation that needs to be done should be sent to me via pm or yim
-
New Sign up for MB Forum
You should now contact the reagent
-
Help with item image transparency
how are you resizing the image. there are lots of way to do it and many are sub par
-
Forum Post Reputation Reset?
please go ahead and blame me The forum was upgraded today. I do not "play around with backups" and if you look at the defintion of a backup, it is to store a record of a previous something. I can have a look into restoring them, but if they were wiped it means the old storage system is incompatible with the new one, and invision were too lazy/too hard to write a script to re do it all.
-
Sign-up for Marinds Bell citizens Forum
talk to the reagant
-
Land loyalty reflection
oh i am blind weird...
-
Land loyalty reflection
Whats the bug? lol
-
Tutorial 1.5: HTML Reference
What is HTML? HTML is a way of formatting "stuff" on the web. It allows you to format and display text and images in wonderful ways. There are many wonderful websites dedicated to learning HTML, so i wont cover that here, but recommeded reading is looking at W3Schools HTML Tutorial [url="http://www.w3schools.com/html/default.asp"]here[/url] For MDScript you only need to type the content between the [CODE]<body></body>[/CODE] tags so dont worry about anything above or below it. However knowing about it might be helpful if you want to write your own HTML pages. Some useful HTML tags are listed below: [CODE] <b>This is Bold</b> <i>Makes it italic</i> <u>Makes it underlined</u> This is one line This is on the next because of the BR line This is one line <p> This is two lines down because its a Paragraph! <img src="http://magicduel.com/beta/scene/4x4_2.jpg"> [/CODE] [b]This is Bold[/b] [i]Makes it italic[/i] [u]Makes it underlined[/u] This is one line This is on the next because of the BR line This is one line This is two lines down because its a Paragraph! [img]http://magicduel.com/beta/scene/4x4_2.jpg[/img] Note: Although some of the tags above have been deprecated (or should be!) in HTML5 it is much easier for new people learning html to use them than to faff around with CSS. Although they are wonderful and i would always recommend using them, it is much better to learn the basics of HTML, before worrying about semantically separating structure and formatting.</p>