Skip to content
View in the app

A better way to browse. Learn more.

MagicDuel Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Images

Grido

Member
  • Joined

  • Last visited

Everything posted by Grido

  1. You missed the time-stamp and the order of those locations Kyphis. Majority of those locations you can't travel in succession, and the time-stamp is exactly the same to the second for each location (apart from the last).
  2. Correct B, some people like them to look nice though.
  3. Grido replied to Liberty4life's topic in Central Market
    If Jun's mutation trade falls through (doubt it unfortunately) then my previous bid still stands.
  4. Sorted this out with Inno, two Jokers were from me, I will be giving the Jokers to Mimsy and Darigan, Inno (I presume) will be giving to Brulant. If people I'm set to give rewards to want to find me? I'm currently at Awiiya's Way, but will probably be moving back to Paper Cabin later this evening.
  5. I would like to point out the tools are in place as it is, even without the Council or Mur's assistance. I have access to edit the page where they're displayed (you have to either get Mur to upload them to MD, or upload elsewhere and link), if you wanted to get access to the page yourself, then you'd need Council/Mur help. But like I said, it's perfectly possible without the Council or Mur's help.
  6. Grido replied to Chewett's topic in Work in progress
    Does it say in the PM emails how to turn the feature off? - If not, then it might be a good idea
  7. Grido replied to Liberty4life's topic in Central Market
    4gc5sc for the mutation service
  8. Grido replied to Liberty4life's topic in Central Market
    3gc5sc mutation
  9. Grido replied to Liberty4life's topic in Central Market
    1gc for the mutation then 3gc 1sc for bestiary
  10. Grido replied to Liberty4life's topic in Central Market
    I'm interested in the Drach Mutation, and also the Bestiary. Any thoughts on a price for those?
  11. @Azull, just a query if the arrowy thing is intentionally off centre? -not a disparagement, but it being central provides a different meaning than if it's intentionally not central
  12. huh? You may want to elaborate on your idea, cos atm I can make very little sense of it.
  13. Probably easier to email them? [council]
  14. part of what Chewie was pointing out, was that it's publicly accessible on the doc, you haven't actually locked it off from others
  15. Yeah, needs to fit entirely within the avatar box area, heard about other people's getting turned down cos of that before. Also MD needs to be more visible from wheat I've seen around. The neck to head bit looks....odd, can't really describe why unfortunately.
  16. You checked your flash? Cos it sounds very much like a flash issue, try reinstalling it - hopefully should fix the issue. (Doesn't matter if you have the latest version, still reinstall)
  17. Grido replied to Tipu's topic in People in the News
    Just to point out (even if this was written in a joking way) if people do intentionally do stuff to "visit" jail, there is also a permanent ban that could be done instead - so don't try it.
  18. May as well start it off, 10sc each
  19. definitely change it's use, rather than remove them, they've been traded for nice sums of coin in the past, a number of people would feel cheated
  20. Also, artist friend must realise that he would no longer own the rights to the image that is uploaded - another reason why it's better the artist themselves uploads the image.
  21. Have you done anything at all related to avatars around the time it went missing?
  22. Grido replied to Muratus del Mur's topic in Work in progress
    [CODE] <?php //adapted to md world $instr['title'] = "Tea"; //the description will be the only thing to describe the needed steps to the ones that try to help you prepare the recipe //be sure you include all steps in it but tell it so that they wont be identical words with the steps defined below $instr['description'] = " Firstly, you need to boil the water. Whilst it's boiling put the leaves into the teapot, covering the base with them. You then need to pour some water over the leaves, filling the teapot. After three minutes of waiting, the tea is then ready to be served. "; //what words you want to use to start the preparing the recipe $instr['startline'] = array( "Let's brew some ".$instr['title'] => $instr['title'], "Let's prepare some ".$instr['title']."" => $instr['title'], "I want to make some ".$instr['title']."" => $instr['title'], ); //what words you want to use to stop the process $instr['endline'] = array( "Stop the brewing!" => 'end_failed', "Enough...!" => 'end_failed', $instr['title']." is served." => 'end_success', "This is going nowhere..." => 'end_frustration', "Oops..." => 'end_crazy', ); //what are the texts for different steps or events $instr['step_replies'] = array( "start" => 'starts brewing the tea', "stop" => 'gives up brewing the tea', "current" => 'is currently preparing the '.$instr['title'], "device" => 'is brewing some tea using the '.$item['name'], "end_success" => 'could smell the fragrant aroma wafting through the air.', "end_frustration" => 'burnt themselves on the pot and stopped the brewing.', "end_failed" => 'sighs and gives up.', "end_crazy" => 'spilled the contents of the teapot by "accident".', "ingredients" => 'To prepare this special tea, you will need; %s ', "ingredients_status" => 'We are currently preparing %s. We still need; %s. (Already provided; %s)', "steps_status" => 'We are already done with these steps; %s. We still need perform; %s. ', "1" => 'boils the water.', "2" => 'covers the base of the teapot with tea leaves.', "3" => 'pours the hot water into the teapot.', "4" => 'waits for three minutes.', "5" => 'pours the tea into a teacup.', "random" => 'ignores you.', "random numbers" => 'calls out: '.rand(1,99), "description" => $item['name'].': '.$item['description'], "provide_teardropleaf" => "%s provides the tear leaves.", "provide_water" => "%s offers some water.", "provide_rainwater" => "%s provides the water.", "provide_undefined_item" => "%s tries to offer something but it is not clear as to what (%s)", "provide_otherway_item" => "%s tries to offer something the wrong way (%s)", "provide_existing_item" => "%s tries to offer something (%s) that is already provided", "provide_insufficient_item" => "%s tries to offer %s but doesn't have enough. They only have %s.", ); //what phrases will it recognize and what step will it run (from above values) //the more variations the better, think what people could say //always use first person, not "RP" blue text third person line please $instr['step_lines'] = array( "What are you up to?" => 'current', "Something smells good..." => 'current', "What are you using?" => 'device', "Tell me a random number" => 'random numbers', "Describe the ".$item['name'] => 'description', //step 1 "Boil the water" => '1', "Prepare some boiled water" => '1', "Time to boil the water" => '1', "Boil some hot water" => '1', //step 2 "Spread the leaves over the teapot's base" => '2', "Cover the base of the teapot with the leaves" => '2', "Put the leaves in the teapot and cover the base with them" => '2', "Fill the bottom of the teapot with leaves" => '2', //step 3 "Pour the hot water into the teapot" => '3', "Add in the hot water" => '3', "Fill the teapot with hot water" => '3', "Pour in the boiled water" => '3', "Add in the boiled water" => '3', //step 4 "Wait for three minutes" => '4', "Wait for the tea to be ready" => '4', "Lets wait for it" => '4', //step 5 "Serve up the tea" => '5', "The tea is ready" => '5', "Pour some tea into a cup" => '5', //step 11 "Serve me tea" => 'random', "I am awesome" => 'random', "Look! It is a pink elephant!" =>'random', "Can you hurry up?" => 'random', "Ew!" => 'random', "I hate waiting" => 'random', ); //NOT IN USE YET $instr['step_actions'] = array( "1" => 'start='.$instr['title'], "2" => '', "3" => '', "4" => '', "5" => '', "6" => '', ); //what lines should be used by participants to offer their resources for the preparation //each line also has the target resources it will work on //for example you could pour water, but install mechanisms $instr['provide_ingredients'] = array( "/I will provide the (.*)/is" => 'Tea leaves,Water', "/I will bring the (.*)/is" => 'Tea leaves,Water', "/Here is some (.*)/is" => 'Water', "/Here is the (.*)/is" => 'Water', ); //what ingredients does this recipe require //feel free to use existing resources or items but you can also invent new //as long as they fit perfectly with md and the device $instr['ingredients'] = " Tea leaves=3 Water=2 "; $instr['effect'] = "tea"; ?> [/CODE] Changed a few bits and pieces; Title to just "Tea" Rearranged preparation instructions to make more sense. Changed a few of the sentences to sound better Replaced colon ( : ) in ingredients list to a semi-colon ( ; ) There's a number of textual edits I made, have a read through
  23. Grido replied to Muratus del Mur's topic in Work in progress
    Can you rename the product Earl Grey? (Yes this is kinda spam, also serious - I'm a brit, Tea is my right )
  24. I would like to point out that aside from Mur saying it's not (And I've heard his reasoning on it, spoke at length) that it ~should~ be alt abuse...just isn't. 5sc on elemental
  25. I think you misread Mur's post, he's saying that it's [b]not[/b] alt abuse - so long as the sale of creatures goes to the alts. Alts are allowed to transfer coins to same owner accounts.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.