manabeast Posted December 7, 2011 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Share Posted December 7, 2011 i have success add custom mvp. but how to use existing mvp to make it custom? the data.grf mvp sprites extract can't be use. i mean official one. when i summon it's poring come out =D. Quote Link to comment Share on other sites More sharing options...
Orc Lord Posted December 7, 2011 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 56 Reputation: 8 Joined: 11/10/11 Last Seen: September 3, 2013 Share Posted December 7, 2011 do u mean to duplicate a monster? Quote Link to comment Share on other sites More sharing options...
Kenpachi Posted December 7, 2011 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 764 Reputation: 220 Joined: 11/14/11 Last Seen: November 19, 2020 Share Posted December 7, 2011 ../db/mob_avail.txt You can use this file to create a mob server side without editing the client. Just create the database entry and than assign a sprite in mob_avail.txt. Quote Link to comment Share on other sites More sharing options...
manabeast Posted December 9, 2011 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Author Share Posted December 9, 2011 orc lord@ yes duplicate and make new one same stat with official one. then will use that for custom event like that. kenpachi@mind give example ? the edit part is mob_avail.txt. and mob_db2.txt? client side in lua file that job_name & npcidentity? Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 9, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Share Posted December 9, 2011 Hope i was right here ^^ For Example you wan to make another Poring. Original Poring Database : 1002,PORING,Poring,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,512,150,619,20,0,0,0,0,4001,1 Duplicated Database for New Poring : ( I used 25000 as example for the ID ) 25000,PORING,Poring,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,512,150,619,20,0,0,0,0,4001,1 Okay, now go to your db/mob_avail.txt add this 25000,1002 with this..your Monster with ID of 25000 will using the Poring Sprite ID ( 1002 ) Quote Link to comment Share on other sites More sharing options...
Fjaan Posted December 9, 2011 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 17 Reputation: 1 Joined: 12/01/11 Last Seen: May 1, 2017 Share Posted December 9, 2011 Hope i was right here ^^ For Example you wan to make another Poring. Original Poring Database : 1002,PORING,Poring,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,512,150,619,20,0,0,0,0,4001,1 Duplicated Database for New Poring : ( I used 25000 as example for the ID ) 25000,PORING,Poring,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,512,150,619,20,0,0,0,0,4001,1 Okay, now go to your db/mob_avail.txt add this 25000,1002 with this..your Monster with ID of 25000 will using the Poring Sprite ID ( 1002 ) Thanks Emistry, i was guna do this and start searching for it u answered my question to Quote Link to comment Share on other sites More sharing options...
manabeast Posted December 9, 2011 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Author Share Posted December 9, 2011 @emistry : @@" this simple XD! thx thx =) Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 9, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Share Posted December 9, 2011 this is what Kenpachi trying to tell you... =='' you just didnt get what he mean.. and i m here try to give you an example based on his method... Quote Link to comment Share on other sites More sharing options...
Question
manabeast
i have success add custom mvp. but how to use existing mvp to make it custom? the data.grf mvp sprites extract can't be use. i mean official one. when i summon it's poring come out =D.
Link to comment
Share on other sites
7 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.