Dark orbit servers

10/13/2013 18:28 wishybum#1
Hi 2 questions 1. how do i activate drones on the azure server and 2. has any1 got more than 3 maps yet?? please and thnkyou kindly :p :p
10/13/2013 18:34 Requi#2
Code:
this.Send("0|n|d|" & this.userId & "|3/2-25,0-25,2/4-25,1-25,2-25,0-25,0/2-25,0-25,1");
or here:
[Only registered and activated users can see links. Click Here To Register...]

For the 2. thing. There is anywhere a sql with all maps.

Next time please ask questions related to PServers here:
[Only registered and activated users can see links. Click Here To Register...]
10/13/2013 18:39 wishybum#3
ok sorry im new here and new to code but learning anit at a time where do i put this code pls ??

Quote:
Code :
-Flax : 10(lvl 1),11(lvl 2),12(lvl 3),13(lvl 4),14(lvl 5),15(lvl 6),16(lvl 6 + havok),17(lvl 6 + hercules).
-Iris : 20(lvl 1),21(lvl 2),22(lvl 3),23(lvl 4),24(lvl 5),25(lvl 6),26(lvl 6 + havok),27(lvl 6 + hercules).
-Apis : 30(lvl 1),31(lvl 2),32(lvl 3),33(lvl 4),34(lvl 5),35(lvl 6),36(lvl 6 + havok),37(lvl 6 + hercules).
-Zeus : 40(lvl 1),41(lvl 2),42(lvl 3),43(lvl 4),44(lvl 5),45(lvl 6),46(lvl 6 + havok),47(lvl 6 + hercules).

this.Send("0|n|d|" + this.userId + "|3/2-(Id.Drone)-(Id.Drone),3/4-(Id.Drone)-(Id.Drone)-(Id.Drone)-(Id.Drone),3/2-(Id.Drone)-(Id.Drone)");
Ex for Iris(lvl 6):
this.Send("0|n|d|" + this.userId + "|3/2-25-25,3/4-25-25-25-25,3/2-25-25");
10/13/2013 19:13 Requi#4
This won't work like that.
But you can use the gfx numbers to change the drones:
-Flax : 10(lvl 1),11(lvl 2),12(lvl 3),13(lvl 4),14(lvl 5),15(lvl 6),16(lvl 6 + havok),17(lvl 6 + hercules).
-Iris : 20(lvl 1),21(lvl 2),22(lvl 3),23(lvl 4),24(lvl 5),25(lvl 6),26(lvl 6 + havok),27(lvl 6 + hercules).
-Apis : 30(lvl 1),31(lvl 2),32(lvl 3),33(lvl 4),34(lvl 5),35(lvl 6),36(lvl 6 + havok),37(lvl 6 + hercules).
-Zeus : 40(lvl 1),41(lvl 2),42(lvl 3),43(lvl 4),44(lvl 5),45(lvl 6),46(lvl 6 + havok),47(lvl 6 + hercules).