DarkOrbit 7.5.3 / 9.0 / 10.0 - Open Source

12/05/2021 15:58 Prototype2597#406
Quote:
Originally Posted by -=Flavio=- View Post
As a matter of fact I would understand if they were asking the packages to do this, but the emulator? XD
I don't know. Probably, he also demands goods for free... I don't understand this person. :D

----------

Auto Resource Collector for PET - COMPLETE (It's not too hard though, but still awesome :D)

[Only registered and activated users can see links. Click Here To Register...]

----------

Palladium Field disable cloak.

Before

[Only registered and activated users can see links. Click Here To Register...]

After

[Only registered and activated users can see links. Click Here To Register...]
12/05/2021 17:08 -=Flavio=-#407
I just finished the maps, fixed some problems with the AI's and now the re-spawn should work correctly when you are on the "new":kappa: maps (if level 12+)
[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...]

Since we had a user looking for this a while ago here it is:

Code:
        public int GetBaseMapId()
        {
            int basemap = FactionId == 1 ? 1 : FactionId == 2 ? 5 : 9;
            if ((Spacemap.Id >= 16 && Spacemap.Id <= 29) && Level >= 12)
                basemap = FactionId == 1 ? 20 : FactionId == 2 ? 24 : 28;
            return basemap;
        }

        public Position GetBasePosition()
        {
            var baseposition = FactionId == 1 ? Position.MMOPosition : FactionId == 2 ? Position.EICPosition : Position.VRUPosition;
            if ((Spacemap.Id >= 16 && Spacemap.Id <= 29) && Level >= 12)
                baseposition = FactionId == 1 ? Position.NewMMOPosition : FactionId == 2 ? Position.NewEICPosition : Position.NewVRUPosition;

            return baseposition;
        }
4-5 wormhole
[Only registered and activated users can see links. Click Here To Register...]

1 in 1000 chance to get on "???" map
[Only registered and activated users can see links. Click Here To Register...]
Npcs now move and spawn correctly at 4-5
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
By the way, this is how the wormhole in map 4-5 works:
[Only registered and activated users can see links. Click Here To Register...]
12/05/2021 21:11 Prototype2597#408
Quote:
Originally Posted by -=Flavio=- View Post
4-5 wormhole
[Only registered and activated users can see links. Click Here To Register...]

1 in 1000 chance to gat on "???" map
[Only registered and activated users can see links. Click Here To Register...]
They will be waiting for you :heh:

[Only registered and activated users can see links. Click Here To Register...]
12/05/2021 21:42 #Heizer™#409
Quick tip, add the SAB SHOT to the uProtegits :rollsafe:
12/05/2021 22:27 TriplaxXx991#410
Quote:
Originally Posted by Prototype2597 View Post
I don't know. Probably, he also demands goods for free... I don't understand this person. :D

----------

Auto Resource Collector for PET - COMPLETE (It's not too hard though, but still awesome :D)

[Only registered and activated users can see links. Click Here To Register...]

----------

Palladium Field disable cloak.

Before

[Only registered and activated users can see links. Click Here To Register...]

After

[Only registered and activated users can see links. Click Here To Register...]
I give you server files, with your emulator is awesome.
12/05/2021 22:50 Prototype2597#411
Quote:
Originally Posted by TriplaxXx991 View Post
I give you server files, with your emulator is awesome.
Thank you, but I don’t need this. I can do everything myself. :)

I have already set up emulator, database, website and the game itself. And now it works correctly. I'm even afraid to imagine that I'll dig into other people's files again. It's like getting lost in a dense forest. :awesome:

—————

Quote:
Originally Posted by #Heizer™ View Post
Quick tip, add the SAB SHOT to the uProtegits :rollsafe:
+TODO
Thanks. :D
12/06/2021 16:06 -=Flavio=-#412
And here we go
[Only registered and activated users can see links. Click Here To Register...]
12/07/2021 07:56 manulaiko3.0#413
Quote:
Originally Posted by -=Flavio=- View Post
1 in 1000 chance to gat on "???" map
[Only registered and activated users can see links. Click Here To Register...]
Code:
public static int GetRandomMap(int minid, int maxid, bool enablesecretmap) {
    if (enablesecretmap && random.Next(1, 1000) == 1) {
        return 42;
    }

    return random.Next(minid, maxid);
}
12/07/2021 14:06 -=Flavio=-#414
Quote:
Originally Posted by manulaiko3.0 View Post
Code:
public static int GetRandomMap(int minid, int maxid, bool enablesecretmap) {
    if (enablesecretmap && random.Next(1, 1000) == 1) {
        return 42;
    }

    return random.Next(minid, maxid);
}
Ohh
Now this is a face I haven't seen in a long time
12/08/2021 15:38 Prototype2597#415
Repairer for PET - COMPLETE

[Only registered and activated users can see links. Click Here To Register...]

----------

Combo Ship Repair for PET - COMPLETE

[Only registered and activated users can see links. Click Here To Register...]
12/15/2021 17:10 borsbence#416
how can you play if adobe flashplayer is gone?:handsdown::handsdown:
12/15/2021 17:25 Prototype2597#417
Quote:
Originally Posted by borsbence View Post
how can you play if adobe flashplayer is gone?:handsdown::handsdown:
Old version of any browser + latest version of flash. :D
12/15/2021 18:05 borsbence#418
what browser are you using?:handsdown:
12/15/2021 18:39 Prototype2597#419
Quote:
Originally Posted by borsbence View Post
what browser are you using?:handsdown:
Opera & Chrome. In some cases, both are needed. :)

And don't forget to turn off auto-update for them. Otherwise, immediately after starting the browsers, they will be updated to the latest version.
12/18/2021 10:53 playaz44#420
Hello, this is localhost only? I sent files (only cms .zip) to the web server (online, not localhost) and I receive the error:

[Only registered and activated users can see links. Click Here To Register...]

The error occurs when trying register new account and logging in.

No api folder in .zip from first post download links.