Hello,
I've seen other servers change the model ID's of regular monsters, such as making Robber Crabs look like Krabkatoa. Been trying to do it on my own server, but cannot figure out which table needs to be modified. I see a modelid column under mob_pools, but I cannot edit that field in Navicat.
Any suggestions?
Change the Look of Mobs
Re: Change the Look of Mobs
mob_pools is the correct table. Its a large blob field.
Navicat doesn't handle blobs very well. Some newer versions (non free) can edit those blobs, but there are dozens of free alternatives that can as well. you can exec queries from command line or use heidisql, mysql workbench, phpmyadmin...Or edit the sql fiel and reimport that table.
tl;dr;
Give up on navicat.
Navicat doesn't handle blobs very well. Some newer versions (non free) can edit those blobs, but there are dozens of free alternatives that can as well. you can exec queries from command line or use heidisql, mysql workbench, phpmyadmin...Or edit the sql fiel and reimport that table.
tl;dr;
Give up on navicat.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Change the Look of Mobs
Oh, I see it now looking directly into the sql file. With entries like this: 0x01000D02DE104820483048404850B76000703B80 it's no wonder Navicat doesn't display it.
Thanks!
Thanks!
Re: Change the Look of Mobs
Are there limitations to the model ID's you can assign to a mob?
I was trying to make lower level bird NM's look like tulfaires. They have different family ID's, but they are both birds under the same family system.
Whenever I use a tulfaire model ID on a bird NM, it crashes my client when I spawn it.
I was trying to make lower level bird NM's look like tulfaires. They have different family ID's, but they are both birds under the same family system.
Whenever I use a tulfaire model ID on a bird NM, it crashes my client when I spawn it.