PDA

View Full Version : trying to do a god mod, need help


Wish
February 23rd, 2006, 04:25 AM
The following code seems to be selectable as a mod, but won't let me choose the shadow dragon as a pretender. what am I doing wrong?

#newweapon 805
#name "Shadow Breath"
#explspr 10200
#flyspr 339 3
#aoe 4
#dmg 15
#magic
#ammo 3
#bonus
#nostr
#armornegating
#range 14
#sound 18
#end

#newweapon 807
#name "Tail Swipe"
#dmg -4
#bonus
#len 5
#def 1
#sound 9
#end

#newmonster 1651
#clear
#name "Shadow Dragon"
#spr1 "./dragons/storm_dragon1.tga"
#spr2 "./dragons/storm_dragon2.tga"
#descr "..."
#shapechange 676
#ap 12
#mapmove 3
#hp 90
#prot 8
#size 6
#str 26
#enc 2
#att 16
#def 11
#prec 12
#mr 22
#mor 30
#gcost 150
#rcost 60
#weapon 20
#weapon 29
#weapon "Tail Swipe"
#weapon "Shadow Breath"
#flying
#ethereal
#stealthy 20
#itemslots 12544
#startdom 1
#magicskill 4 2
#pathcost 80
#okleader
#okmagicleader
#poorundeadleader
#end

Wish
February 23rd, 2006, 04:36 PM
Is it because the shape he shapeshifts into isn't a pretender chasis?

Turin
February 23rd, 2006, 05:16 PM
yeah probably. The godcreation screen actually uses the values of the shapeshift form. So if the gcost of the shapeshift form is 0, you won´t pay any design points for the dragon, even though the real cost is listed in the selection screen.

Wish
February 23rd, 2006, 08:41 PM
If i make the human form restricted to a certain race will it make the dragon restricted to that race as well?