Private Server Info and Support Thread

11/15/2015 18:17 Technostar#2281
Hello guys,
does someone have a copy of the Azure Do Server (Version 0.6.2) ?
11/15/2015 18:24 AaronJ21#2282
Quote:
Originally Posted by nykomc View Post
My database start to 1000 why?
In phpmyadmin open the user table, go in operations, Truncate table
11/15/2015 18:56 cryz35#2283
Quote:
Originally Posted by 123456789thread View Post
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 Technostar#2284
Quote:
Originally Posted by cryz35 View Post
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 cryz35#2285
Quote:
Originally Posted by 123456789thread View Post
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 manulaiko3.0#2286
Quote:
Originally Posted by 123456789thread View Post
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 crap, exactly the same as the rest and have even more bugs than DarkOrbit
11/16/2015 18:08 steppdroid#2287
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:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
11/16/2015 19:01 NoCheatImPGM#2288
Quote:
Originally Posted by steppdroid View Post
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:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
wtf is dis :o
11/16/2015 19:10 steppdroid#2289
Quote:
Originally Posted by NoCheatImPGM View Post
[Only registered and activated users can see links. Click Here To Register...]
wtf is dis :o
Extract from database the type diplomacy
11/16/2015 19:32 NoCheatImPGM#2290
Quote:
Originally Posted by steppdroid View Post
Extract from database the type diplomacy
I know I can read, but you'd better don't do that...
11/17/2015 04:33 Requi#2291
Quote:
Originally Posted by steppdroid View Post
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:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
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 steppdroid#2292
Quote:
Originally Posted by Requi View Post
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 Sήøwy#2293
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 nykomc#2294
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 steppdroid#2295
Quote:
Originally Posted by nykomc View Post
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