Jump to content

Formerly II

Member
  • Posts

    30
  • Joined

  • Last visited

    Never

Posts posted by Formerly II

  1. Just a little sidenote: you're not allowed to modify VoDT, ASR, ZKR, or DWD. No remaning, adding extra items, placing extra specials. But I don't think the liscense says anything about renaming the tutorial, so I believe you're in the clear. You should still check, though.

  2. I e-mailed Jeff a few years back to ask how to enter the hidden chambers of Sulfras and Erika. He said there was no way in there, but he could have easily been lying. Then again, he could have been telling us that there was no way in so we would question whether it was actually sealed off. And so on, and so on.

  3. Oaky, this is a thread to talk about stuff you can either deduce, assume, or have valid speculations about using the information we already have.

     

    1) In several of the screenshots, it appears that you can have up to three shapers in your party.

    2) It appears that there are several islands which are linked, making a larger map.

    3) It appears you have more choices to customize your character.

     

    What else do you see?

  4. A Dervish used to be a person in a religious order of the Muslim religion who would spin, hop around, and perform other acts to show their devotion to their God. If I'm not mistaken, they were rather like bards, but people didn't believe they had mystical powers. I think that a certain type of axehead is now the symbol of the Dervish, because they used to carry axes to protect themselves from stray dogs and such.

     

    I have never seen evidence that they were actually as powerful warriors as the A/E series lead us to believe.

  5. I have to say Tower of Zkal 'cause there are so many passageways in there, and Far Sight is useless. Once you get through the first floor (if memory serves, there are several?), it's pretty easy. But the starting floor makes up for it.

     

    Then again, I haven't played A1 or A2, so I really don't know what I'm talking about. The Golem Factory was pretty annoying, but not after I gave my party level three shielding with that one spell.

  6. Right, this might be a very basic question, but I really have no idea what the code for calling a target's number is. Let's say I want to erase whichever creature is hit by another creature. It would be something like this, right?

     

    beginstate 3; // attacking

    if (target_ok() == FALSE)

    set_state(START_STATE);

    do_attack();

    erase_char(what_would_I_put_here?);

    break;

×
×
  • Create New...