Jump to content

Rendril

Member
  • Posts

    612
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by Rendril

  1. @Rhaegar Targaryen:
    The reward for submitting good research is that you can have it unlock a clue (and therefore its associated privileges).

    [quote name='duxie' timestamp='1317120528' post='92613']
    [size=3][font=verdana,geneva,sans-serif]yeah, well... but if you want to get a spelldoc (or other available reward which is considerably worth to the person), you will [u]need[/u] to use the 1/10 of WP just for that, and it will already make the "thinking" thingie worthless as you will get the clue too...[/font][/size]
    [/quote]
    No, both ways lead to the clue contents being unlocked.(such as spell doc)


    [quote name='duxie' timestamp='1317120528' post='92613']
    [size=3][font=verdana,geneva,sans-serif]...plus i'd really love to see which clues i've solved already and what are they, and the "buyers" will have this "feature".[/font][/size]
    [/quote]
    What "feature" are you referring to? Your research library shows you exactly what you have unlocked..





    There is a big difference between unlocking a clue with points or through research which seems to not be getting mentioned:
    Research points will only let you unlock clues up to your research level (the achievements you had to find), submitting research can let you unlock clues way beyond your level and even lead to a new clue being added to a scene.

  2. Accessing the index of an array does not reserve memory for it, however, it is good practice to perform a check that it exists anyway.
    Something like this:
    [code]
    if(isset(@storage['some_key'] )) {
    @va = @storage['some_key'];
    }
    [/code]

    Note: you can do the check without isset() but it will throw a notice level warning, in the case of MD script it doesn't matter though because it gets squelched.

  3. It's strange that Safari let you install the toolbar at all.
    The toolbar is only supposed to run on IE, FF and Chrome.

    I assume you mean that you have triued reinstalling Safari? Perhaps disable the toolbar (not uninstall)
    If reinstalling the browser and uninstalling/disabling the toolbar didn't solve the issue, the problem is probably not from the toolbar.

  4. Tabbing order should work better now, but it seems mozilla browsers like to do their own thing when it comes to this.
    As for some letters not working, most confusing letters were taken out and particular combinations shouldn't create any errors. If this persists please take note of the letters causing it.

×
×
  • Create New...