Jump to content
  • 0
manabeast

how to use existing mvp to make it custom?

Question

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

../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.

Link to comment
Share on other sites

orc [email protected] yes duplicate and make new one same stat with official one. then will use that for custom event like that.

[email protected] give example ? the edit part is mob_avail.txt. and mob_db2.txt? client side in lua file that job_name & npcidentity?

Link to comment
Share on other sites

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 )

Link to comment
Share on other sites

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 :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.