Jump to content

The Yeoman Cheesemonger

Member
  • Posts

    96
  • Joined

  • Last visited

Posts posted by The Yeoman Cheesemonger

  1. So, I've collected all the Crystal Souls and installed them in their rightful home, and all the Vahnatai love me now.

     

    I figure, I should get some kind of Level 3 spell reward from the Oglai council (Arcane Summon and Divine Retribution according to this handy guide)

     

    However longingly I look through the window into the chamber with the tomes, I can't open the door, and there are no new conversation options with the Oglai council.

     

    Am I missing something? If I recall correctly, they unlocked the door for me when I finished the chapter...

  2. Just bought A4, and have been playing it through, exploring every niche and cranny, leaving no stone unturned, no cave unexplored, and no quest uncompleted as is proper and right, yet I am stuck on the Quest "Grob's Tools" I have found his Axe, but am spending far too much time on a sidequest looking for the Saw. Frustration Abounds!

     

    Any Ideas? Any help would be greatly apreciated.

  3. Just downloaded A4demo on my 2.33 Ghz, 512 Mb Ram PC.

     

    When I start it, I see the Spiderweb logo, and then, instead of going to the Avernum 4 Splash screen, A4 minimizes, and when I try to maximize it, it minimizes again! mad

     

    I do not think that this is meant to be happening. Any suggestions?

  4. Quote:
    Originally written by Zeviz:
    If you start getting desease for no obvious reason, these gauntlets might be at fault. Carrying a bar of radioactive metal could also make your entire party sick at random times. Otherwise, check if these gauntlets have negative effect on any of your stats, or increase damage taken from some forms of attack.
    I know :rolleyes:
    What I am relating to is King Phyrrus' Victorys.
    Will these Gauntlets halp me win Battles?
    My people have a large amount of disease resistance.
  5. A little cave, southeast of silvar.

    Inside . . . Undead and Witches.

    One of the witches drops an item called "Phyrricc Gantlets" I think that by carrying these, every now and then I get diseased. But I am wary of taking them off, because:

    a) They give lots of defense.

    B) King Phyrrus of the Greeks was a General who won all his battles, but with grat loss.

     

    Can anyone give advice as to the properties of these gauntlets?

  6. So, This then?

    Begintownscript;

     

    variables;

    short tome1;

    short choice;

     

    Body;

    beginstate INIT_STATE;

    break;

    //Priest Spells

    beginstate 10;

    reset_dialog();

    add_dialog_str(0,"There is a large, spell tome here. It is Labelled: Healing. You could read it if you like.",0);

    add_dialog_choice(0,"Leave the book alone.");

    add_dialog_choice(1,"Read it.");

    tome1 = run_dialog(1);

    if(tome1 == 1)

    end();

    if (get_skill_total(42) > 1){

    message_dialog("This book is a quick and efficient way of teaching the spell: Healing.","");

    if (char_ok(0))

    change_spell_level(0,1,0,50);

    }

    else{

    message_dialog("This book is a quick and efficient way of teaching the spell.","Unfortunately, you can't understand the rituals described in the book. Perhaps more Rune Reading skill would help.");

    }

    break;

  7. I have Alint, but it has instructions for macs, and I have no mac.

    EDIT: I downloaded the PC Version

    EDIT2: (If This Helps)

    t0library Error: State not ended properly in line 19.

    Begintownscript;

     

    variables;

    short tome1;

    short choice;

     

    Body;

    beginstate INIT_STATE;

    //Priest Spells

    beginstate 10;

    reset_dialog();

    add_dialog_str(0,"There is a large, spell tome here. It is Labelled: Healing. You could read it if you like.",0);

    add_dialog_choice(0,"Leave the book alone.");

    add_dialog_choice(1,"Read it.");

    tome1 = run_dialog(1);

    if(tome1 == 1)

    end();

    if (get_skill_total(42) > 1){

    message_dialog("This book is a quick and efficient way of teaching the spell: Healing.","");

    if (char_ok(0))

    change_spell_level(0,1,0,50);

    }

    else{

    message_dialog("This book is a quick and efficient way of teaching the spell.","Unfortunately, you can't understand the rituals described in the book. Perhaps more Rune Reading skill would help.");

    }

    break;

×
×
  • Create New...