Private Server Info and Support Thread

01/03/2014 17:41 Requi#316
Quote:
Originally Posted by Sήøwy View Post
I have to check again the file but i think is because they didn't finish in that version what they want.
Starting something => Releasing it.
DarkOrbit Programmers are very good :D

Code:
private function assembleDisplayMessage(param1:Array) : void
        {
            var _loc_5:* = null;
            var _loc_2:* = param1[3];
            var _loc_3:* = int(param1[4]);
            var _loc_4:* = BPLocale.getText(param1[5]);
            if (param1[6] != undefined)
            {
                _loc_5 = TextReplacementList.parseRawTextReplacement(param1[6]);
                _loc_4 = _loc_5.replace(_loc_4);
            }
            this.main.getGuiManager().addNotification(_loc_4);
            return;
        }// end function
01/03/2014 18:33 Requi#317
Quote:
Originally Posted by asterixxx1995 View Post
hahaha....you made clk or me?:))
Quote:
Originally Posted by NoCheatImPGM View Post
I made it, your code was so bugged and not working -,-
Discuss this in private messages!
01/04/2014 12:27 TheSalon112#318
Hi I has a problem with this Private server pack. When I give index.php in the root folder of the web site looks like as follows : [Only registered and activated users can see links. Click Here To Register...]

But when I give it to any folder index.php so it goes normal : [Only registered and activated users can see links. Click Here To Register...]

How do I fix this bug?
01/09/2014 20:25 Destiny#319
hi i need npc moving [Only registered and activated users can see links. Click Here To Register...] and i have uridium wars main orginal :P cant conect to server establishing conection emulator ignore client
01/10/2014 00:29 Real.epvp#320
For the Aurora pack how can i edit the .swf files?
01/11/2014 21:05 Diаmonds#321
Quote:
Originally Posted by Real.epvp View Post
For the Aurora pack how can i edit the .swf files?
As you said here [Only registered and activated users can see links. Click Here To Register...], code it yourself :p
01/12/2014 16:32 Real.epvp#322
I am i just want to see what the ui looks like.
01/12/2014 16:35 Diаmonds#323
Quote:
Originally Posted by Real.epvp View Post
I am i just want to see what the ui looks like.
I don't know if I understood you right, but I think you need this [Only registered and activated users can see links. Click Here To Register...]. At the end it shows you how to see the .swf
01/16/2014 16:28 gabrielcool1#324
I have some Ideas and i want to know how to make them real.
1st. Put spawn and Bases in a Map. (i wanna put eic on 4-2 vru 4-3 and mmo 4-1)
01/16/2014 16:34 th0rex#325
Search the packet to create a station and put the x, y and mapid as you wish.
01/16/2014 18:00 gabrielcool1#326
Quote:
Originally Posted by omitma View Post
Search the packet to create a station and put the x, y and mapid as you wish.
The question is.. where to find it..
01/16/2014 18:04 Requi#327
Quote:
Originally Posted by gabrielcool1 View Post
The question is.. where to find it..
I'll make a detailed tutorial here on epvp in few days.
But for now try to understand one of my videos.
I explain it a bit:
[Only registered and activated users can see links. Click Here To Register...]
01/16/2014 21:59 manulaiko#328
Hey!

Can you add my releases to the post?
01/16/2014 22:21 Requi#329
Quote:
Originally Posted by manulaiko View Post
Hey!

Can you add my releases to the post?
Added both things.
01/17/2014 00:50 Destiny#330
base
Code:
  if (this.Id == 1)
            {
                this.Users[userId].Send("0|s|0|1|redStation|1|1500|1000|1000");
                this.Users[userId].Send("0|CSS|1");
                this.Users[userId].Send("0|SMP|1|1");
            }
            else if (this.Id == 5)
            {
                this.Users[userId].Send("0|s|0|1|blueStation|2|1500|20000|1000");
                this.Users[userId].Send("0|CSS|1");
                this.Users[userId].Send("0|SMP|1|1");
            }
            else if (this.Id == 9)
            {
                this.Users[userId].Send("0|s|0|1|greenStation|3|1500|20000|12400");
                this.Users[userId].Send("0|CSS|1");
                this.Users[userId].Send("0|SMP|1|1");
            }
            if (this.Id == 20)
            {
                this.Users[userId].Send("0|s|0|1|redStation|1|1500|1000|6200");
                this.Users[userId].Send("0|CSS|1");
                this.Users[userId].Send("0|SMP|1|1");
            }
            else if (this.Id == 24)
            {
                this.Users[userId].Send("0|s|0|1|blueStation|2|1500|10000|1000");
                this.Users[userId].Send("0|CSS|1");
                this.Users[userId].Send("0|SMP|1|1");
            }
            else if (this.Id == 28)
            {
                this.Users[userId].Send("0|s|0|1|greenStation|3|1500|20000|6200");
                this.Users[userId].Send("0|CSS|1");
                this.Users[userId].Send("0|SMP|1|1");
            }
            else if (this.Id == 92)
            {
                this.Users[userId].Send("0|s|0|1|pirateStation|6|1500|11000|6400");
                this.Users[userId].Send("0|CSS|1");
                this.Users[userId].Send("0|SMP|1|1");
            }