Profile for Hawk King

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).

Recent posts

Pages

AuthorRecent posts
what did i do wrong ? in Blades of Avernum Editor
Infiltrator
Member # 5566
Profile #6
like this ?

import = 445; // base item to modify
clear;
import = 506;
it_full_name = "draconian armor";
it_variety = 13; // Armor
it_weapon_skill_used = 0; // Strength
it_protection = 500;
it_encumbrance = 5;
it_floor_which_icon = 0;
it_inventory_icon = 1;
it_inventory_icon = 506;
it_ability_1 = 11; // Assassination
it_ability_str_1 = 20;
it_ability_2 = 12; // Mage Spells
it_ability_str_2 = 20;
it_ability_3 = 1; // Strength
it_ability_str_3 = 20;
it_ability_4 = 16; // Tool Use
it_ability_str_4 = 20;


[ Tuesday, March 22, 2005 20:00: Message edited by: hawk king ]
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
what did i do wrong ? in Blades of Avernum
Infiltrator
Member # 5566
Profile #6
like this ?

import = 445; // base item to modify
clear;
import = 506;
it_full_name = "draconian armor";
it_variety = 13; // Armor
it_weapon_skill_used = 0; // Strength
it_protection = 500;
it_encumbrance = 5;
it_floor_which_icon = 0;
it_inventory_icon = 1;
it_inventory_icon = 506;
it_ability_1 = 11; // Assassination
it_ability_str_1 = 20;
it_ability_2 = 12; // Mage Spells
it_ability_str_2 = 20;
it_ability_3 = 1; // Strength
it_ability_str_3 = 20;
it_ability_4 = 16; // Tool Use
it_ability_str_4 = 20;


[ Tuesday, March 22, 2005 20:00: Message edited by: hawk king ]
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
what did i do wrong ? in Blades of Avernum Editor
Infiltrator
Member # 5566
Profile #4
quote:
Originally written by Kelandon:

it_floor_which_icon = 506;
it_inventory_icon = 506;
Replace with
it_floor_which_icon = 0;
it_inventory_icon = 1;

should it be like this ?

// twotg Custom Object Types

beginscendatascript;

// FLOOR TYPES

// TERRAIN TYPES

// CUSTOM CREATURES

// ITEM TYPES

begindefineitem 445;
clear;
import = 506;
it_full_name = "draconian armor";
it_variety = 13; // Armor
it_weapon_skill_used = 0; // Strength
it_protection = 500;
it_encumbrance = 5;
it_floor_which_icon = 0;
it_inventory_icon = 1;
it_inventory_icon = 506;
it_ability_1 = 11; // Assassination
it_ability_str_1 = 20;
it_ability_2 = 12; // Mage Spells
it_ability_str_2 = 20;
it_ability_3 = 1; // Strength
it_ability_str_3 = 20;
it_ability_4 = 16; // Tool Use
it_ability_str_4 = 20;
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
what did i do wrong ? in Blades of Avernum
Infiltrator
Member # 5566
Profile #4
quote:
Originally written by Kelandon:

it_floor_which_icon = 506;
it_inventory_icon = 506;
Replace with
it_floor_which_icon = 0;
it_inventory_icon = 1;

should it be like this ?

// twotg Custom Object Types

beginscendatascript;

// FLOOR TYPES

// TERRAIN TYPES

// CUSTOM CREATURES

// ITEM TYPES

begindefineitem 445;
clear;
import = 506;
it_full_name = "draconian armor";
it_variety = 13; // Armor
it_weapon_skill_used = 0; // Strength
it_protection = 500;
it_encumbrance = 5;
it_floor_which_icon = 0;
it_inventory_icon = 1;
it_inventory_icon = 506;
it_ability_1 = 11; // Assassination
it_ability_str_1 = 20;
it_ability_2 = 12; // Mage Spells
it_ability_str_2 = 20;
it_ability_3 = 1; // Strength
it_ability_str_3 = 20;
it_ability_4 = 16; // Tool Use
it_ability_str_4 = 20;
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
what did i do wrong ? in Blades of Avernum Editor
Infiltrator
Member # 5566
Profile #2
quote:
Originally written by Thuryl:

It'd help if you explained to us why you think something's wrong. What problem is occuring? Are you unable to place the item in the scenario using the editor, or does it not show up during gameplay when you do place it?

One problem could be that your scenario's title is too long; I think bad things happen if the short title is more than a certain number of characters.

begindefineitem 441;

ill change the title to twotg

