Private server Drone number?

11/25/2013 17:52 sanalpro#1
hello

How do I make 12 units 8 units droids?
11/25/2013 18:34 Requi#2
Learn to handle the drone structure packets.
11/25/2013 18:55 NoCheatImPGM#3
Quote:
-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");
From [Only registered and activated users can see links. Click Here To Register...]