Vendetta Posted June 22, 2012 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
Syouji Posted June 22, 2012 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
Syouji Posted June 22, 2012 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
Vendetta Posted June 22, 2012 Author 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
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
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.