Jump to content
  • 0

How To Make A Door , Opened By Defaut ?


Question

Posted

How to make a door , opened by defaut ? There is one door, that is closed, but I want it open. I can easy type //open, but if I restart server its closed again. Any solution? I tried to delete it from the xml file, but Its still there. I cannot target it, but its still there.

5 answers to this question

Recommended Posts

  • 0
Posted (edited)

Can I just add the ID of the door after this lines:

 

its ~ 345 line in the doortable.java

 

// Open following doors at server start: coliseums, ToI - RB Area Doors
getDoor(24190001).openMe();
getDoor(24190002).openMe();
getDoor(24190003).openMe();
getDoor(24190004).openMe();
getDoor(23180001).openMe();
getDoor(23180002).openMe();
getDoor(23180003).openMe();
getDoor(23180004).openMe();
getDoor(23180005).openMe();
getDoor(23180006).openMe();
Edited by raF
  • 0
Posted (edited)

 

Can I just add the ID of the door after this lines:

 

its ~ 345 line in the doortable.java

 

// Open following doors at server start: coliseums, ToI - RB Area Doors
getDoor(24190001).openMe();
getDoor(24190002).openMe();
getDoor(24190003).openMe();
getDoor(24190004).openMe();
getDoor(23180001).openMe();
getDoor(23180002).openMe();
getDoor(23180003).openMe();
getDoor(23180004).openMe();
getDoor(23180005).openMe();
getDoor(23180006).openMe();

 

Just insert here the door you want to is open with server start.

Edited by 'Baggos'
Guest
This topic is now closed to further replies.


×
×
  • 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