Change name mob!

kingbinhminh

New member
Messages
2
Points
0
Github
kingbinhminh
i test with Poring!

Server 

1002,PORING,Zerippi,Zerippi,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 

Jobname.lub

[jobtbl.JT_PORING] = "Zerippi",

Always show name "Poring"... 

not work??? Why???

 
Last edited by a moderator:
You need to change the name in the summon script. For example, assuming you're using renewal, to change the name of Poring in prt_fild01, you need to change :

prt_fild01,0,0,0,0  monster  MONSTER_NAME  1002,30,5000,0,0
In file npcremobsfieldsprontera.txt

OR you can change the settings in monster.conf to ignore the summoning name and always use the DB name, by changing :

// Should the mob_db names override the mob names specified in the spawn files?// 0: No// 1: always use the mob_db Name column (english mob name)// 2: always use the mob_db JName column (original Kro mob name)override_mob_names: 1 

In file confbattlemonster.conf

 
Last edited by a moderator:
Back
Top