Page 1 of 1

Fishing Monsters question

Posted: Thu Jan 02, 2014 5:33 pm
by EDGECOM
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

Re: Fishing Monsters question

Posted: Fri Jan 17, 2014 7:09 pm
by ex0r
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)

Re: Fishing Monsters question

Posted: Wed Jan 29, 2014 1:02 am
by EDGECOM
I figured it out

check out this post

viewtopic.php?f=20&t=1806