我的npc_text似乎有点问题。尽管lang0设置为0,NPC仍在使用兽人语言(或其他语言)。
下面是SQL语句:
INSERT INTO npc_text (ID,text0_0,text0_1,lang0,Probability0,VerifiedBuild) VALUES
(65000,'Greetings $N, ready for some training?','Greetings $N, ready for some training?',0,0,12340),
(65001,'I cannot train you, $c. You need to talk to your class trainer.','I cannot train you, $c. You need to talk to your class trainer.',0,0,12340);发布于 2021-04-15 23:37:35
npc_text缓存在客户端。我删除了我的客户端缓存,然后显示了正确的文本。
https://stackoverflow.com/questions/67098426
复制相似问题