Posts: 339
Threads: 88
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Aug 2014
Reputation:
0
So I made new monsters using navicat. I filled all rows and saved them. When I try to export it to Npc ToolI can see its IDs but I cannot see their names. When I spawn them ingame I can see their level etc but no name. I tried to export to NPCName in local/string but still has no name. Anyone?
Posts: 290
Threads: 30
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2013
Reputation:
0
/local/us/string -> npc_name_usa.lod
EDIT : you must set the name in column a_name_usa into database.
Posts: 207
Threads: 24
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2015
Reputation:
0
Only a_name
was hard to find eh?
write a query:
UPDATE t_npc SET a_name_usa = a_name
and export it with USA
Posts: 336
Threads: 14
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2013
Reputation:
0
Hi there.
As your topic has been answered, and from this topic you can solve your problem or already have I am going to move this topic into our Solved section database.
Thankyou,
-LCKB Staff