The database will be released when it's done. Idk when it's done just WAIT. I'm having some problems with the storage and buying stuff it just doesn't work. no error no crash. I've to find to that problem
I have a question pls don't be anngy^^
What's the different from mysql and mssql?
It's just another database
mssql = Microsoft Sql server
mysql = uuhm just mysql I think
They are both Relational databases just like oracle.
but mysql is most used for web 90% (or something like that)off all websites are running php + mysql. But they are both just good database systems
@mage200 There are some little differences in the sql syntax. for example the like operator mssql uses & and mysql uses % if i remeber correctly.
I hope a moderator can clean this topic up.
This is development not a questioning forum on howto create a server.
When its done, its done
And a guide will be posted. And so will the files / database.
So just stay on topic (DEVELOPMENT).
SAVED_SKILLS
Contains
Skill1, Skill2 etc etc etc.....
So i dont know how long that thing will be but yeah..
pff lyzerk is the worst db coder ever
It's so inefficient to save the skills like that. His previous release with a mysql db had skill1 till skill500
and i saw in the code this:
Code:
ms = new MsSQL("SELECT * FROM saved_skills WHERE owner='" + Karakter.Information.CharacterID + "'");
using (SqlDataReader reader = ms.Read())
{
while (reader.Read())
{
Karakter.Stat.Skill.AmountSkill = reader.GetInt32(2);
for (int i = 1; i <= Karakter.Stat.Skill.AmountSkill; i++)
Karakter.Stat.Skill.Skill[i] = reader.GetInt32(i + 2);
So it's just the amount of skills which determine how many columns there are.
pff It'll be much better to re-code that part it's just such a bad way to save this data
pff lyzerk is the worst db coder ever
It's so inefficient to save the skills like that. His previous release with a mysql db had skill1 till skill500
and i saw in the code this:
Code:
ms = new MsSQL("SELECT * FROM saved_skills WHERE owner='" + Karakter.Information.CharacterID + "'");
using (SqlDataReader reader = ms.Read())
{
while (reader.Read())
{
Karakter.Stat.Skill.AmountSkill = reader.GetInt32(2);
for (int i = 1; i <= Karakter.Stat.Skill.AmountSkill; i++)
Karakter.Stat.Skill.Skill[i] = reader.GetInt32(i + 2);
So it's just the amount of skills which determine how many columns there are.
pff It'll be much better to re-code that part it's just such a bad way to save this data
Xsense, did u get the files working without errors? May i ask for them? just the bin folder + configs no db no anything..
I did , no errors .
Withouth db it wont work.
So you need all of it together.
I will upload when i finish the spawn issue, and set the skill data part correctly.
I did , no errors .
Withouth db it wont work.
So you need all of it together.
I will upload when i finish the spawn issue, and set the skill data part correctly.
whats the spawn issue? maybe i can help.
btw i am digging that sql file now:
Quote:
CREATE TABLE `char_skills` (
`SkillNr` int(11) NOT NULL AUTO_INCREMENT,
`CharID` int(15) NOT NULL,
`OtherName` char(64) DEFAULT NULL,
`SkillID` varchar(25) NOT NULL,
PRIMARY KEY (`SkillNr`,`SkillID`)
) ENGINE=MyISAM AUTO_INCREMENT=415 DEFAULT CHARSET=latin1;
I did , no errors .
Withouth db it wont work.
So you need all of it together.
I will upload when i finish the spawn issue, and set the skill data part correctly.
this means you will share all fixed source and db? when u complete it
@miki
No that is mysql.
I allready know the issues and how to fix them.
I will also create updates for the server, as the item mall for example only allows some to be bought , and several things that should have been added.
@miki
No that is mysql.
I allready know the issues and how to fix them.
I will also create updates for the server, as the item mall for example only allows some to be bought , and several things that should have been added.
Just wait patiently and all will be released
**** i know it is mysql lol already converted it to mssql atm, but this is kinda pointless only some structure is almost same as arcane.. i made attempt to rebuild the db b4 but got bored lol..
[Development]Arcane Files 10/22/2010 - SRO Coding Corner - 4 Replies Hi guys what happened on the other thread and i rlly don`t like this i decided to open new thread without spams flams trolls etc
this is arcane leaked server files but without db we`re trying to make the db any way download from
From Here:MEGAUPLOAD - The leading online storage and file delivery service
Hope you like it
Lets Be Fair and give the real credits
[LEAKED] Arcane Source Code [for Development only] 10/22/2010 - SRO Coding Corner - 136 Replies Hi,
So have fun :) There alot of File which are missed. But you can see all Packets and .. You cant run that files. Because they are incomplete. You can make youre own Emulator you can see all Packets and Importent Informations.
Look at :
Game/Packets/Public.cs
Game/Packets/Private.cs
Loginserver isnt there. I think we dont need Packets from an LoginServer.