CUSTOM MOUNT GUIDE (dragon mount etc)
How to make your own custom mount
To make a custom mount you will need to open your items.scp and creatures.scp files.
First, in your items.scp find a mount that is not used or you wouldnt mind replacing. Im going to use:
Quote:
[item ******]
bonding=3
buyprice=5000
class=15
classes=07FFF
flags=64
level=17
material=-1
model=17343
name=Gray Young Ram
quality=1
races=01DF
reqlevel=17
skill=152
skillrank=1
stackable=1
sellprice=2000
spell=6777 0 0 0 330 3000
Im going to turn this into a dragon. so you edit the item as shown below:
Quote:
[item ******]
bonding=3
buyprice=5000
class=15
classes=07FFF
flags=64
level=17
material=-1
model=17343
name=DRAGON ---------------> edit the name
quality=1
races=01FF -----------> all races can use 01FF
reqlevel=100
skill=152
skillrank=1
stackable=1
sellprice=2000
spell=6777 0 0 0 330 3000
Now that you have made the item that you need to summojn your dragon you need to make the RAM become a dragon. So, go to your creatures.scp and find the rams script.
Quote:
[creature 4710] -------- leave this the same. so the summon spell will work.
attack=2000 2200
bounding_radius=0.561
combat_reach=2.7
damage=0 1
loottemplate=4710
model=2736 -------------> change this model number to the model of a dragon.
name=Dragon mount -----------change name
speed=0.91
money=3000
Save exit and you have a Dragon mount. you can do this with any model number and creature in the game.
Please make this a sticky so everyone will stop asking about it, I've confirmed that it works, atleast it works for me :)