Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/16/22 in Posts

  1. I put up a guide on how to make a custom pet in another part of the forum which goes over everything about making them in a lot of detail. The short version is that you need to modify petinfo.lub, which is stored inside the datainfo folder (you can just search for it with GRF editor). Of course, you need to add the new illustration to the GRF file as well. If you want to make the pets talk, that's also in the GRF file, in pettalktable.xml. The thread explains more about how to modify these. As for the images, I'd love to say there's an easy way to get these, but there's not really. I just search for the pet I want to make on Google, and if there's a good piece of fanart, I use that, if not, I meticulously edit the card art. In some cases I even have to redraw parts of the art that are cut off, for example in the picture above the card art actually cuts off Pere's fingers on one hand so I had to draw them, luckily the resolution is low so you can't tell. Of course, if you're not a crazy person you could just use one of their sprites or something, which I did for a couple monsters whose card art wasn't suitable.
    1 point
  2. Create table CREATE TABLE IF NOT EXISTS `e_fabre_punch_rank` ( `cid` INT(11) UNSIGNED NOT NULL DEFAULT '0', `name` NVARCHAR(30) NOT NULL DEFAULT '', `point` INT(11) SIGNED NOT NULL DEFAULT '0', `rank` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`cid`) ) ENGINE=MyISAM;
    1 point
×
×
  • Create New...