Fishing Monsters question

Any discussion not related to the other forum topics
Post Reply
EDGECOM
Posts: 50
Joined: Sat Aug 04, 2012 8:31 am

Fishing Monsters question

Post by EDGECOM » Thu Jan 02, 2014 5:33 pm

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

ex0r
Posts: 83
Joined: Wed Aug 29, 2012 10:08 pm

Re: Fishing Monsters question

Post by ex0r » Fri Jan 17, 2014 7:09 pm

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)

EDGECOM
Posts: 50
Joined: Sat Aug 04, 2012 8:31 am

Re: Fishing Monsters question

Post by EDGECOM » Wed Jan 29, 2014 1:02 am

I figured it out

check out this post

viewtopic.php?f=20&t=1806

Post Reply