[help] need to edit npc name on map

04/06/2013 10:51 maliciousaid#1
can i know which file can i edit the npc name on map?

because aloken's shop shows numbers on map not the shop npc name.
04/06/2013 11:01 alexmak96#2
Share/creature/npc.csv
04/06/2013 11:18 maliciousaid#3
Code:
164,Maia,maia,41400,3,38000,7,0,34,7,0,1,2107,1,1801,1,3301,1,3302,1,3306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,
165,Lucy,lucy,41500,3,38100,3,0,35,1,3311,1,3312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,
166,Tanya,tanya,41600,3,38200,3,0,36,1,3312,1,3313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,
these one right ? but the problem is, when i press M for mapping..

these npc are name (10,41500) on the map.. it should be (Lucy) isnt it?
04/06/2013 11:22 alexmak96#4
Yeah, the second one is the name
You must add the string with index 41500
Script/string
04/06/2013 11:31 maliciousaid#5
add the string with index 41500?

can you show me some example?

theres many of txt file in script/string, which one contain npc? i didnt see one.


[Only registered and activated users can see links. Click Here To Register...]


this is the thing that i want to edit..
04/06/2013 11:48 alexmak96#6
I do not have any client on my pc now so i can't tell u exactly whats the string name
just search for npc
04/06/2013 11:49 maliciousaid#7
thanks.. already know where it is.
04/06/2013 12:35 conquer93#8
all the (10,41500) kind of codes u see are always string codes missing.

(10,41500)

Red Code "10" = always the Cate where it need the code "Blue "41500" to be added. you can find all cates in every string file at script/string/list.csv
04/06/2013 13:05 maliciousaid#9
thanks you giving more clearer msg! :)