=Legend= Posted July 17, 2009 Share Posted July 17, 2009 how can I keek opened doors opened even after RR at the moment i open them but after rr i find them closed again,delete does not work Link to comment Share on other sites More sharing options...
0 aMoKe Posted July 17, 2009 Share Posted July 17, 2009 target the door and //delete Link to comment Share on other sites More sharing options...
0 =Legend= Posted July 17, 2009 Author Share Posted July 17, 2009 i said //delete does not work im using gracia final l2j Link to comment Share on other sites More sharing options...
0 Brian Posted July 17, 2009 Share Posted July 17, 2009 Delete them from spawnlist in the database, search the id/name ingame and put count at 0 Link to comment Share on other sites More sharing options...
0 Dragondoomer Posted March 7, 2010 Share Posted March 7, 2010 Hey hey Legend i found how you put the doors opened.And if you delete the Doors then they will still appeard but you can't target them..Just make 0; all the stats after the positions exm. IronWallGate;12240010;-238741;212232;-12788;0;0;0;0;0;0;158250;644;518;False Make it IronWallGate;12240010;-238741;212232;-12788;0;0;0;0;0;0;0;0;0; Link to comment Share on other sites More sharing options...
0 Dragondoomer Posted March 7, 2010 Share Posted March 7, 2010 Hey hey Legend i found how you put the doors opened.And if you delete the Doors then they will still appeard but you can't target them..Just make 0; all the stats after the positions exm. IronWallGate;12240010;-238741;212232;-12788;0;0;0;0;0;0;158250;644;518;False Make it IronWallGate;12240010;-238741;212232;-12788;0;0;0;0;0;0;0;0;0; Link to comment Share on other sites More sharing options...
0 `Rοmeο Posted March 7, 2010 Share Posted March 7, 2010 before I was using that lame code ;D Index: /Server/GameServer/java/net/sf/l2j/gameserver/GameServer.java =================================================================== --- /Server/GameServer/java/net/sf/l2j/gameserver/GameServer.java (revision 111) +++ /Server/GameServer/java/net/sf/l2j/gameserver/GameServer.java (revision 122) @@ -670,4 +670,18 @@ _log.log(Level.WARNING, "DynamicExtension could not be loaded and initialized", ex); } + + _log.warning("Opening Custom Doors: In Progress"); + _doorTable.getDoor(19160001).openMe(); + _doorTable.getDoor(19160009).openMe(); + _doorTable.getDoor(19160008).openMe(); + _doorTable.getDoor(19160007).openMe(); + _doorTable.getDoor(19160006).openMe(); + _doorTable.getDoor(19160005).openMe(); + _doorTable.getDoor(19160004).openMe(); + _doorTable.getDoor(19160003).openMe(); + _doorTable.getDoor(19160002).openMe(); + _doorTable.getDoor(19160010).openMe(); + _doorTable.getDoor(19160011).openMe(); + _log.warning("Opening Custom Doors: Finished"); FloodProtector.getInstance(); Replace the door ids that one are for the pagan doors in interlude Link to comment Share on other sites More sharing options...
0 Vkouk Posted March 7, 2010 Share Posted March 7, 2010 « on: July 17, 2009, 01:42:38 AM » a lot months passed + user banned locked Link to comment Share on other sites More sharing options...
Question
=Legend=
how can I keek opened doors opened even after RR at the moment i open them but after rr i find them closed again,delete does not work
Link to comment
Share on other sites
7 answers to this question
Recommended Posts