Hello to all !
Excuse my English but I'm French ^^
Picture:
I would need a little help for my private server. I set up my server about 1 week ago, all well I know how to play on the map .. But one day
To the other without understanding for what, I am blocked when connecting to the map, the loading has no end ... I read on the forum to configure the file "map.php", I
I put my address address lan, I also opened port 8080 on my router. During an attempted connection, my emulator tells me that I am
Connected to the server .. My emulator is pachequiin, I have windows 10, can you help me on this problem please?
hello because the emulator also happened to me in your case you should set on the PM and change the date from 20/11/2016 to 11.20.2016 and you'll see that will start emulator I did not understand why it works just as well but you will see that will work
var ship => _user.Ship;
var manager => Program.GameManager;
if(ship.Radiation /*InRadiation would be a better name*/ && ship.Hp > 0 /*Health would be a better name*/)
{
ship.Hp -= 20000;
if(ship.Hp < 1) /*Other check redundant as checking for above 1 before means it can't be below 0*/
{
ship.Hp = 0;
foreach(var user in manager.Users.Values) /*They are users. Not ships.*/
user.Send("0|K|" + _userId);
/*What the hell is that for loop? Do you want to tell every user they've been destroyed?!*/
ship.Send("0|A|STD|You've been destroyed by the radiation zone!");
manager.Users.Remove(_userId);
_user.Disconnect(1); /*Spelling hard, yes?*/
}
_user.Send("0|Y|" + _userId + "|" + _userId + "|L|" + ship.Hp + "|" + ship.Config.Shield + "|20000|100|100");
_user.Send("0|A|HPT|" + ship.Hp + "|" + ship.MaxHp + "|" + _userId);
await Task.Delay(2000);
}
I REALLY need to make a good server example. This is horrible.
I don't know anymore what parameter does what, but wasn't Y the laser shot? I don't know. But this should be fine if your packets are correct.
Obviusly, you'll have to implement isAlive and destroy methods.
Hi,Thanks for your advice, but unfortunately I still have the same problem!!! locally(locahost) is working well, but loaded on the server, the life of the ships going in reverse!
Hi,Thanks for your advice, but unfortunately I still have the same problem!!! locally(locahost) is working well, but loaded on the server, the life of the ships going in reverse!
Then debug it. Make a program to check which packets the client actually receives.
Hello everyone I have the emulator spacebattle anyone knows where can I get me diri DB and CMS ??
hello better if you buy one in the frame and the spacebattle simulator you put in and you look at what is the worst server I've ever seen the best pvp server 2003 version etc. will now suno makes them always make the latest versions and people get tired and closing off them for lack of players
I have a "little" issue. Part of it is my fault, and is a lesson WELL learnt.
I've been all over these forums, looking for a DO Private server. I managed to get a couple working, but no NPCs. I seem to always get the same error also. Doesnt matter what repack i download, i get a xajax error, trying to get info from bigpoints website. I can only assume it is for graphic reasons (looking at the php files, calling image src)
So, i figured since most repacks were from 2013, alot has change since then.
Heres my mistake, I google "DO private server 2016" Stumbled on this youtube video done by Angels vs Royals, or seriosdark. Had to contact him for files. He wanted $$. He Showed me a test server, seemed very nice. so i offered less and he accepted. Which was reasonable. He sent me the CMS and SQL, Turns out, no emulator. so i scounge the net for seriousdark emulator. Thats when i realize, hes been banned here. Second, threads about that emulator has keyloggers. Now im out a few bucks and glad i didnt get the emu now lol.
So go ahead, get a laugh in.... I deserve that lol
So heres my question
I downloaded every repack in this thread, and many others (that the links were there).
Which one would you forum vets recommend i go with. I would like a pve server.
For the record, Im not asking for anyone to help me code stuff, i just need advice on which one i should use to begin with. ( i hate to spend weeks trying to fix one tht simply isnt worth it lol ) And this server will most like not go public, only for a few friends that want to bring back memories.
Thanks for reading, and hope you had a good laugh!
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.