new npc = a elf

All development of pixel art, maps and other graphics.


User avatar
lien
Warrior
Warrior
Posts: 446
Joined: 30 Oct 2008, 08:59
Location: France

Re: new npc = a elf

Post by lien »

but i think the pearl is 1% one pear ok two pearl = HARD FOR A LITTLE LVL
Image
User avatar
Kage
Manasource
Manasource
Posts: 929
Joined: 02 May 2009, 18:12

Re: new npc = a elf

Post by Kage »

lien wrote:but i think the pearl is 1% one pear ok two pearl = HARD FOR A LITTLE LVL
Then come up with another replacement item for dark crystals.
<Kage_Jittai> ... are you saying I am elite :D
<thorbjorn> Yes. :P
User avatar
lien
Warrior
Warrior
Posts: 446
Joined: 30 Oct 2008, 08:59
Location: France

Re: new npc = a elf

Post by lien »

raws logs and red scorpions stigers
Image
AcnotAlpha
Novice
Novice
Posts: 55
Joined: 29 Oct 2009, 12:52

Re: new npc = a elf

Post by AcnotAlpha »

If you don't mind my asking, what use do raw logs have in an elf hat? or red scorpion stingers?
Ingame: Kra'Toth
TheBasilisk
Novice
Novice
Posts: 188
Joined: 16 Dec 2008, 21:45

Re: new npc = a elf

Post by TheBasilisk »

AcnotAlpha wrote:If you don't mind my asking, what use do raw logs have in an elf hat? or red scorpion stingers?
Maybe the elf just wants it for some kind of potion or drink or food or medicine or something.

(About the medicine... Yes, the stingers are poisonous, but some heart rate medicines are made from foxgloves, aren't they? :D )
Hissssss...
User avatar
lien
Warrior
Warrior
Posts: 446
Joined: 30 Oct 2008, 08:59
Location: France

Re: new npc = a elf

Post by lien »

I think if the loggers have destroyed the elf village. the only elf (the NPC) would not want you to help a woodcutters (so it should not have made the quest of "wooden shield")

Code: Select all

if (@Q_Woodenshield >= 3) goto L_hate;
L_hate : 
mes "[Elf]"; 
mes "\" why you help Jack "; 
mes "he is a Lumberjack he killed all my friends  \" "; 
goto L_death
next;
Image
User avatar
Kage
Manasource
Manasource
Posts: 929
Joined: 02 May 2009, 18:12

Re: new npc = a elf

Post by Kage »

lien wrote:I think if the loggers have destroyed the elf village. the only elf (the NPC) would not want you to help a woodcutters (so it should not have made the quest of "wooden shield")

Code: Select all

if (@Q_Woodenshield >= 3) goto L_hate;
L_hate : 
mes "[Elf]"; 
mes "\" why you help Jack "; 
mes "he is a Lumberjack he killed all my friends  \" "; 
goto L_death
next;
I disagree with this, while quests interacting with each other is a good thing, IF there has been a structure to its design. I don't think that we should start limiting quests based on quests that went in game a year ago. There is no real plot line, your trying to create a story line where none has been planned or designed.
<Kage_Jittai> ... are you saying I am elite :D
<thorbjorn> Yes. :P
AcnotAlpha
Novice
Novice
Posts: 55
Joined: 29 Oct 2009, 12:52

Re: new npc = a elf

Post by AcnotAlpha »

And besides, then I wouldn't be able to get the elf hat, if/when this quest comes ingame. Many others wouldn't be able to either.
Ingame: Kra'Toth
User avatar
lien
Warrior
Warrior
Posts: 446
Joined: 30 Oct 2008, 08:59
Location: France

Re: new npc = a elf

Post by lien »

Kage wrote:
lien wrote:I think if the loggers have destroyed the elf village. the only elf (the NPC) would not want you to help a woodcutters (so it should not have made the quest of "wooden shield")

Code: Select all

if (@Q_Woodenshield >= 3) goto L_hate;
L_hate : 
mes "[Elf]"; 
mes "\" why you help Jack "; 
mes "he is a Lumberjack he killed all my friends  \" "; 
goto L_death
next;
I disagree with this, while quests interacting with each other is a good thing, IF there has been a structure to its design. I don't think that we should start limiting quests based on quests that went in game a year ago. There is no real plot line, your trying to create a story line where none has been planned or designed.
you're right for all people to doesn't the quest of elf
Image
AcnotAlpha
Novice
Novice
Posts: 55
Joined: 29 Oct 2009, 12:52

Re: new npc = a elf

Post by AcnotAlpha »

Just wondering, is there anything else that needs done with this quest to make it usable? I'd like to see it in-game soon, but I haven't seen anything happening with it.
Ingame: Kra'Toth
Post Reply