Vendetta Posted June 22, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 23 Reputation: 1 Joined: 05/15/12 Last Seen: February 2, 2013 Share Posted June 22, 2012 i want costum mob.with sprite marine.can anyone help me where to put it or give me some guide pls..thank what im gonna say is make new mob with same sprite MARINE_SPHERE..need help old client got no problem but new client..erk..thanks for ur time Quote Link to comment Share on other sites More sharing options...
Syouji Posted June 22, 2012 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 1245 Reputation: 395 Joined: 11/19/11 Last Seen: January 15, 2020 Share Posted June 22, 2012 So your mob sprite .SPR file and .ACT file is called MARINE_SPHERE? Alright. Step 1. Drop the SPR and ACT file of MARINE_SPHERE in data | sprite | ¸ó½ºÅÍ Step 2. Open data | lua files | datainfo | npcidentity.lua Inside type: ["JT_MARINE_SPHERE"] = 2500, (Note: 2500 is just an example of the mob ID were gonna use) - Save and close.- Step 3. Open data | lua files | datainfo | jobname.lua Inside type: [jobtbl.JT_MARINE_SPHERE] = "MARINE_SPHERE", - save and close - Step 4. Open your mob_db2 database file. Using the official Marine Sphere as a reference... 1142,MARINE_SPHERE,Marine Sphere,Marine Sphere,28,3518,0,461,284,1,120,320,0,40,1,28,28,0,33,50,10,12,0,3,41,0,800,1201,1,1,0,0,0,0,0,0,0,0,1050,5000,1051,2500,1520,10,720,10,717,150,10003,10,0,0,0,0,0,0,4084,1 Now lets put our custom mob information in it.. 2500,MARINE_SPHERE,Marine Sphere,Marine Sphere,28,3518,0,461,284,1,120,320,0,40,1,28,28,0,33,50,10,12,0,3,41,0,800,1201,1,1,0,0,0,0,0,0,0,0,1050,5000,1051,2500,1520,10,720,10,717,150,10003,10,0,0,0,0,0,0,4084,1 NOTE: As a side note, your sprite mob files will come into conflict with the official marine sphere sprite as they are named the same. I recommend changing your sprite name if you wish to keep your custom mob separate from the official. So something like MARINE_CSPHERE (c is custom) Distribute to your players and yourself the updated lua files, and mob .SPR/.ACT file. 1 Quote Link to comment Share on other sites More sharing options...
KeyWorld Posted June 22, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 379 Reputation: 304 Joined: 11/10/11 Last Seen: December 2, 2014 Share Posted June 22, 2012 mob_avail.txt ? Quote Link to comment Share on other sites More sharing options...
Syouji Posted June 22, 2012 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 1245 Reputation: 395 Joined: 11/19/11 Last Seen: January 15, 2020 Share Posted June 22, 2012 Lol. That too~ I misread what Vendetta wanted. Yes, mob_avail is what you would use to replicate a mob with a new ID. Quote Link to comment Share on other sites More sharing options...
Vendetta Posted June 22, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 23 Reputation: 1 Joined: 05/15/12 Last Seen: February 2, 2013 Author Share Posted June 22, 2012 thank mate...thank you for ur time and thank you so much currently the mob_avai fix my situation here..btw thank so much guy Quote Link to comment Share on other sites More sharing options...
Question
Vendetta
i want costum mob.with sprite marine.can anyone help me where to put it or give me some guide pls..thank
what im gonna say is make new mob with same sprite MARINE_SPHERE..need help old client got no problem but new client..erk..thanks for ur time
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.