Jump to content

VonUngernSternberg

Member
  • Posts

    61
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by VonUngernSternberg

  1. 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.
  2. A coin on the unholy priest and another one on the tormented soul
  3. 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.
  4. 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]
  5. 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.
  6. Eh no Duxie, I'm afraid it's [log=Spoiler]Stew bunny is awesome[/log]
  7. I'm joining this, if there will be another round.
  8. 2 has been sold. Still one available for 2 sc.
  9. 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
  10. 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.
  11. 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'] [...]
  12. I'm bidding joker age 126, imperial aramor age 45 for "Grandfather"
  13. Hi! Want to apply for team Bunny!!
  14. 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.
  15. Squeeze is out!Uhm...Upgrade?

  16. 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.
  17. 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.
  18. Pimped Grassan ID: 575199 Age: 267 Tokens: claw3, stardust 3 SC for this one
  19. 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.
  20. 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.
×
×
  • Create New...