Ok so here is what I am trying to do. I am trying to make an Epona(Rani) BC!
But when I try to make a spawn point for it, it will not let me due to fact I already have an entry for that mobid. I added it to mob_groups.sql though I can not seem to find how to create a new mob id. Is this something not in sql or lua? If it is that is fine just trying to figure out what I seem to be missing here.
Thanks in advance.
How to make new mobid?
Re: How to make new mobid?
Never mind dug around a bit realizing I can only modify other mobs already in a zone.
Re: How to make new mobid?
Though I am guess it is possible just will require modifying the source code? Which I do plan to figure out though want to get server set up and open to public before I start something like that.KOSMOS wrote:Never mind dug around a bit realizing I can only modify other mobs already in a zone.
Re: How to make new mobid?
Unless you're modifying the source code to the client, no. These id's are hard coded into the client, if you tried to send your own, the client would not know what to do with it.KOSMOS wrote:Though I am guess it is possible just will require modifying the source code? Which I do plan to figure out though want to get server set up and open to public before I start something like that.KOSMOS wrote:Never mind dug around a bit realizing I can only modify other mobs already in a zone.
Nasomi FFXI Community Server - Classic CoP era fun!
http://www.facebook.com/nasomi
http://www.twitter.com/nasomi
http://www.facebook.com/nasomi
http://www.twitter.com/nasomi
Re: How to make new mobid?
I am not trying to make completely different mobs just using mobs from other zones. So just need to figure out how to pull the correct ROM, just got to figure out how to do that figure.nasomi wrote:Unless you're modifying the source code to the client, no. These id's are hard coded into the client, if you tried to send your own, the client would not know what to do with it.KOSMOS wrote:Though I am guess it is possible just will require modifying the source code? Which I do plan to figure out though want to get server set up and open to public before I start something like that.KOSMOS wrote:Never mind dug around a bit realizing I can only modify other mobs already in a zone.
Basically I am trying to make new BCs with mobs not in BCs. Like Rani, Tojil, etc.
Re: How to make new mobid?
Dat mods, not source. Its really easy to mode the entity list dat, but you'd have to have all the player using that same modification which is a big pain in the rearNasomi wrote:Unless you're modifying the source code to the client, no
Client hard codes them by zone. The only way around that it to let the object be named "NPC" in game (though server side it can be anything) or to use a faked pet object after either getting Kj to tell you how to use instantiate code or figuring that out yourself. Good luck!KOSMOS wrote:I am not trying to make completely different mobs just using mobs from other zones. So just need to figure out how to pull the correct ROM, just got to figure out how to do that figure.
Basically I am trying to make new BCs with mobs not in BCs. Like Rani, Tojil, etc.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: How to make new mobid?
Sweet thank you, I will try to figure that out on my own. Once I have a decent idea what it is then I will try to see if I can get Kj to help.TeoTwawki wrote:Dat mods, not source. Its really easy to mode the entity list dat, but you'd have to have all the player using that same modification which is a big pain in the rearNasomi wrote:Unless you're modifying the source code to the client, no
Client hard codes them by zone. The only way around that it to let the object be named "NPC" in game (though server side it can be anything) or to use a faked pet object after either getting Kj to tell you how to use instantiate code or figuring that out yourself. Good luck!KOSMOS wrote:I am not trying to make completely different mobs just using mobs from other zones. So just need to figure out how to pull the correct ROM, just got to figure out how to do that figure.
Basically I am trying to make new BCs with mobs not in BCs. Like Rani, Tojil, etc.