Well I am going to work on the fishing system again ..0.o..
I need to figure out a few thing first though the main thing is how to spawn the fished up monster.
do I need to create a new mob pool or is that only for server zones or can I just use a lua script to spawn the monster
because I know one way or another I am gonna have to make a table and add the monster info witch is no problem I just want to know the best way to spawn them
Fishing Monsters question
Re: Fishing Monsters question
I'm pretty sure the fished mobs are already in the db in mob_spawn_points. To spawn it from a script you use MobSpawn (mob I'd) (I'm not 100% sure on the function name)