0 Trance Posted April 8, 2012 Posted April 8, 2012 Name of my all npc Custom are Invisible why ? You don't have only NPC, you also have: npc_elementals npcaidata
0 Trance Posted April 8, 2012 Posted April 8, 2012 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 Amanda55 Posted April 8, 2012 Author Posted April 8, 2012 I don't understand, can you make an example please :$
0 Bleadd Posted April 8, 2012 Posted April 8, 2012 [fr] Regarde ta table npcaidata, tu dois remplir la table avec l'id du npc dans la table npc.[/fr]
0 Amanda55 Posted April 8, 2012 Author Posted April 8, 2012 [fr] franchement je n'y comprend rien ... je suis pas debile pourtant je pence etre assez inteligente [/fr] :(
0 Bleadd Posted April 8, 2012 Posted April 8, 2012 [fr]Sa c'est la table npc, tu recuperes l'id de ton npc, et tu vas dans la table npcAIDATA et tu renseignes les champs nécessaires[/fr]
0 Amanda55 Posted April 8, 2012 Author Posted April 8, 2012 [fr]Donc 50001 mais le soucie c'est que je le trouve pas dans NPCAIDATA [/fr]
0 Bleadd Posted April 8, 2012 Posted April 8, 2012 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 Tryskell Posted April 8, 2012 Posted April 8, 2012 [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 Trance Posted April 8, 2012 Posted April 8, 2012 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');
Question
Amanda55
Name of my all npc Custom are Invisible why ?
13 answers to this question
Recommended Posts