[Help]NPC Problems L2J 

Initiate Mage
Joined
Jul 31, 2005
Messages
3
Reaction score
0
Hi. Ive tried loads of Custom NPC Buffers but they always say i have no tasks for you right now. Any suggestions or links?

PS. I no most of you will be like use search i have and no suggestions have fixed it. Thanx

:alienmental:
 
Last edited by a moderator:
Re: NPC Problems

Hi. Ive tried loads of Custom NPC Buffers but they always say i have no tasks for you right now. Any suggestions or links?

PS. I no most of you will be like use search i have and no suggestions have fixed it. Thanx

1 - I need to know the detail of your NPC buffer
1.1 - Theses details are:
- Are you using an existing ID for it?
- Whats the type of the NPC in the database?
- Have you changed the py file accorddingly? (use python 2.5 gui for compile)
2 - Once you answered my questions, maybe i can give u a hand
 
Upvote 0
Re: NPC Problems

You have to pay attention to see if the quest (the py file u changed) starts up with the server. Almost always, whn u change a python file you have to re-check the module via Python GUI to make it runs ok.
Have u done that ?

If your quest starts ok, u have to change the htm files for that npc (if your previous npc id was 30222 (example) then u should change the name to the new npc id u are using).
 
Upvote 0
Back