Page 3 of 5

Re: L2JCommand Center

Posted: Tue May 12, 2015 5:13 pm
by iliqbg
This will be in Version 1.5 now im finished final version 1.0 frist post updated

Re: L2JCommand Center Final version 1.0

Posted: Tue May 12, 2015 6:05 pm
by darkwolf999
good job :D

Re: L2JCommand Center Final version 1.0

Posted: Tue May 12, 2015 7:18 pm
by Attila
I now have these errors with new ubdate

Image

Image

Re: L2JCommand Center Final version 1.0

Posted: Tue May 12, 2015 7:55 pm
by darkwolf999
chat ban and un chat ban added. only i'm not sure if it is right.

txtPlayerName_6 = new JTextField();
txtPlayerName_6.setText("Player Name");
txtPlayerName_6.setBounds(125, 428, 116, 22);
panel.add(txtPlayerName_6);
txtPlayerName_6.setColumns(10);
JButton cban = new JButton("Chat Ban");
cban.addActionListener(e ->
{
int charId = CharNameTable.getInstance().getIdByName(txtPlayerName_6.getText());

if (charId > 0)
{
long expirationTime = 10000;
PunishmentManager.getInstance().startPunishment(new PunishmentTask(charId, PunishmentAffect.CHARACTER, PunishmentType.CHAT_BAN, expirationTime, "Contact to the GM For more Info Thanks!.", " Admin: "));
_log.info("Character : " + txtPlayerName_6.getText() + " has been Chat-Banned");
}
else
{
_log.info("Character : " + txtPlayerName_6.getText() + " was not found!");
}
});
cban.setBounds(16, 427, 97, 25);
panel.add(cban);

txtPlayerName_7 = new JTextField();
txtPlayerName_7.setText("Player Name");
txtPlayerName_7.setBounds(125, 464, 116, 22);
panel.add(txtPlayerName_7);
txtPlayerName_7.setColumns(10);

JButton nochatban = new JButton("No Chat Ban");
nochatban.setHorizontalAlignment(SwingConstants.LEFT);
nochatban.addActionListener(e ->
{
int charId = CharNameTable.getInstance().getIdByName(txtPlayerName_7.getText());

if (charId > 0)
{
PunishmentManager.getInstance().stopPunishment(charId, PunishmentAffect.CHARACTER, PunishmentType.CHAT_BAN);
_log.info("Character : " + txtPlayerName_7.getText() + " Chat Ban is over.");
}
else
{
_log.info("Character : " + txtPlayerName_7.getText() +" was not found!");
}
});
nochatban.setBounds(16, 463, 97, 25);
panel.add(nochatban);

Re: L2JCommand Center Final version 1.0

Posted: Tue May 12, 2015 8:01 pm
by iliqbg
Attila wrote:I now have these errors with new ubdate

Image

Image
Attila i don't know what you doing why change traders? and delete > " < and background panel this is not error and something ignore it

Re: L2JCommand Center Final version 1.0

Posted: Tue May 12, 2015 8:16 pm
by Attila
do nothing I replace only the new update with the old
but now I can no longer see if I need to replace or delete things with the new update
you only put the new update
the update is now different that he was first time .
but I got it working it works well

Re: L2JCommand Center Final version 1.0

Posted: Tue May 12, 2015 9:33 pm
by iliqbg
you eclipse have bug .. . :D change JLabel Traders = new JLabel( Traders: " + shops); to JLabel Traders = new JLabel("Traders: " + shops);

Re: L2JCommand Center Final version 1.0

Posted: Sun May 17, 2015 5:14 pm
by darkwolf999
how's going ? any news ?

Re: L2JCommand Center Final version 1.0

Posted: Sun May 17, 2015 7:52 pm
by Aikimaniac
Android version for smartphones would be nice too :P

Re: L2JCommand Center Final version 1.0

Posted: Sun May 17, 2015 8:24 pm
by iliqbg
im now create new design for command center nice admin panel :) mm chat logger option and etc :) for new version and android version on this my android knowledge its very very low :D more time will try :P

Re: L2JCommand Center Final version 1.0

Posted: Sun May 17, 2015 9:45 pm
by darkwolf999
ok nice can't wait to see it :D

Re: L2JCommand Center Final version 1.0.5

Posted: Wed May 20, 2015 10:59 pm
by iliqbg
BUMP

Frist Page Updated :) New Version 1.0.5

Re: L2JCommand Center Final version 1.0.5

Posted: Thu May 21, 2015 9:13 am
by Attila
iliqbg wrote:BUMP

Frist Page Updated :) New Version 1.0.5
Nice good work i will try it but

I have installed the Final version 1.0 L2JCommand Center now
but now I don't know what I need to remove or replace with the new update :?:
Can You also post the changes you've done here and not only put a new version update to first page,
thanks

Re: L2JCommand Center Final version 1.0.5

Posted: Thu May 21, 2015 9:50 am
by iliqbg
Remove old version use revert in Eclipse

Re: L2JCommand Center Final version 1.0.5

Posted: Thu May 21, 2015 3:04 pm
by maneco2
I think a waste of time to do these things, instead of doing so could do something that is missing in L2J. only opnion :P