Monsters using attack methods designed for the party

Questions about how to create your own dungeons and replacement graphics and sounds.

Moderator: George Gilbert

Forum rules
Please read the Forum rules and policies before posting.
Post Reply
User avatar
linflas
My other avatar is gay
Posts: 2445
Joined: Tue Nov 04, 2003 9:58 pm
Location: Lille, France
Contact:

Monsters using attack methods designed for the party

Post by linflas »

as beo said, let's go back to talking about stuff and making stuff !
some of you tried FoD first alpha demo and as i mentionned in the thread about it, there are bugs in v0.44.
my goblins are cloned trollins with only 'attacks party' checked and they kill themselves.
i'll be able to provide an example tomorrow if necessary.
User avatar
Gambit37
Should eat more pies
Posts: 13720
Joined: Wed May 31, 2000 1:57 pm
Location: Location, Location
Contact:

Post by Gambit37 »

Yeah, I noticed this while playing the demo. It was pretty funny! :D
User avatar
Adamo
Italodance spammer
Posts: 1534
Joined: Fri Apr 22, 2005 11:59 am
Location: Poland
Contact:

Post by Adamo »

a bug? it can be used as a feature! just add a text line with "you`re in a middle of the goblin`s civil war" or something ;)
Spoiler
(\__/) (\__/) (\__/) (\__/) (\__/) (\__/) (\__/) (\__/) (\__/) (\__/) (\__/) (\__/)
Spoiler
(@.@) (@.@) (@.@) (@.@) (@.@) (@.@) (@.@) (@.@) (@.@) (@.@) (@.@) (@.@)
Spoiler
(>s<) (>s<) (>s<) (>s<) (>s<) (>s<) (>s<) (>s<) (>s<) (>s<) (>s<) (>s<)
Tonari
Craftsman
Posts: 146
Joined: Sun Jul 23, 2006 1:32 pm
Location: Japan

Post by Tonari »

Please confirm details of all attack method of goblins.
Is action DAMAGE_BYMONSTER?
If it is DAMAGE_BYPARTY, the monster will commit suicide.
Please make attack method clone and change action into DAMAGE_BYMONSTER.
Please forgive poor English.
User avatar
linflas
My other avatar is gay
Posts: 2445
Joined: Tue Nov 04, 2003 9:58 pm
Location: Lille, France
Contact:

Post by linflas »

here's the definition :
ADD MONSTER_GOBLIN_FAT CLONES=(MONSTER_TROLIN) NAME=(FAT GOBLIN) BITMAPS=(FRONT:BITMAP_GOBLIN_FAT_FRONT,BACK:BITMAP_GOBLIN_FAT_BACK,SIDE:BITMAP_GOBLIN_FAT_SIDE,ATTACK:BITMAP_GOBLIN_FAT_ATTACK) SOUNDS=(MOVE:SOUND_STEP_ANIMAL,ATTACK:SOUND_ATTACK_SWING) METHODS_CLOSE=(ATTACK_METHOD_STAB,NULL,NULL) STATS=(HEIGHT:2,JIGGLE:30) BODY=(MISSILE_DAGGER_DM2,NULL,NULL,NULL,NULL,NULL,1,1)
Tonari
Craftsman
Posts: 146
Joined: Sun Jul 23, 2006 1:32 pm
Location: Japan

Post by Tonari »

Stub is attack method for party.
You should make stub a clone and change action to DAMAGE_BYMONSTER_HEALTH.
Please forgive poor English.
User avatar
linflas
My other avatar is gay
Posts: 2445
Joined: Tue Nov 04, 2003 9:58 pm
Location: Lille, France
Contact:

Post by linflas »

ok, i can see ATTACK_METHOD_MONSTER_1, 2, 3... in the editor, picked number 2 and it works. thanks.

i haven't played with mechanics since Sukumvit's Labyrinth.
while i made only bitmap replacements for several weeks and a lot of things have changed, now i'm rediscovering RTC... by trial and error, without any documentation :?

this thread can be moved to RTC editing i think.
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post by George Gilbert »

Done.

Just to summarise - the monsters were attacking themselves because the attack method they'd been given was one that targetted monsters, rather than one that targetted the party!

I've changed the title accordingly. :D
User avatar
beowuuf
Archmastiff
Posts: 20687
Joined: Sat Sep 16, 2000 2:00 pm
Location: Basingstoke, UK

Post by beowuuf »

While I hope maintaining a little backwards compatibility! : )
Post Reply