[ Tuesday, March 22, 2005 19:47: Message edited by: hawk king ]
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
what did i do wrong ? in Blades of Avernum
Infiltrator
Member # 5566
Profile #2
quote:
Originally written by Thuryl:

It'd help if you explained to us why you think something's wrong. What problem is occuring? Are you unable to place the item in the scenario using the editor, or does it not show up during gameplay when you do place it?

One problem could be that your scenario's title is too long; I think bad things happen if the short title is more than a certain number of characters.

begindefineitem 441;

ill change the title to twotg

[ Tuesday, March 22, 2005 19:47: Message edited by: hawk king ]
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
what did i do wrong ? in Blades of Avernum Editor
Infiltrator
Member # 5566
Profile #0
// the way of the guild Custom Object Types

beginscendatascript;

// FLOOR TYPES

// TERRAIN TYPES

// CUSTOM CREATURES

// ITEM TYPES

begindefineitem 445;
clear;
import = 506;
it_full_name = "draconian armor";
it_variety = 13; // Armor
it_weapon_skill_used = 0; // Strength
it_protection = 500;
it_encumbrance = 5;
it_floor_which_sheet = 506;
it_floor_which_icon = 506;
it_inventory_icon = 506;
it_ability_1 = 11; // Assassination
it_ability_str_1 = 20;
it_ability_2 = 12; // Mage Spells
it_ability_str_2 = 20;
it_ability_3 = 1; // Strength
it_ability_str_3 = 20;
it_ability_4 = 16; // Tool Use
it_ability_str_4 = 20;

IMAGE(http://www.personal.psu.edu/staff/b/x/bxb11/boa/louvre/scenariographics/dracoarmor.gif)

am i doing something wrong the pic is in my scenario thewayoftheguild.cmg in 506 what am i doing wrong ?

EDIT: is it okay to be using text edit for scripting ? cause if it's not I cant do scripting

[ Tuesday, March 22, 2005 19:50: Message edited by: hawk king ]
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
what did i do wrong ? in Blades of Avernum
Infiltrator
Member # 5566
Profile #0
// the way of the guild Custom Object Types

beginscendatascript;

// FLOOR TYPES

// TERRAIN TYPES

// CUSTOM CREATURES

// ITEM TYPES

begindefineitem 445;
clear;
import = 506;
it_full_name = "draconian armor";
it_variety = 13; // Armor
it_weapon_skill_used = 0; // Strength
it_protection = 500;
it_encumbrance = 5;
it_floor_which_sheet = 506;
it_floor_which_icon = 506;
it_inventory_icon = 506;
it_ability_1 = 11; // Assassination
it_ability_str_1 = 20;
it_ability_2 = 12; // Mage Spells
it_ability_str_2 = 20;
it_ability_3 = 1; // Strength
it_ability_str_3 = 20;
it_ability_4 = 16; // Tool Use
it_ability_str_4 = 20;

IMAGE(http://www.personal.psu.edu/staff/b/x/bxb11/boa/louvre/scenariographics/dracoarmor.gif)

am i doing something wrong the pic is in my scenario thewayoftheguild.cmg in 506 what am i doing wrong ?

EDIT: is it okay to be using text edit for scripting ? cause if it's not I cant do scripting

[ Tuesday, March 22, 2005 19:50: Message edited by: hawk king ]
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Geneforge 3 Forum!! in Geneforge Series
Infiltrator
Member # 5566
Profile #13
quote:
Originally written by The Yeoman Cheesemonger:

MWAHAHAHAHAHAHAHAHAHAHAHA
Happiness! Flowers! Genforge III will rule the world of spidweb!!!

naaaw you don't say duh you idiot it already does mwahahahahahahahahaha
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Geneforge 3 Forum!! in Geneforge Series
Infiltrator
Member # 5566
Profile #11
EDIT: never mind sorry i changed my mind so i will just put this here
IMAGE(http://www.geocities.com/ur_drakon/ga800315.gif)
cool ;)

[ Tuesday, March 22, 2005 18:53: Message edited by: hawk king ]
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Geneforge 3 Forum!! in Geneforge Series
Infiltrator
Member # 5566
Profile #7
YAHAHAHAHAHAHAHAHAHAHAHA i got like i dont know eighth ninth but YAAAAAAAAAAAAAAAAAAAA

(oh i finally got back into this account instead of using king of hawks)

[ Tuesday, March 22, 2005 17:04: Message edited by: hawk king ]
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Blades of Geneforge in Geneforge Series
Infiltrator
Member # 5566
Profile #41
not an entire part of the map just stuff like monsters and items
sorry if i misunderstood
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Blades of Geneforge in Geneforge 2
Infiltrator
Member # 5566
Profile #41
not an entire part of the map just stuff like monsters and items
sorry if i misunderstood

--------------------
Why are you reading this ?
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Blades of Geneforge in Geneforge Series
Infiltrator
Member # 5566
Profile #38
quote:
3D editor now to add more functions, such as copy paste
quote:
such as copy paste
um you can already do that just press command c and then command v and walla you can past ;)
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Blades of Geneforge in Geneforge 2
Infiltrator
Member # 5566
Profile #38
quote:
3D editor now to add more functions, such as copy paste
quote:
such as copy paste
um you can already do that just press command c and then command v and walla you can past ;)

