|
You last visited: Today at 17:33
Advertisement
Private Server Info and Support Thread
Discussion on Private Server Info and Support Thread within the DarkOrbit forum part of the Browsergames category.
11/15/2015, 18:17
|
#2281
|
elite*gold: 33
Join Date: Feb 2012
Posts: 590
Received Thanks: 148
|
Hello guys,
does someone have a copy of the Azure Do Server (Version 0.6.2) ?
|
|
|
11/15/2015, 18:24
|
#2282
|
elite*gold: 32
Join Date: Sep 2014
Posts: 56
Received Thanks: 20
|
Quote:
Originally Posted by nykomc
My database start to 1000 why?
|
In phpmyadmin open the user table, go in operations, Truncate table
|
|
|
11/15/2015, 18:56
|
#2283
|
elite*gold: 0
Join Date: Feb 2009
Posts: 1,718
Received Thanks: 2,382
|
Quote:
Originally Posted by 123456789thread
Hello guys,
does someone have a copy of the Azure Do Server (Version 0.6.2) ?
|
nope but it was as bad as the first one as i remember
|
|
|
11/15/2015, 19:09
|
#2284
|
elite*gold: 33
Join Date: Feb 2012
Posts: 590
Received Thanks: 148
|
Quote:
Originally Posted by cryz35
nope but it was as bad as the first one as i remember
|
Bad in what point of view ?
I think 90% of all PServer use it as a base ^^
|
|
|
11/15/2015, 20:36
|
#2285
|
elite*gold: 0
Join Date: Feb 2009
Posts: 1,718
Received Thanks: 2,382
|
Quote:
Originally Posted by 123456789thread
Bad in what point of view ?
I think 90% of all PServer use it as a base ^^
|
Recursive calls as I remember, not OOP base, low maintability o.o
0.6 was even more complicated than previous one, lol
|
|
|
11/16/2015, 16:43
|
#2286
|
elite*gold: 0
Join Date: May 2014
Posts: 663
Received Thanks: 1,154
|
Quote:
Originally Posted by 123456789thread
Bad in what point of view ?
I think 90% of all PServer use it as a base ^^
|
And that's why 90% of PServers are ****, exactly the same as the rest and have even more bugs than DarkOrbit
|
|
|
11/16/2015, 18:08
|
#2287
|
elite*gold: 0
Join Date: Sep 2014
Posts: 280
Received Thanks: 42
|
Full Diplomacy Clan OrbitReborn
Hi all, I wrote the code for the full clan diplomacy in OrbitReborn Emulator, but there is some problem, someone can help me?
Of course I've already adapted the cms.
Thanks!
My file:

|
|
|
11/16/2015, 19:01
|
#2288
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,997
Received Thanks: 3,422
|
Quote:
Originally Posted by steppdroid
Hi all, I wrote the code for the full clan diplomacy in OrbitReborn Emulator, but there is some problem, someone can help me?
Of course I've already adapted the cms.
Thanks!
My file:
 
|
wtf is dis
|
|
|
11/16/2015, 19:10
|
#2289
|
elite*gold: 0
Join Date: Sep 2014
Posts: 280
Received Thanks: 42
|
Quote:
Originally Posted by NoCheatImPGM
wtf is dis 
|
Extract from database the type diplomacy
|
|
|
11/16/2015, 19:32
|
#2290
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,997
Received Thanks: 3,422
|
Quote:
Originally Posted by steppdroid
Extract from database the type diplomacy
|
I know I can read, but you'd better don't do that...
|
|
|
11/17/2015, 04:33
|
#2291
|
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,043
Received Thanks: 8,252
|
Quote:
Originally Posted by steppdroid
Hi all, I wrote the code for the full clan diplomacy in OrbitReborn Emulator, but there is some problem, someone can help me?
Of course I've already adapted the cms.
Thanks!
My file:
 
|
Wtf? Just use: Message.Append((int)Rows["type"]);
instead of checking the value and then setting the exact you just verified.
|
|
|
11/17/2015, 11:13
|
#2292
|
elite*gold: 0
Join Date: Sep 2014
Posts: 280
Received Thanks: 42
|
Quote:
Originally Posted by Requi
Wtf? Just use: Message.Append((int)Rows["type"]);
instead of checking the value and then setting the exact you just verified.
|
Code:
if (Session.CharacterInfo.ClanWar.Contains(Info.ClanId))
{
using (SqlDatabaseClient MySqlClient = SqlDatabaseManager.GetClient())
{
MySqlClient.SetParameter("clanid", Info.ClanId);
DataRow Row = MySqlClient.ExecuteQueryRow("SELECT type FROM clan_diplomacy WHERE second_clan_id = @clanid");
if (Row != null)
{
Message.Append((int)Row["type"]); // clan diplomacy 1 = alliance, 2 = non aggression pact, 3 = war
}
else { Message.Append(0); }
}
}
else
{
Message.Append(0);
}
Unfortunately, the problem remains that when jump in another map, clan diplomacy often disappears.
|
|
|
11/17/2015, 15:54
|
#2293
|
elite*gold: 1
Join Date: Aug 2010
Posts: 1,330
Received Thanks: 1,724
|
You are not sending the clan diplomacy when the player gets to a new map.
When you're creating he's ship you need to send it, when he jumps a portal also.
|
|
|
11/18/2015, 09:39
|
#2294
|
elite*gold: 0
Join Date: Feb 2011
Posts: 34
Received Thanks: 2
|
Hi all.Please help how to make my server to start with 5.000.000 credits and 10.000.000 uri?
|
|
|
11/18/2015, 11:43
|
#2295
|
elite*gold: 0
Join Date: Sep 2014
Posts: 280
Received Thanks: 42
|
Quote:
Originally Posted by nykomc
Hi all.Please help how to make my server to start with 5.000.000 credits and 10.000.000 uri?
|
x'D Edit the database
|
|
|
Similar Threads
|
Private private server :P READ FOR MORE INFO
12/01/2010 - SRO Private Server - 12 Replies
hey guys im wondering if there is anyway to make a real private server like ZSZC or SWSRO or MYSRO but to where i can only play and level a character and as if it was a real private server. but just for me, not like an emulator where im already lvl 90 or 120 or whatever. i mean one where i set the rates and i level. if not then ok u can close this. but i was just wondering.
|
All times are GMT +1. The time now is 17:33.
|
|