hello guys, can anyone help me how to make custom monster using player sprite 3rd job, but with mount
I want custom mob that appear like rune knight with dragon or mechanic with mado
I already read all instruction in http://rathena.org/wiki/Custom_Mobs but can't find a clue about 3rd job mount
the closest I get is change number for option parameter, the number in wiki is only up to 8192 but I can get my custom monster to looks like player with summer sprite (which is not in wiki) using this number
mob_db.txt:
4000,EVIL_MECHANIC,Evil Mechanic,Evil Mechanic,160,33333333,1,0,0,9,5000,10000,300,50,300,200,150,300,200,100,12,12,2,7,28,0x37B5,90,300,624,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
mob_avail.txt:
// To disguise a mob as a player:
// MobID,SpriteID,Sex,Hair_Style,Hair_Color,Weapon,Shield,Head_Top,Head_Middle,Head_Bottom,Option,Dye_Color
4000,4064,1,1,1,0,0,359,12,1207,262144,1
now I want my custom mob to using 3rd job sprite with mount, is it possible ? thanks in advance