Jump to content
  • 0

NPC titles


ViperTech

Question

8 answers to this question

Recommended Posts

  • 0
update npc SET title = 'aCis' where id between 1 and 99999;
update npc SET serverSideTitle = '1' where id between 1 and 99999;
update npc SET serverSideName = '1' where id between 1 and 99999;

Link to comment
Share on other sites

  • 0

I think he wants to edit client ones not the db ones. To do that you have to open npcdat and find the npc there

possible, but the easy way is DB side not client.

 

also for SweeTs, you don't need this line since only titles are affected.

update npc SET serverSideName = '1' where id between 1 and 99999;

 

shot00030gb.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...