Profile for Teh Ubar Pie
Field | Value |
---|---|
Displayed name | Teh Ubar Pie |
Member number | 8979 |
Title | Apprentice |
Postcount | 8 |
Homepage | |
Registered | Friday, June 15 2007 07:00 |
Recent posts
Author | Recent posts |
---|---|
creations in Geneforge 4: Rebellion | |
Apprentice
Member # 8979
|
written Thursday, July 5 2007 11:41
Profile
quote:Easy to do. I actually have a script for that laying around. Posts: 8 | Registered: Friday, June 15 2007 07:00 |
Geneforge 4 Operating System in Tech Support | |
Apprentice
Member # 8979
|
written Saturday, June 16 2007 09:00
Profile
My guess is that he's talking about the Win16 version of Windoze 2000. I would personally suggest buying XP Professional. Posts: 8 | Registered: Friday, June 15 2007 07:00 |
Scripting question. in Geneforge 4: Rebellion | |
Apprentice
Member # 8979
|
written Saturday, June 16 2007 08:51
Profile
Kai, half figured it out. I need the I.D of wingbolts and eyebeasts. I.D's plox! Posts: 8 | Registered: Friday, June 15 2007 07:00 |
Having a problem installing GF4 in Tech Support | |
Apprentice
Member # 8979
|
written Friday, June 15 2007 17:05
Profile
While installing GF4, I get the following error: Error 2238.Database: . Missing FROM clause in SQL query: Select`Component`, `Directory_`, `RuntimeFlags[] FROM `Component` WHERE (`Component`.`ActionRequest` = 1 AND (`Component`.`Installed` = 0 OR `Component` I... Anyone have a clue what all of that means/how to fix it? Running Windoze XP. Computer is a crappy dell with a screwy hard drive. :x [ Friday, June 15, 2007 17:07: Message edited by: Teh Ubar Pie ] Posts: 8 | Registered: Friday, June 15 2007 07:00 |
The DOOR is locked... in Geneforge Series | |
Apprentice
Member # 8979
|
written Friday, June 15 2007 14:18
Profile
I would have to know the name of the area which said locked door is in to help you there. Posts: 8 | Registered: Friday, June 15 2007 07:00 |
Scripting question. in Geneforge 4: Rebellion | |
Apprentice
Member # 8979
|
written Friday, June 15 2007 14:09
Profile
What would I use to allow the shaping of wingbolts/eyebeasts? Can't figure it out. ;-; Posts: 8 | Registered: Friday, June 15 2007 07:00 |
Creation Combo! in Geneforge 4: Rebellion | |
Apprentice
Member # 8979
|
written Friday, June 15 2007 13:37
Profile
Personally I use a magic/fire combination. 2 wingbolts, 1 drayk. I own everything. :3 Posts: 8 | Registered: Friday, June 15 2007 07:00 |
Making A Melee Weapon into Ranged in Geneforge 4: Rebellion | |
Apprentice
Member # 8979
|
written Friday, June 15 2007 13:21
Profile
Meh. Might as well turn this into a place to post scripts, ne? Some of my random stuffz: begindefinecreature 48; cr_name = "Shaper"; //cr_graphic_coloradj = 272; //cr_graphic_appearadj = 4; cr_graphic_template = 110; cr_max_health = 20; cr_max_energy = 40; //cr_max_essence = 60 //cr_regen_rate = 8; //cr_energy_regen_rate = 8; //cr_base_level = 5; //cr_walk_speed = 30; //cr_bonus_aps = 1; Replace the Lifecraft script-age with that, and you'll play as a shaper. begindefinecreature 244; // Servile, srs. // base for all War Trall imports import = 9; cr_name = "Servile"; cr_graphic_template = 130; cr_max_health = 400; cr_regen_rate = 20; cr_base_level = 32; cr_creature_type = 1; cr_default_attitude = 1; cr_default_courage = 100; cr_sound_when_slain = 127; cr_stain_when_slain = 0; cr_default_strategy = 1; cr_resistances 0 = 30; cr_resistances 2 = 40; cr_resistances 6 = 40; cr_resistances 7 = 60; cr_abil_num 0 = 0; // punch attack cr_abil_level 0 = 2; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; cr_abil_num 1 = 21; // rock cr_abil_level 1 = 2; cr_abil_step_of_launch 1 = 7; cr_abil_anim_in_reverse 1 = 1; cr_abil_time_per_step 1 = 1; Replace War Trall script with that to shape serviles. Posts: 8 | Registered: Friday, June 15 2007 07:00 |