You last visited: Today at 22:53
Advertisement
Private Server Info and Support Thread
Discussion on Private Server Info and Support Thread within the DarkOrbit forum part of the Browsergames category.
01/21/2014, 16:46
#346
elite*gold: 40
Join Date: Sep 2011
Posts: 343
Received Thanks: 233
Guys, is there any way to enable laser flash when lasers shooting ? Any packet or ?.. I cannnot find anything..
01/21/2014, 17:41
#347
elite*gold: 0
Join Date: Dec 2012
Posts: 584
Received Thanks: 74
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
#348
elite*gold: 46
Join Date: Oct 2010
Posts: 782
Received Thanks: 525
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
#349
elite*gold: 0
Join Date: Dec 2012
Posts: 584
Received Thanks: 74
Quote:
Originally Posted by
omitma
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
working
parameters stored there
EDİT : why nickname color not green ?
01/21/2014, 18:52
#350
elite*gold: 0
Join Date: Jan 2012
Posts: 1,997
Received Thanks: 3,422
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
#351
elite*gold: 0
Join Date: Dec 2012
Posts: 584
Received Thanks: 74
Quote:
Originally Posted by
NoCheatImPGM
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
#352
elite*gold: 0
Join Date: Oct 2013
Posts: 39
Received Thanks: 7
I can't get on localhost,even if MYSQL and Apache on.Any help?
01/29/2014, 15:43
#353
elite*gold: 0
Join Date: Oct 2013
Posts: 153
Received Thanks: 37
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
#354
elite*gold: 0
Join Date: Aug 2011
Posts: 935
Received Thanks: 44
i search a good Coder for my new do p-Server .
Pn. me or adde me in Skype: essling007123
01/29/2014, 19:13
#355
elite*gold: 278
Join Date: Dec 2010
Posts: 1,125
Received Thanks: 1,083
Quote:
Originally Posted by
-Zocker-
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
#356
elite*gold: 1506
Join Date: Aug 2012
Posts: 592
Received Thanks: 1,020
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
#357
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
Quote:
Originally Posted by
player.elite
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
#358
elite*gold: 1506
Join Date: Aug 2012
Posts: 592
Received Thanks: 1,020
Quote:
Originally Posted by
Requi
Do you mean the blue numbers?
Nope, I already have this, I mean this
01/29/2014, 20:04
#359
elite*gold: 0
Join Date: Aug 2010
Posts: 92
Received Thanks: 129
this.Send("0|A|SHS|0|");
01/29/2014, 20:20
#360
elite*gold: 1506
Join Date: Aug 2012
Posts: 592
Received Thanks: 1,020
Quote:
Originally Posted by
asterixxx1995
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
Similar Threads
Private private server :P READ FOR MORE INFO
12/01/2010 - SRO Private Server - 12 Replies
hey guys im wondering if there is anyway to make a real private server like ZSZC or SWSRO or MYSRO but to where i can only play and level a character and as if it was a real private server. but just for me, not like an emulator where im already lvl 90 or 120 or whatever. i mean one where i set the rates and i level. if not then ok u can close this. but i was just wondering.
All times are GMT +2. The time now is 22:53 .