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
It's just another databaseQuote:
I have a question pls don't be anngy^^
What's the different from mysql and mssql?
pff lyzerk is the worst db coder ever:DQuote:
Update information
SAVED_SKILLS
Contains
Skill1, Skill2 etc etc etc.....
So i dont know how long that thing will be but yeah..
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);
Yeah i saw thatQuote:
pff lyzerk is the worst db coder ever:D
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:
So it's just the amount of skills which determine how many columns there are.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);
pff It'll be much better to re-code that part it's just such a bad way to save this data
I did , no errors .Quote:
Xsense, did u get the files working without errors? May i ask for them? just the bin folder + configs no db no anything..
whats the spawn issue? maybe i can help.Quote:
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.
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;
damn 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..Quote:
Yes i will share it when its done.
@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