Jump to content
  • 0

Any tutorial on how to add npcs with npcpos.txt (L2OFF)?


Question

Posted

Hello everyone, I hope you are having a good day, I tell you my problem, I'm adding the buffers in my server but they do not appear because I did not put the territory, honestly I can not find tutorials l2off explaining how to configure the spawn of the npc, time, days, etc..

I leave you the code I have made to spawn 5 buffers in Giran, but they do not appear.


 

npc_begin    [buffer_npc]    pos={83084;147906;-3464;32768}    total=1    respawn=1min    npc_end
npcmaker_end
npc_begin    [buffer_npc]    pos={83077;148394;-3464;32768}    total=1    respawn=1min    npc_end
npcmaker_end
npc_begin    [buffer_npc]    pos={83083;148394;-3464;32768}    total=1    respawn=1min    npc_end
npcmaker_end
npc_begin    [buffer_npc]    pos={83080;149322;-3464;32768}    total=1    respawn=1min    npc_end
npcmaker_end

 

Someone could explain or send me tutorials so I can learn

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

you need make a territory_begin/territory_end

then make a npcmaker_begin/npcmaker_end

and in npcmaker you can add your own npcs...check npcpos.txt you will find some like this:

 

territory_begin    [elitezone]    {{-16570;209381;-3684;-3364};{-16370;209381;-3684;-3364};{-16370;209581;-3684;-3364};{-16570;209581;-3684;-3364}}    territory_end
npcmaker_begin    [elitezone]    initial_spawn=all    maximum_npc=1
npc_begin    [kc_orc_captain]    pos={-16470;209481;-3664;49152}    total=1    respawn=1min    npc_end
npcmaker_end

Edited by sandeagle

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock