Adjusting Spawn Types for Non-Unique Mobs
Posted: Thu Jun 18, 2015 1:24 am
Hello,
I've been working on adding code for spawning NMs that drop relic weapon materials; I'm currently working on Habetrot. I'm trying to make him wiki accurate, so I'd like to re-purpose the Rumble Crawler that spawns next to the ???, changing it so that it only spawns if Habetrot doesn't (on trade).
This is where my question comes in. As far as I know, changing the Rumble Crawler's spawn type involves changing the correct sql column in mob_groups.sql from 0 to 128. However, this will change every Rumble Crawler in Temple of Uggalepih into a forced spawn, correct? Is there a way to make only this one Rumble Crawler a forced spawn while leaving the others unchanged? Am I even going about this correctly?
Related to this Rumble Crawler, I'm not sure what I need to adjust to prevent this crawler from despawning if players try to zone.
Thanks for your time.
I've been working on adding code for spawning NMs that drop relic weapon materials; I'm currently working on Habetrot. I'm trying to make him wiki accurate, so I'd like to re-purpose the Rumble Crawler that spawns next to the ???, changing it so that it only spawns if Habetrot doesn't (on trade).
This is where my question comes in. As far as I know, changing the Rumble Crawler's spawn type involves changing the correct sql column in mob_groups.sql from 0 to 128. However, this will change every Rumble Crawler in Temple of Uggalepih into a forced spawn, correct? Is there a way to make only this one Rumble Crawler a forced spawn while leaving the others unchanged? Am I even going about this correctly?
Related to this Rumble Crawler, I'm not sure what I need to adjust to prevent this crawler from despawning if players try to zone.
Thanks for your time.