Re: Release Project Blackout pvp emulator with source 8 x 8
Quote:
Originally Posted by
LegendOfCr33D
How about this?
if (room.getRedKills() > room.getBlueKills())
writeC(0);
else if (room.getRedKills() < room.getBlueKills())
writeC(1);
if (room.getRedKills() == room.getBlueKills()) {
writeC(2);
}
Not tested yet.. i was trying hard to make it work. and i want to help more people if this one work use it.
good job bro
there is also a fixed source C # win% lose work, and other fixed C # source server,
turned out to be not much different from the C # language such as Java,
Can @Bola Did you fix / copy source for java server?
- - - Updated - - -
Quote:
Originally Posted by
deni2kali
hahahaha who ordered to do source it to your server?
I must tell call a win, lose and draw it :)
- - - Updated - - -
Quote:
Originally Posted by
pan03
writeC(0) ---->( ; )< he don't add this // Redteam Win
writeC(1) // Blueteam Win
writeC(2) // Team Draw
but now this code
or <-----don't work
writeC(0); // Redteam Win
writeC(1); // Blueteam Win
writeC(2); // Team Draw
hahahaha who ordered to do source it to your server?
I must tell call a win, lose and draw it :)
Re: Release Project Blackout pvp emulator with source 8 x 8
how to add cupons? i tried add coupons id in goods but it not work(
Re: Release Project Blackout pvp emulator with source 8 x 8
if (room.getRedKills() > room.getBlueKills())
writeC(0);
else if (room.getRedKills() < room.getBlueKills())
writeC(1);
if (room.getRedKills() == room.getBlueKills()) {
writeC(2);
}
Work but he can't Lose win he bugged Draw
Re: Release Project Blackout pvp emulator with source 8 x 8
Quote:
Originally Posted by
pan03
if (room.getRedKills() > room.getBlueKills())
writeC(0);
else if (room.getRedKills() < room.getBlueKills())
writeC(1);
if (room.getRedKills() == room.getBlueKills()) {
writeC(2);
}
Work but he can't Lose win he bugged Draw
@Bola Please Help
Re: Release Project Blackout pvp emulator with source 8 x 8
how can i add new weapons to the server and use pvp
Re: Release Project Blackout pvp emulator with source 8 x 8
Quote:
Originally Posted by
BlackNightxw
how can i add new weapons to the server and use pvp
open your database in navicat and input you code weapon in goods
Re: Release Project Blackout pvp emulator with source 8 x 8
Re: Release Project Blackout pvp emulator with source 8 x 8
Defuse Fix?
- - - Updated - - -
For Fix BOMB
Goto: SM_BATTLE_BOMB_TAB
Change line: super(0xD1D); To super(0xF1F);
Re: Release Project Blackout pvp emulator with source 8 x 8
anyone please upload server source with fixed bomb
Re: Release Project Blackout pvp emulator with source 8 x 8
Quote:
Originally Posted by
pan03
opcode ?
Re: Release Project Blackout pvp emulator with source 8 x 8
Re: Release Project Blackout pvp emulator with source 8 x 8
Quote:
Originally Posted by
BlackNightxw
edit your password in database and change
http://www.sha1-online.com/ << check
Re: Release Project Blackout pvp emulator with source 8 x 8
Quote:
Originally Posted by
deni2kali
I tried but nothing
Re: Release Project Blackout pvp emulator with source 8 x 8
@Bola can you add the source server to replace the map room and battle type room with command chat ??? as the source server first pb
PROTOCOL_LOBBY_CHATTING_ACK cs = new PROTOCOL_LOBBY_CHATTING_ACK (player, chat);
if (chat.getText (). startsWith ("cmd"))
{
String [] array = chat.getText (). Split ("");
_log.info (Arrays.toString (array));
String cmd = array [1];
if (cmd.equalsIgnoreCase ("map"))
{
if (player.getRoom ()! = null && player.getRoom (). getLeader () == player)
{
String val = array [2];
player.getRoom (). map_id = Integer.parseInt (val);
// _log.info ("Set folder id" + Integer.parseInt (val));
}
}
if (cmd.equalsIgnoreCase ("MAPT"))
{
if (player.getRoom ()! = null && player.getRoom (). getLeader () == player)
{
String val = array [2];
player.getRoom (). room_type = Integer.parseInt (val);
// _log.info ("Set folder id" + Integer.parseInt (val));
}
}
Re: Release Project Blackout pvp emulator with source 8 x 8
For all Codes c# map working [BOMB] [ELIMINATER] Etc.
https://mega.co.nz/#!rMECmJCY!lWnOvp...O_YuXgBKq5kQQo