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 VonUngernSternberg
-
Loreroot Bak Entrance
I have the same problem, but with the oak tower. I unlocked the access with a wishpoint when I was mp4. After switching to mp5, the key for access has been erased with all the others.
-
WTS all my creatures...
A coin on the unholy priest and another one on the tormented soul
-
Free credit problem
They all link correctly to the voting page except the third one for me. The fourth has two links but you are allowed to vote two times there, so I guess that it is intended to be so. Best regards, Von Ungern-Sternberg P.S. I use Iceweasel, fork of Mozilla for Debian Linux.
- No aura Competiton
-
Illustrator / Concept Designer
Maybe this could interest you. It's an announcement dated October 21. It's quite old and I don't know if someone has already submitted some works, but it should be still valid. [quote]Challenge for all MD Artists. Images are needed for the achievement of aquiring WPs for attaining a certain number of active days. All competing artists must sumbit 8 distinct images without coloring along an appropriate theme for this achievement. The 8 images will represent the following active day requirements: 1st 80 days, 2nd 120 days, 3rd 240 days, 4th 360 days, 5th 480 days, 6th 720 days, 7th 800 days and 8th 1200 days. The artist whose work is chosen will be rewarded, and the reward will be named once the winning artist is made known. If you want to take part, send your complete set of 8 colorless images to art@magicduel.com Good Luck! Note: Be aware that if any images are found to be stolen from the concept or drawing of another artist, the account of the person submitting them will be reprimanded even if the fraud is discovered after the winner has been chosen. [/quote]
-
Challenge to Bunnies Number 9
Oh! Next time I will check a dictionary too. Anyway, Duxie found the right letters, me the right words...next bunny will find the right order. It's called work team, I think. Nice riddle, by the way.
-
Auction
5 for the BP
-
Challenge to Bunnies Number 9
Eh no Duxie, I'm afraid it's [log=Spoiler]Stew bunny is awesome[/log]
-
Challenge Nr 6
I'm joining this, if there will be another round.
-
WTS creature sale
3sc for unholy priest.
-
Aged angiens for sell
2 has been sold. Still one available for 2 sc.
-
Aged angiens for sell
Good to see that someone is interested, but I won't sell for less than two. On the other hand, if the offer is satisfying the transfer will be immediate
-
Aged angiens for sell
I have three angiens I want to sell. 1.age 304 2.age 204 3.age 194 - bloodrop1 will consider coins (a couple at least) or trading.
- Black and White Competition
-
MD Script Learning for Beginners
Ok, so here is the part concerning the problem I proposed. ====================================== [...]I will try at least to explain roughly what I want to do. The example is the pillars at the GOE. There you type a string by clicking on the pillars. When this reaches a certain size, it is processed. In my case it would be enough to have two buttons, but the string must have an arbitrary length, so there must be a third button to append an end character and send the input to the MDscript. Let's say that two letters "a" & "b" are associated to the first two buttons and a "0" to the third,so that the output of the function has to be a string like "a0", "bab0", "bbbb0"..... This has to be passed to a MDscript variable then, because something will have to be stored at the end, to go on with the quest. [...] ======================================= Duxie provided a solution using a hidden button and javascript instructions, all I have done is taking his code and adapting it to MDscript ======================================= Good, it works exactly as I wanted to...had to do only a few minor tweaks, due to the MDscript restriction So, this is the html section: [php] <html> <body align="center"> <form name="main" action=" " method="post"> <span id="input_field"></span><BR> #<?php if (isset(@input['hidden_button'])) { ?><B>submited value=<?= @input['hidden_button'] ?></B><BR><?php } ?> <input name="button_a" type="button" value="A" onclick="addValue('a')"> <input name="button_b" type="button" value="B" onclick="addValue('b')"> <input name="button_c" type="button" value="C" onclick="addValue('c')"> <input name="button_0" type="submit" value="0" onclick="addValue('0')"> <input id="submit_value" name="hidden_button" type="hidden"> </form> <script> function addValue(value) { document.getElementById("input_field").innerHTML += value; if (value == "0") document.getElementById("submit_value").value = document.getElementById("input_field").innerHTML; } </script> </body> </html> [/php] and this is the php section for test: [php] echo @input['hidden_button']; echo @content['0']; [/php] These are the modifications: i) the action field is blank. There's no way to give a name to your document, and the only allowed action is that of loading the script again. ii) the php tag is ignored so it's commented and the command that displays the string is moved to the php section iii) the name of the hidden field has been changed to "hidden_button". Seems that every string containing "val" detected by the php interpreter gives an error. iv) access to normal php variables is not allowed so $_POST has been substituted by the proper form handler @input['hidden_button'] [...]
- WTS
-
A Peak at the Pickle Prize Box
I'm bidding joker age 126, imperial aramor age 45 for "Grandfather"
-
Team Bunny
Hi! Want to apply for team Bunny!!
-
Does it really take photoshop?
For simple conversion to transparent gif there are also many on-line applications. Try to type "transparent gif online" in Google and you'll find several links.
-
Help in Avatar Making
Hi, I can try! But don't expect an immediate result. If you want to PM me I'm currently at the fountain of the lost path. Otherwise I could be at the MDP. Von Ungern-Sternberg.
-
WTB Remains
I have one that has been lying unused in my inventory for 44 days. Should have 26 after transfer. Not sure if it is max-age. But should be near.
-
January Sale
Pimped Grassan ID: 575199 Age: 267 Tokens: claw3, stardust 3 SC for this one
-
The Perfect Artist 2011
Hello, here is my first attempt. [attachment=2545:dsc01048.jpg] Next week I think I'll be able to find a scanner and take a better picture.
-
Problem With WP's
I had the same problem unlocking the item editing feature.I tried to unlock it the first day it became available, but the interface kept saying "unknown wish", just as to you. Waiting a day more solved the problem.
-
Some drawings by me
Thank you! I took the picture with a camera. An awful old camera. It distributes light in strange ways, so the effect is accidental...But I think that, in this case, the light falls just in the right place. Then I enlarged the image and removed the background with the eraser tool in GIMP. Yes, you're right, it's not too refined. I don't like too much doing the shading. Always afraid to spoil everything. Maybe with some more practice I'll learn...