martuxas1 Posted March 1, 2018 Posted March 1, 2018 (edited) Hello on some mobs working title color for some not working why? i try alot still 50% working 50% not working. Any ideas? NpcName-e.dat 20001 a,Gremlin\0 a, 0 0 FF -1 20567 a,Enchanted Gargoyle\0 a, 0 0 FF -1 On custom npc totoly not working. Its same only id changed but on gremlin working 20001 on 20567 not working but it's SAME :D Edited March 1, 2018 by martuxas1
SweeTs Posted March 2, 2018 Posted March 2, 2018 Make sure xml structure is 'default' and not custom. What I mean is, for example, to create a custom npc, xml has additional param pointing to the template, so you would have to edit that template to display color. As you mess with client then it should read the color, so make sure npcs xml is default and not custom one.
martuxas1 Posted March 2, 2018 Author Posted March 2, 2018 4 hours ago, SweeTs said: Make sure xml structure is 'default' and not custom. What I mean is, for example, to create a custom npc, xml has additional param pointing to the template, so you would have to edit that template to display color. As you mess with client then it should read the color, so make sure npcs xml is default and not custom one. Database custom_npc -> 12348 29054 Benom 1 **** 1 Monster3.benom 10 57.5 85 male L2Monster 40 12500 10000 50 50 40 43 30 21 20 10 999999 10000 9500 2400 3500 2400 333 0 333 8203 8203 0 275 0 0 0 LAST_HIT Client NpcName-e.dat ->12348 a,Benom\0 a, 0 0 FF -1 or 12348 a,Benom\0 a,****\0 0 0 FF -1 still not working. what about you tell about xml what xml? name of file?
SweeTs Posted March 2, 2018 Posted March 2, 2018 That's what I mean, your npc is custom, so it's using its template/skin. You have to create regular npc (regular npc table, not custom) or edit title color of that npc - 29054 is your template and 12348 is your custom npc id, right. Some packs uses xml, other sql. You are using sql so forget about xml.
martuxas1 Posted March 2, 2018 Author Posted March 2, 2018 7 minutes ago, SweeTs said: That's what I mean, your npc is custom, so it's using its template/skin. You have to create regular npc (regular npc table, not custom) or edit title color of that npc - 29054 is your template and 12348 is your custom npc id, right. Some packs uses xml, other sql. You are using sql so forget about xml. I already try it 12348 29054 Benom 1 **** 1 Monster3.benom 10 57.5 85 male L2Monster 40 12500 10000 50 50 40 43 30 21 20 10 999999 10000 9500 2400 3500 2400 333 0 333 8203 8203 0 275 0 0 0 LAST_HIT NPC ID 12348 For him i try added Template ID 29054 and for him Benom already created in npc, i just use templateid, and i try change both but still not working. now i try again change gremlin title color and again not working, maybe i have bad npcname-e.data ?
martuxas1 Posted March 2, 2018 Author Posted March 2, 2018 19 minutes ago, SweeTs said: That's what I mean, your npc is custom, so it's using its template/skin. You have to create regular npc (regular npc table, not custom) or edit title color of that npc - 29054 is your template and 12348 is your custom npc id, right. Some packs uses xml, other sql. You are using sql so forget about xml.
Finn Posted March 3, 2018 Posted March 3, 2018 dude you are using serverside names and serverside titles. set serverside name and title from 1 to 0 and you should be fine since you have a npcgrp and npcname client line
martuxas1 Posted March 3, 2018 Author Posted March 3, 2018 29 minutes ago, Finn said: dude you are using serverside names and serverside titles. set serverside name and title from 1 to 0 and you should be fine since you have a npcgrp and npcname client line Thanks men it's work !!! :)
SweeTs Posted March 3, 2018 Posted March 3, 2018 Yay lul, I forgot about that. Not using sql so totally forgot about that :D Anyway, locked.
Recommended Posts