[OPEN SOURCE PROJECT] NosOpen

01/15/2016 12:51 0Lucifer0#196
yes put in item table:
VNUM :4904
Price:1000000
Name :the Gral
LevelMinimum : 95
Type : 0
ItemType : 0
Equipslot : 0
Class : 4 (only archer)

PS: A soft will be made for parsing item to database
01/15/2016 16:11 Trollcrap-#197
Quote:
Originally Posted by IceTrailer View Post
The best programming language would probably be an assembly language.. But only if you really know the language ;)
It would be the best in performances (you rewrite any lib as well, 10-20 or 30 years to do it?) but not in maintenances.

OOP is adviced for server programming.
01/15/2016 18:33 IceTrailer#198
Quote:
Originally Posted by val77 View Post
Actually i don't think that someone would write it in assembly since there won't be enough people to see the perf difference...
I think a nostale server emulator is not worth it to spend that much time on developing in assembler :D
01/16/2016 16:08 TGfeu001#199
Hello :)
I'm trying to compile this awesome project.. I struggled a bit since I'm not a frequent user of visual studio... But now I managed to compile it, except for one error.. :/ (screenshot below :)
[Only registered and activated users can see links. Click Here To Register...]

Anyway I changed the DB connection infos to mine so that's what I got when running the login server :
[Only registered and activated users can see links. Click Here To Register...]

Also, I searched a lot and I really don't know how to generate a sql file to put in my DB from the edmx file.. That's what I get when I try to open the edmx file alone with VS :
[Only registered and activated users can see links. Click Here To Register...]

I really hope someone could help me with that, thank you in advance :D
01/16/2016 17:10 0Lucifer0#200
Install mysql connector for dotnet it should be fix your problem if it doesnt work send me your Skype in private message
01/21/2016 18:34 0Lucifer0#201
we added some commands
and added hero reputation
01/24/2016 11:58 kikeant#202
Where I can find the loginserver.exe and worldserver.exe ?:rtfm:
01/24/2016 12:46 szymek111#203
Quote:
Originally Posted by kikeant View Post
Where I can find the loginserver.exe and worldserver.exe ?:rtfm:
You need to compile this project to get the executables ?
01/24/2016 13:23 kikeant#204
Quote:
Originally Posted by szymek111 View Post
You need to compile this project to get the executables ?
And as I compile the project?


I am new to this
01/24/2016 17:19 0Lucifer0#205
With visual studio... Look at compile c# source on visual studio on Google
01/25/2016 18:01 Tokyo Teddy Bear#206
Nah, I want to learn from this project, but I can't sync my VS 2015 Community Edition with this repo. In Team Explorer - Settings I have "There are currently no available settings."...
I did not install Git extension? Or I did something wrong?
I of course know how to download repo by browser and load it into VS... I am really new to Microsoft solutions.
01/25/2016 20:03 0Lucifer0#207
you need to add configuration in team explorer for git with the url of the repo and your id password
01/26/2016 09:28 Tokyo Teddy Bear#208
I tried searching this... Nah, I'm getting frustrated. MasterDomino - I'm too from Poland, can you try to help me? I can't just find or set it... DAMN, Microsoft.

@EDIT:
Managed to work ;) Sorry for a problems!
01/27/2016 22:10 Blowa#209
Continue on this project, it's one of the most advanced one and I hope you guys will continue.

Don't listen to trolls or ragers, actually you are doing a good job.
02/06/2016 00:43 0Lucifer0#210
We currently brainstorm about the best way to do the Monster manager.