Jump to content
  • 0

[Help] Door Open Npc


Question

Posted

Hey i tried to make a simple NPC which open doors. i made the NPC type L2Doormen and

<a action="bypass -h npc_%objectId%_open_doors 24190002">Open the Gates</a><br>
<a action="bypass -h npc_%objectId%_close_doors 24190002">Close the Gates</a><br>

that was the function i thought which will open my door (24190002) my coli door in that case. but it didnt work. can someone maybe help me out or tell me my mistake?

ty

4 answers to this question

Recommended Posts

  • 0
Posted

ofc you can... AT ct1 was made this function and you can able it in python, i dont post script but you can search in l2j forum, i seen it there... If your pack is not ct1 or higher (mean is interlude or lower) i dont think that it is available, but i had made some doors auto open there is script too in l2j forums.

  • 0
Posted

ofc you can... AT ct1 was made this function and you can able it in python, i dont post script but you can search in l2j forum, i seen it there... If your pack is not ct1 or higher (mean is interlude or lower) i dont think that it is available, but i had made some doors auto open there is script too in l2j forums.

i got interlude and your hint didnt really help me :(

any other solutions?

  • 0
Posted

try to use this code


<a action="bypass -h admin_open  24190002">Open the Gates</a><br>
<a action="bypass -h admin_close  24190002">Close the Gates</a><br>

 

but it'll works only with admin char so you should make a new commandhandler with the same script as the AdminDoorControll.java but without the access lvl check

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...