Jump to content
  • 0

Name of npc Custom invisible


Question

13 answers to this question

Recommended Posts

  • 0
Posted

How I make please  :/

 

Just copy one random npc from npc_elementals;npcaidata and then replace with your custom npc ID and import it.

  • 0
Posted

showName => 0 / 1 ^^

 

edit : [fr] tu dois creer un nouvel uplet (ligne) dans la table npcaidata, avec l'id de ton npc (donc je presume 50001) avec les reglages que tu souhaites, comme le Showname a 0 / 1 dans la table. [/fr]

  • 0
Posted

[fr]

Pour un NPC custom, tu as besoin de rajouter une ligne dans les tables : npc, npcaidata et npc_elementals comme l'a dit Bleadd et Tяαnce.

 

ServerSideName doit être mis à 1, ainsi que ServerSideTitle si le titre de ton NPC est custom (généralement, oui).

 

Finalement, tu devrais chercher sur le net Navicat (besoin de le cracker ou de l'acheter). C'est un logiciel très utile. A moins que tu ne veuilles t'améliorer avec PhpMyAdmin, je te conseille vivement de changer de software, car PhpMyAdmin c'est l'usine à gaz par excellence.

 

Lis tes PMs.

[/fr]

  • 0
Posted

I don't understand, can you  make an example  please :$

 

 

You can't see the name/title on freya w/o those:

 

E.g for GK:

 

INSERT INTO `npc_elementals` VALUES ('50001', '0', '0', '20', '20', '20', '20', '20', '20');
INSERT INTO `npcaidata` VALUES ('50001', '7', '15', '0', '1000', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', null, '300', null, '0', '0', 'balanced');

 

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..