|
You last visited: Today at 15:05
Advertisement
[Beta] OldWarrior - Private Server
Discussion on [Beta] OldWarrior - Private Server within the DarkOrbit forum part of the Browsergames category.
03/26/2014, 13:25
|
#151
|
elite*gold: 278
Join Date: Dec 2010
Posts: 1,125
Received Thanks: 1,083
|
Quote:
Originally Posted by CasualAUTO
Is the server down? I can't even connect to the login page.
|
It was my fault sorry
|
|
|
03/27/2014, 00:03
|
#152
|
elite*gold: 0
Join Date: Oct 2013
Posts: 31
Received Thanks: 5
|
NoCheatImPGM please create a system to logout on who is missing from the server, because the server only holds 150 people and many try and fail to get the simple facts that people who are not online (playing) are occupying vacant on the server, and also about bugs related to life, you kill one person out of nowhere she returns pro map with 1 life and you can not kill it the more it kills you, and niviru Top rank 2 has a hack he kills a player with 2 shots, and this is very annoying!
I know it's more difficult can try? Thank your players!
Sorry for my bad english, I'm Brazilian!
|
|
|
03/27/2014, 12:32
|
#153
|
elite*gold: 0
Join Date: Mar 2014
Posts: 3
Received Thanks: 2
|
The Best DarkOrbit Private Server
|
|
|
03/27/2014, 20:23
|
#154
|
elite*gold: 0
Join Date: Jun 2013
Posts: 12
Received Thanks: 2
|
Can you Add a server please I Want Aliens Cubikon etc...
|
|
|
03/28/2014, 15:43
|
#155
|
elite*gold: 0
Join Date: Mar 2014
Posts: 2
Received Thanks: 0
|
server is down ? i can't play !
|
|
|
03/28/2014, 19:11
|
#156
|
elite*gold: 0
Join Date: Oct 2010
Posts: 341
Received Thanks: 47
|
Quote:
Originally Posted by chabakoli
server is down ? i can't play ! 
|
Me to ! -.-
|
|
|
03/28/2014, 20:39
|
#157
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,997
Received Thanks: 3,422
|
Alright, i'm sorry I was at school and I don't know how but the port changed ...
Nevermind, OldWarrior is back!
|
|
|
03/28/2014, 21:25
|
#158
|
elite*gold: 0
Join Date: Mar 2014
Posts: 2
Received Thanks: 0
|
i can't even play  ( ! i have just a black screen !
|
|
|
03/28/2014, 21:26
|
#159
|
elite*gold: 0
Join Date: Feb 2009
Posts: 2
Received Thanks: 0
|
Lagg
|
|
|
03/28/2014, 21:46
|
#160
|
elite*gold: 0
Join Date: Oct 2010
Posts: 341
Received Thanks: 47
|
Quote:
Originally Posted by NoCheatImPGM
Alright, i'm sorry I was at school and I don't know how but the port changed ...
Nevermind, OldWarrior is back! 
|
Can u pve server make?
|
|
|
03/28/2014, 23:36
|
#161
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,997
Received Thanks: 3,422
|
Quote:
Originally Posted by dragosdrache
Can u pve server make?
|
Yes, I think I'll open an other server (PVE) but at first I have to fix all bugs... And there is a lot of bugs! So please be patient and just enjoy OldWarrior for now!
|
|
|
03/29/2014, 01:57
|
#162
|
elite*gold: 0
Join Date: Oct 2013
Posts: 31
Received Thanks: 5
|
Hey NoCheatImPGM congratulations for OldWarrior PVP he is too good game on it every day, if you leave the PVE hopefully be good too, taking some bugs with players and TOP 2 rank using cheat his DarkOrbit Private is surely the best!
|
|
|
03/29/2014, 08:37
|
#163
|
elite*gold: 0
Join Date: Feb 2009
Posts: 1,718
Received Thanks: 2,382
|
Quote:
Originally Posted by NoCheatImPGM
Yes, I think I'll open an other server (PVE) but at first I have to fix all bugs... And there is a lot of bugs! So please be patient and just enjoy OldWarrior for now!
|
Nice! Let's see who will finish first (I'm about to finish)
|
|
|
03/29/2014, 10:51
|
#164
|
elite*gold: 46
Join Date: Oct 2010
Posts: 782
Received Thanks: 525
|
Written within 45 mins... Working quite good.
Maybe you can get an idea on how to implement an AI based on this.
But don't ask for support.
Code:
public async void StartAI()
{
if (cancel)
return;
await Task.Delay(100);
if (this.state == ThinkState.Attacking)
{
if (Program.Maps[this.mapId].Users.ContainsKey(this.atackingId))
{
if (!Program.Maps[this.mapId].IsInALienMoveRange(this.x + "|" + this.y, Program.Maps[this.mapId].Users[this.atackingId].Ship.X + "|" + Program.Maps[this.mapId].Users[this.atackingId].Ship.Y))
{
myMovement.MoveTo(this.Id, this.mapId, (int.Parse(Program.Maps[this.mapId].Users[this.atackingId].Ship.X) - 200).ToString(), (int.Parse(Program.Maps[this.mapId].Users[this.atackingId].Ship.Y) - 150).ToString());
}
if (brunonce)
{
this.Atack();
brunonce = false;
}
}
}
else if (this.state == ThinkState.Moving)
{
if (arrived)
{
await Task.Delay(20000);
myMovement.Speed = 300;
myRand = new Random();
myMovement.MoveTo(this.Id, this.mapId, myRand.Next(0, 19000).ToString(), myRand.Next(0, 11000).ToString());
arrived = false;
}
}
if (this.Agressive)
{
var usr = Program.Maps[this.mapId].GetClosestUser(700, this.x + "|" + this.y);
if (usr != null)
{
Program.Maps[this.mapId].alienManager.NotifyAtack(usr.userid, this.Id);
this.state = ThinkState.Attacking;
}
}
StartAI();
}
|
|
|
03/30/2014, 11:00
|
#165
|
elite*gold: 0
Join Date: Oct 2013
Posts: 177
Received Thanks: 112
|
Hi ,
I'm looking for create an better AI for Old Warrior and recompense system .
Best Regards .
|
|
|
Similar Threads
|
[OPEN BETA] OldWarrior
11/20/2013 - DarkOrbit - 196 Replies
Hello ePvP !
Old Warrior is now in OPEN BETA !
I stop the development, good luck to Batcher and NoCheat.
OLD THREAD
For the moment the server contains :
|
All times are GMT +1. The time now is 15:06.
|
|