Archmagus Micael
Member-
Posts
1,415 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Everything posted by Archmagus Micael
-
Some very basic questions by a very beginner
Archmagus Micael replied to Frayalitz's topic in Blades of Avernum Editor
Place the end_scenario call at the end of your scenario, where you've tied everything up. Also place one either in a special item (so the player can leave at any time), or in your starting time. Like this: Code: beginstate 19;message_dialog("You've completed your mission. ","You decide to go. You doubt that you're near any large town, but you're sure you'll find one soon enough!");end_scenario(1);break; ^ That's a simple code for ending a scenrio when you've won it. Code: beginstate 59;reset_dialog();add_dialog_str(0,"Do you really want to leave this adventure? It could be some time before you found another job...",0);add_dialog_choice(0,"Stay a while longer");add_dialog_choice(1,"Leave");choice = run_dialog(1);if (choice == 1)end();if (choice == 2)set_state_continue(60);break; beginstate 60;reset_dialog();add_dialog_str(0,"You crawl slowly into the Portal, and find yourselves in the middle of a remote Wilderness. It takes you nearly two years to return to civilisation.",0);add_dialog_str(1,"By then your warning is too late to help, and the Undead have been beaten back, but at great cost to the Empire. Millions are dead and dying,",0);add_dialog_str(2,"all because you were too cowardly to help the poor people of the Valley. You are now infamous wimps!",0); add_dialog_choice(0,"The end!"); run_dialog(0); end_scenario(0); break; ^ That above code is a sample for how to make you leave a scenario without winning (from hte starting town etc.) Hope this helps! - Archmagi Micael P.S. When I started UNDEAD VALLEY, I used Warrior's grove. I use it now for an ending, cause the town really sucks in a user-created scenario! -
THANKS!
-
Quote: Originally written by Kelandon: Or do you mean the properties for it_special_ability? That's in the documentation. I mean the properties for it_special_ability and the numbers of the abilities. I know its somewhere in the Docs, I found it last year in November when I first made the items, but i can't find it now!
-
I can't seem to find the item special list in the appendixes either. could someone either tell me where to look, or give me the list?
-
Guys, I've been asked to tone down the weapons in the hidden city in UNDEAD VALLEY, but I can't find they way to do so. Maybe one of you can help. Code: begindefineitem 457; clear; it_name = "Spear"; it_full_name = "Hidden City Spear"; it_variety = 1; it_damage_per_level = 6; it_weapon_skill_used = 5; it_floor_which_sheet = 1036; it_floor_which_icon = 2; it_inventory_icon = 3; it_bonus = 15; it_value = 5000; it_weight = 25; begindefineitem 458; clear; it_name = "Dagger"; it_full_name = "Hidden City Dagger"; it_variety = 2; it_damage_per_level = 3; it_bonus = 2; it_value = 3000; it_floor_which_sheet = 1037; it_floor_which_icon = 2; it_inventory_icon = 3; begindefineitem 459; clear; it_name = "Short Sword"; it_full_name = "Hidden City Short Sword"; it_variety = 2; it_damage_per_level = 4; it_bonus = 7; it_floor_which_sheet = 1037; it_floor_which_icon = 1; it_inventory_icon = 0; it_value = 1250; begindefineitem 460; clear; it_name = "Longsword"; it_full_name = "Hidden City Longsword"; it_variety = 2; it_floor_which_sheet = 1036; it_floor_which_icon = 8; it_inventory_icon = 9; it_damage_per_level = 5; it_bonus = 5; it_value = 0; it_weight = 50; begindefineitem 461; it_name = "Greatsword"; it_full_name = "Hidden City Greatsword"; it_variety = 2; it_damage_per_level = 20; it_bonus = 5; it_floor_which_sheet = 1005; it_floor_which_icon = 0; it_inventory_icon = 0; it_value = 7500; it_weight = 100;
-
Quote: Originally written by Stormlord Windspire: Hmph or maybe xixiao Is just a slob who bought a PC because he was smart enough to think it was good! PC-Cheap, NO Good, NO, it's BRILLIANT! Mac-Cheap,YES really Awful, ABSOLUTE WASTE of money. I couldn't agree more Good on you for maknig a GF2 trainer. But BoA's got Kelandon's HLPM. - Archmagi Micael
-
E3: Ruined World -- Room in Sulfras's Cave
Archmagus Micael replied to Pisst the Slith's topic in The Exile Trilogy
I tried killing the Dragons just for a laugh, but they killed me . There's not really any point, since the Vahnatai are the "bad guys" in it, not Erika or the Dragons. - Archmagi Micael -
Email Jeff and see if he has it stored away somewhere (or knows a website which does). But everyone's right, no matter what things it gives you, getting a buggy version is pointless. - Archmagi Micael
-
I take it this means that Agents still have female pictures? (I'm on WIN). DAMN! I HATE dressing up as a woman! (agents are the best though) - Archmagi Micael
-
Undead Valley Testers- I need your help...
Archmagus Micael replied to Archmagus Micael's topic in Blades of Avernum Editor
Yes, Please re-send it. I can't access it anymore. AN DIT IS POSSIBLE! HA! -
Undead Valley Testers- I need your help...
Archmagus Micael replied to Archmagus Micael's topic in Blades of Avernum Editor
Yes, Please re-send it. I can't access it anymore. AN DIT IS POSSIBLE! HA! -
Undead Valley Testers- I need your help...
Archmagus Micael replied to Archmagus Micael's topic in Blades of Avernum Editor
Thanks. And I've come up with a way to have Rentar-Ihnro in it ithout people complaining. I'll let you know when it's ready! And I could use all the help finding those bugs that you can give! - Archmagi Micael -
Considering the Drayk was the most powerful monster in G1, I would have to say CryoDrayk. The ice creatures are always better than the fires - Archmagi Micael
-
Undead Valley Testers- I need your help...
Archmagus Micael replied to Archmagus Micael's topic in Blades of Avernum Editor
Quote: Originally written by PoD person: I'm not a tester, but, in the room where there is a Rentar-Ihrno shade with a pet dragon, you forget to turn off set_total_visibility() after the cutscene, so you can see everything and nothing is added to the automap. Thanks! I'll fix that right now. BTW - how did you get to play it? - Archmagi Micael -
Guys, I've just started G2 playing on Zakary's team - and I was wondering if it's possible to learn level 3 in Gazer shaping, and what that would give. - Archmagi Micael
-
All Undead Valley Testers of my previous versions, I need your help. I've decided (finally)to finish UV for good, but since it's been so long, I can only remember a few of the numerous small bugs in the game. If any of you who wrote them down, or can simply remember them from that long ago, I would appreciate it if you could post any of the bugs you can remember. Also, if you are still interested in being a tester when I release the next testing version, I'll need to know. Thanks ever so much, I really need this help! - Archmagi Micael
-
Quote: Originally written by Captain Obvious: Throughout my time here, I have never once yelled at anyone, however: STOP BRINGING UP OLD, DEAD TOPICS! GET A LIFE, DO NOT MAKE THE REST OF US SUFFER FROM YOUR BOREDOM! PLEASE FOR THE LOVE OF GOD LOCK THIS TOPIC... EDIT: I think all topics that have not been replied to within a month should be locked automatically. It would make the insanity rate quite a bit lower on these forums. I agree there. This topic is thoroughly DEAD - like the brains of most of my school-mates! - Archmagi Micael
-
Isn't there something better than this old thread left in Geneforge 1? This single thread has been on for ages, and it's absolutely BORING! Come up with something better to talk about! Aliklik - THANKS a lot for bringing this back to life. Read my previous post (ON TOPIC) for teh topical stuff. - Archmagi Micael
-
^ What Thuryl said, or it could just be your computer. - Archamgi Micael
-
Wilfred, base “Punches” are determined by your strength, and the armour of the opponent. Standard values such as Pole or Melee do not affect punching. Only a very high level character (or a GOD character) will be able to use punching to good effect. But, for the rest of us, with a standard character, even a Kitchen Knife would be better for punching. - Archmagi Micael
-
Lost hardrive, lost 6 registered games
Archmagus Micael replied to doomramen's topic in Tech Support
You don't need to have a backup - they're just a waste of space!!! or so I find) - Archmagi Micael -
That bug happens when there's a wall set wrong in teh editor (say, when you try having a door with a cliff wall set). - Archmagi Micael P.S. Whoever made perfect forest should look into it.
-
You can't get the Abandoned Thahd or Zora back, but considering you can easily create your own creatures, while the company may not be as talkative - they sure keep you alive longer! - Archmagi Micael
-
This isn't a Tech Support Question, it's more like a... GENEFORGE 2 Question! Anyway. On a lighter note. No you can't felix, and welcome. - Archmagi Micael
-
What would be the best call to use?
Archmagus Micael replied to Archmagus Micael's topic in Blades of Avernum Editor
Yeah, My problem is... I wan't it removed, but since it's right at the end of the scenario, I don't want to give the players either a long speech or a cut-scene. They just take to long to go through. Maybe I'll just...
