Boat NM's and Spawn Conditions
Posted: Wed Jun 07, 2017 3:04 pm
Hello,
I have a question about the NM's that pop on the ships and boats. I dont want to waste time looking into this if it is not possible. What I want know is are boat NMs poppable via @command? if not are they stock in the stock DSP server to pop as they would in retail? I dont want to ride the boat 10000 times if not needed. i tried riding the boat and using the @spawnmob command but nothing happened sadly I did notice in the files that there are a bunch of NMs with no coordinates i am guessing this is why they werent spawning for example:
INSERT INTO `mob_spawn_points` VALUES (17707025,'Blackbeard','Blackbeard',10458,0,0,0,0)
another example is
INSERT INTO `mob_spawn_points` VALUES (17424475,'Ixtab','Ixtab',8390,0,0,0,0)
that wont spawn with the @command
The reason I ask is I am learning how all of this stuff works and my favorite thing in the game was hunting NM's
all of the advanced stuff is pointless to me at my current level as i am no expert in lua so I wanted to start by making custom commands to share on here that will pop all the NM's in a given zone at once
ex.
@westronfaurenm would pop
Amanita
Jaggedy-eared Jack
Fungus Beetle
or even do it by region @kuzotz etc. since i want to participate in the project in some way and I am not as capable as a lot of the cool stuff i have seen on here and in private servers i thought having these commands would be fun
I have a question about the NM's that pop on the ships and boats. I dont want to waste time looking into this if it is not possible. What I want know is are boat NMs poppable via @command? if not are they stock in the stock DSP server to pop as they would in retail? I dont want to ride the boat 10000 times if not needed. i tried riding the boat and using the @spawnmob command but nothing happened sadly I did notice in the files that there are a bunch of NMs with no coordinates i am guessing this is why they werent spawning for example:
INSERT INTO `mob_spawn_points` VALUES (17707025,'Blackbeard','Blackbeard',10458,0,0,0,0)
another example is
INSERT INTO `mob_spawn_points` VALUES (17424475,'Ixtab','Ixtab',8390,0,0,0,0)
that wont spawn with the @command
The reason I ask is I am learning how all of this stuff works and my favorite thing in the game was hunting NM's
all of the advanced stuff is pointless to me at my current level as i am no expert in lua so I wanted to start by making custom commands to share on here that will pop all the NM's in a given zone at once
ex.
@westronfaurenm would pop
Amanita
Jaggedy-eared Jack
Fungus Beetle
or even do it by region @kuzotz etc. since i want to participate in the project in some way and I am not as capable as a lot of the cool stuff i have seen on here and in private servers i thought having these commands would be fun