NPC PROBLEM

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
Grim
Posts: 23
Joined: Tue Jul 23, 2013 12:57 am

NPC PROBLEM

Post by Grim »

L2J Revision 6169:
L2JDP Revision 9918r:

Hello guys.. Guys i have a problem when i add a custom npc... i spawn normaly the npc with no problem and with gm char i can use it.. BUT i dont see the names and when i click shift+left click and go to Edit / Visuals i see the Option Show Name 0 and Targetable 0 and when i try to change it to 1 nothink happens.. btw with normal chars i can see the npc too but still cant see the names and i cant target them at all..

Thanks in Advance
User avatar
Konstantinos
Posts: 501
Joined: Wed Feb 08, 2012 12:19 pm

Re: NPC PROBLEM

Post by Konstantinos »

custom_npcaidata.sql add line there like:

(id,7,15,0,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,NULL,300,NULL,0,0,'fighter'),
Grim
Posts: 23
Joined: Tue Jul 23, 2013 12:57 am

Re: NPC PROBLEM

Post by Grim »

What exactly you mean?

my npc sql is INSERT INTO `custom_npc` VALUES (7077, 134, 'Global Gatekeeper', 1, 'L2', 1, 'LineageMonster4.guard_naia_a', 14.00, 19.00, 35, 'male', 'L2Teleporter', 40, 777.000000000000000, 366.000000000000000, 7.100000000000000, 1.840000000000000, 40, 43, 30, 21, 20, 20, 0, 0, 159.00000, 170.00000, 111.00000, 113.00000, 230, 1, 333, 0, 0, 0, 60.00000, 120.00000, 0, 0);
Grim
Posts: 23
Joined: Tue Jul 23, 2013 12:57 am

Re: NPC PROBLEM

Post by Grim »

ohhh my fault didn't understand ... i am gonna check it now .. brb to tell you the result
Grim
Posts: 23
Joined: Tue Jul 23, 2013 12:57 am

Re: NPC PROBLEM

Post by Grim »

Problem Solved Thanks alot... I have 1 more Question if you can help me plz... When i add GM Shop i must put the multisells in game/data/multisell right? cause when i spawn the gmshop and i try to put on armors i got at gameserver console error MultisellData : can't find list ID: 9130 Requested by Grimplayer: Grim, npcid: 8889
User avatar
Konstantinos
Posts: 501
Joined: Wed Feb 08, 2012 12:19 pm

Re: NPC PROBLEM

Post by Konstantinos »

:?
Last edited by Konstantinos on Sun Aug 25, 2013 10:14 pm, edited 1 time in total.
Grim
Posts: 23
Joined: Tue Jul 23, 2013 12:57 am

Re: NPC PROBLEM

Post by Grim »

hmm still nothink .. anyway thanks bro i try to find out out the problem thanks alot
User avatar
lucan
Posts: 590
Joined: Wed Mar 16, 2011 10:39 pm
Location: Brazil

Re: NPC PROBLEM

Post by lucan »

Locked