Jump to content

Recommended Posts

Posted (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

574816745b0e5b6a7c815d5c1de838a5.jpg

Edited by martuxas1
Posted

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. 

Posted
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?

Posted

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. 

Posted
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 ? 

Posted

5a8d4cf42004cf6d83921bf73ca00f26.jpg

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. 

 

Posted

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

Posted
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 !!! :)

Posted

Yay lul, I forgot about that. Not using sql so totally forgot about that :D

 

Anyway, locked. 

  • SweeTs locked this topic
Guest
This topic is now closed to further replies.


×
×
  • Create New...