HellMouthCo Source Mobs Spawn STEP BY STEP

03/26/2011 09:48 ninjamaster2010#1
Mobs aren't working! How do I add monsters?!?!?!?!?!?!?
The monster system IS NOT CODED IN THIS SOURCE. I've gotten so many msgs about this... I try to explain it and they go "so can I copy from lotf???" or something along those lines or just try to get me to add it for them.

To put it bluntly... Monsters (done correctly) can be the most complex system of your server to do right! Handling monster ai/movements/death/re spawning/drops and such is something you have to handle CAREFULLY or else you will run into all sorts of issues.

I do NOT recommend trying to use lotf's mob system... not good.

-Info on the monster system/what is loaded

The database is already set up properly... you simply need to start loading from database (it's commented out)
Code:

public static void GetSpawns()

Remove the comments.
STEP1
like this
There are a number of monster variables not currently being initialized. You should fix that
STEP 2
like this
There are a number of typos in the db/spawn code which need to be corrected.
STEP 3
then i need help in the other steps can someone help me!
thanks.
03/26/2011 09:54 iStefan#2
'I do NOT recommend trying to use lotf's mob system... not good.' <- Make it yourself, so it'd be better you idiot.
You can use lotf's spawn/move system for mobs, but it's not just copy pasting it, you need to convert it so it can be used on HellMouth.
03/26/2011 12:17 262315610#3
Quote:
Originally Posted by iStefan View Post
'I do NOT recommend trying to use lotf's mob system... not good.' <- Make it yourself, so it'd be better you idiot.
You can use lotf's spawn/move system for mobs, but it's not just copy pasting it, you need to convert it so it can be used on HellMouth.
ahaha .... brother you can code it fully and shared it to me ...
03/26/2011 13:57 _DreadNought_#4
Doubt iStefan can, even if he wanted I doubt he would.

You could rewrite the DB based off a TQ one?
03/26/2011 14:44 iStefan#5
Quote:
Originally Posted by _DreadNought_ View Post
Doubt iStefan can, even if he wanted I doubt he would.

You could rewrite the DB based off a TQ one?
Dude I can do a lot things by following an example, and I believe I can do the spawns. But, Since I'm not using HellMouth, I won't do that.
03/26/2011 14:59 BioHazarxPaul#6
Quote:
Originally Posted by ninjamaster2010 View Post
Mobs aren't working! How do I add monsters?!?!?!?!?!?!?
The monster system IS NOT CODED IN THIS SOURCE. I've gotten so many msgs about this... I try to explain it and they go "so can I copy from lotf???" or something along those lines or just try to get me to add it for them.

To put it bluntly... Monsters (done correctly) can be the most complex system of your server to do right! Handling monster ai/movements/death/re spawning/drops and such is something you have to handle CAREFULLY or else you will run into all sorts of issues.

I do NOT recommend trying to use lotf's mob system... not good.

-Info on the monster system/what is loaded

The database is already set up properly... you simply need to start loading from database (it's commented out)
Code:

public static void GetSpawns()

Remove the comments.
STEP1
like this
There are a number of monster variables not currently being initialized. You should fix that
STEP 2
like this
There are a number of typos in the db/spawn code which need to be corrected.
STEP 3
then i need help in the other steps can someone help me!
thanks.
:facepalm: you have got to be freaking kidding me..