Skip to content

Want to increase the size of a mob (Ru'aun Mimic) #4887

Answered by TeoTwawki
fishytheuppity asked this question in Q&A
Discussion options

You must be logged in to vote

Mob entityFlags in mob_pools.sql control model size. There's a GM command that allows altering them on the fly via lua and it can be sort of done by script, with the caveat that to see the changes the entity must be respawned or the player must rezone. the client isn't cable of resizing a model already on your screen. So if you must do it in script, do it before the mob is spawned and not onSpawn! Also make sure you aren't wiping out other flags unrelated to size - you'll need to know what its got before you start.

As for the values, in the sql table its in decimal but in hex its like this: 0x0000000? where that question mark is the byte to alter for size and the zeroes are going to be ot…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@TeoTwawki
Comment options

@fishytheuppity
Comment options

Answer selected by fishytheuppity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants