Private Server Info and Support Thread

01/21/2014 16:46 mirecekxxx#346
Guys, is there any way to enable laser flash when lasers shooting ? Any packet or ?.. I cannnot find anything..
01/21/2014 17:41 nckrnckr#347
[Only registered and activated users can see links. Click Here To Register...]

title seems
drones seems
ranks seems
but ClanTag not seems

how to :S ı can not find ''where add packet'' :SS
01/21/2014 18:09 th0rex#348
Just send that with the right values for the user.
Program.Maps[this.mapid].SendForEverUserOnMap("f|C|" + this.userid + "|" + Program.Maps[this.mapid].Users[userid].Ship.ShipId + "|1|" + Program.Maps[this.mapid].Users[userid].Ship.ClanTag + "|" + Program.Maps[this.mapid].Users[userid].Ship.Name + "|" + Program.Maps[this.mapid].Users[this.userid].Ship.X + "|" + Program.Maps[this.mapid].Users[this.userid].Ship.Y + "|" + Program.Maps[this.mapid].Users[userid].Ship.FactionId + "|0|1|1|3|0");
01/21/2014 18:26 nckrnckr#349
Quote:
Originally Posted by omitma View Post
Just send that with the right values for the user.
Program.Maps[this.mapid].SendForEverUserOnMap("f|C|" + this.userid + "|" + Program.Maps[this.mapid].Users[userid].Ship.ShipId + "|1|" + Program.Maps[this.mapid].Users[userid].Ship.ClanTag + "|" + Program.Maps[this.mapid].Users[userid].Ship.Name + "|" + Program.Maps[this.mapid].Users[this.userid].Ship.X + "|" + Program.Maps[this.mapid].Users[this.userid].Ship.Y + "|" + Program.Maps[this.mapid].Users[userid].Ship.FactionId + "|0|1|1|3|0");
very thanks :D working :)
parameters stored there :)

EDİT : why nickname color not green ?

[Only registered and activated users can see links. Click Here To Register...]
01/21/2014 18:52 NoCheatImPGM#350
Try this :
Code:
if (Pair.Value.Ship.clan == this.Users[userId].Ship.clan)
                            {
                                this.Users[Pair.Key].Send("f|C|" + userId + "|" + Program.Users[userId].Ship.Id + "|1| " + Program.Users[userId].Ship.clan + "|" + Program.Users[userId].Ship.Name + "|" + Program.Users[userId].Ship.x + "|" + Program.Users[userId].Ship.y + "|" + Program.Users[userId].Ship.factionId + "|1|" + Program.Users[userId].Ship.rank + "|" + ((this.factionId != Program.Users[userId].Ship.factionId && IsStarterMap) ? "1" : "0") + "|1|" + Program.Users[userId].Ship.rings + "");
                            }
01/21/2014 20:22 nckrnckr#351
Quote:
Originally Posted by NoCheatImPGM View Post
Try this :
Code:
if (Pair.Value.Ship.clan == this.Users[userId].Ship.clan)
                            {
                                this.Users[Pair.Key].Send("f|C|" + userId + "|" + Program.Users[userId].Ship.Id + "|1| " + Program.Users[userId].Ship.clan + "|" + Program.Users[userId].Ship.Name + "|" + Program.Users[userId].Ship.x + "|" + Program.Users[userId].Ship.y + "|" + Program.Users[userId].Ship.factionId + "|1|" + Program.Users[userId].Ship.rank + "|" + ((this.factionId != Program.Users[userId].Ship.factionId && IsStarterMap) ? "1" : "0") + "|1|" + Program.Users[userId].Ship.rings + "");
                            }
dont work :S
01/29/2014 07:17 ipentheaod#352
I can't get on localhost,even if MYSQL and Apache on.Any help?
01/29/2014 15:43 epixvkad#353
I need help.I have own server files(edited azure) but when I try to go on localhost,it redirects me to localhost/xampp/
Any options to stop?
01/29/2014 18:25 -Zocker-#354
i search a good Coder for my new do p-Server .
Pn. me or adde me in Skype: essling007123
01/29/2014 19:13 manulaiko#355
Quote:
Originally Posted by -Zocker- View Post
i search a good Coder for my new do p-Server .
Pn. me or adde me in Skype: essling007123
It's funnier make it by your own than asking other's to code it for you
01/29/2014 19:33 0wnix#356
Hey guys, I am looking for the packet that send the "shield regeneration animaton" (not the fortress one), anyone have it ?

thanks in advance
01/29/2014 19:37 Requi#357
Quote:
Originally Posted by player.elite View Post
Hey guys, I am looking for the packet that send the "shield regeneration animaton" (not the fortress one), anyone have it ?

thanks in advance
Do you mean the blue numbers?
01/29/2014 19:45 0wnix#358
Quote:
Originally Posted by Requi View Post
Do you mean the blue numbers?
Nope, I already have this, I mean this
[Only registered and activated users can see links. Click Here To Register...]
01/29/2014 20:04 asterixxx1995#359
this.Send("0|A|SHS|0|");
01/29/2014 20:20 0wnix#360
Quote:
Originally Posted by asterixxx1995 View Post
this.Send("0|A|SHS|0|");
Thanks it works (this.Send("0|A|SHS|"+ this.userId + "|");) btw how to stop it cause it do not disappear :B

EDIT : Found, 0|A|SHS|userId|Duration(second)

EDIT2 : wrong :( it continue even if the shield is full