--------------------
Why are you reading this ?
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Calling all Scenarios in Blades of Avernum Editor
Infiltrator
Member # 5566
Profile #14
quote:
Originally written by Ash Lael:

That's cool guys, but you don't need to announce every time you start a scenario. When you finish one, well, that's worth making a song and dance over. :)
very good point
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Calling all Scenarios in Blades of Avernum
Infiltrator
Member # 5566
Profile #14
quote:
Originally written by Ash Lael:

That's cool guys, but you don't need to announce every time you start a scenario. When you finish one, well, that's worth making a song and dance over. :)
very good point
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
A3 Trainer Released! in The Avernum Trilogy
Infiltrator
Member # 5566
Profile #18
quote:
- Now that we have found someone familiar with Mac conversion, you will have your trainers soon, provided he has the time to devote to the project.

umm what exactly would that include ???

quote:
provided he has the time to devote to the project
if you look down you will see i have all the time in the world I'm not sure if i'd be much help though all i know came from my dad he a graphics designer for Cleveland metroparks so i know a bit i would of course be happy to help

IMAGE(http://www.imagehosting.us/imagehosting/showimg.jpg/?id=317985)

[ Friday, March 11, 2005 17:18: Message edited by: hawk king ]
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
A3 Trainer Released! in The Avernum Trilogy
Infiltrator
Member # 5566
Profile #14
quote:
Originally written by Holy Toenail4.333333....:

I just have one question Xixao-

Why are you asking for money inside the trainer? I mean, no one's forcing you to make them. I'm just kind of wondering...

he asks for money i wonder if anyone has given any i mean there nothing wrong about asking if he where to say you have to give me money to use my stuff now that'd be different

quote:
Originally written by Frozen feet:

I don't understand the point of making a A3 trainer. The game, afterall, has its own editor, which can do pretty much those same things.
IMAGE(http://xixao3d.com/downloads/trainers/a3/a3preview.jpg)
take a good look at that image and you'll see (1) unlimited exp. (2) unlimited gold (3) god mode (4) unlimited skill points and (5) you daunt have to leave the game to use it

[ Friday, March 11, 2005 13:29: Message edited by: hawk king ]
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Blades of Geneforge in Geneforge Series
Infiltrator
Member # 5566
Profile #36
this is gonna seem stupid but i have to let it out

geneforge 3 mine mine mine give it to me now now now

ok I'm done
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Blades of Geneforge in Geneforge 2
Infiltrator
Member # 5566
Profile #36
this is gonna seem stupid but i have to let it out

geneforge 3 mine mine mine give it to me now now now

ok I'm done

--------------------
Why are you reading this ?
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Did you stay loyal? in Geneforge Series
Infiltrator
Member # 5566
Profile #17
darn i was hoping for something better
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
Did you stay loyal? in Geneforge
Infiltrator
Member # 5566
Profile #17
darn i was hoping for something better

--------------------
Why are you reading this ?
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
How many? in General
Infiltrator
Member # 5566
Profile #28
quote:
Originally written by Archmage Alex:

I must claim Grant as my middle name. Why only one middle name? I will give my children 6 names just for fun.
they will hate you

--------------------
Why are you reading this ?
Posts: 507 | Registered: Tuesday, March 1 2005 08:00
A3 Trainer Released! in The Avernum Trilogy
Infiltrator
Member # 5566
Profile #12
quote:
Originally written by Flaming_valkrye:

sum guy told me to ask about the gf3 trainer here... How do i use it iv done everything needed but it just stays the same!please help me before i go crazy with curiosity! :confused:
that some guy would be me and you'll have to wait till xixao answers because i only use mac so i don't know but it might be a glitch try re downloading it other than that i do not know sorry :(

[ Friday, March 11, 2005 12:19: Message edited by: hawk king ]
Posts: 507 | Registered: Tuesday, March 1 2005 08:00

Pages