[C#]The Arcane Development Thread

10/27/2010 20:10 Xsense#226
Yes teleporters work,
Kevin how about hotan ?
I get a crash with spawn problem in hotan
Not sure if you have the same

@above me they work.
10/27/2010 20:20 kevin_owner#227
Hotan works for me i'll try all the other places as well auto potion and party system works. alchemy i don't know i have to search for the /makeitem elixer thing. guild haven't tested yet.

EDIT: return scroll doesn't work i'm getting a scroll timer error

EDIT2: I just made 20 skill columns in the saved_skills table but how many do you have. It uses a new column everytime you add a new skills and a lvl up it just updates a previous column. so I think that 250 to be safe. Correct me if i'm wrong (please let me be wrong. it'll be so much work)
10/27/2010 20:24 Xsense#228
Seems your further then me , wanna exchange source in pm so i can continue on same point as you are so we can resolve this together

@your edit
Yes it would require alot of skill / cells
So id suggest about 400 ... + atleast
Many skills...

I currently have 250
Just while testing

Ps,
Perhaps a SVN service would be handy ....
10/27/2010 20:27 ensar00#229
Quote:
Originally Posted by kevin_owner View Post
Hotan works for me i'll try all the other places as well auto potion and party system works. alchemy i don't know i have to search for the /makeitem elixer thing. guild haven't tested yet.

EDIT: return scroll doesn't work i'm getting a scroll timer error

EDIT2: I just made 20 skill columns in the saved_skills table but how many do you have. It uses a new column everytime you add a new skills and a lvl up it just updates a previous column. so I think that 250 to be safe. Correct me if i'm wrong (please let me be wrong. it'll be so much work)
elixir item name like:
"ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B 1"
:)
10/27/2010 20:29 kevin_owner#230
@ensar00 Thanks i'll test it in a minute

@Xsense Do you have a minute i'll backup the database and rar the source and bin ect.
10/27/2010 20:32 Xsense#231
Allright no problem.
I might setup a SVN for us, so we can develop updates for the server.
Would be handy to have one so we can develop at the same time without keeping exchanging ;)
10/27/2010 20:35 kevin_owner#232
Quote:
Originally Posted by Xsense View Post
Allright no problem.
I might setup a SVN for us, so we can develop updates for the server.
Would be handy to have one so we can develop at the same time without keeping exchanging ;)
Yeah that could be an option but i'm a total newb in C# the only thing i new about it was Console.WriteLine("blahblah"); So i learned a lot about it but not enough to code new things for it. I only wanted to restore the database of this thing but I'll start digging in C# to now more about it and i have to learn how to code with network stuff:)
10/27/2010 20:36 Xsense#233
Quote:
Originally Posted by kevin_owner View Post
Yeah that could be an option but i'm a total newb in C# the only thing i new about it was Console.WriteLine("blahblah"); So i learned a lot about it but not enough to code new things for it. I only wanted to restore the database of this thing but I'll start digging in C# to now more about it and i have to learn how to code with network stuff:)
No worries i will teach you while we program :)
Shouldn't be a problem.

As they say, practice makes art.
10/27/2010 20:53 xXRobinXx#234
No, you won't be able to use MySQL unless you recode the MSSQL Functions to a MySQL Library and change the Querys to have a corrent Syntax for MySQL, and then you still got to remake the whole Database for MySQL, but I also think that there was a converter.
I just can't remember it.
10/27/2010 20:59 Xsense#235
Mssql is good enough to use
However, in future updates.
Alot will be refactored.

Among others the weird skill loading.
And saving of data

Instead of using blob data why use local files to save quickbar / potion etc.
Kind of weird but yeah :)
10/27/2010 21:02 vorosmihaly#236
don't ask stupid questions,just wait until someone makes a tutorial or sth
10/27/2010 21:14 Miki Maus#237
Quote:
Originally Posted by xXRobinXx View Post
No, you won't be able to use MySQL unless you recode the MSSQL Functions to a MySQL Library and change the Querys to have a corrent Syntax for MySQL, and then you still got to remake the whole Database for MySQL, but I also think that there was a converter.
I just can't remember it.
Mysql(in phpmyadmin) has a function to import MSSQL tables with ease :) so np :D
10/27/2010 21:19 Xsense#238
Svn has been created anyone willing to join the programming team
can send me a pm to join the private SVN
Tell me in the pm what your willing to do to help
So i can reply and invite you

Be sure to know how SVN works commiting
And also you need a assembla.com account.
10/27/2010 21:23 LastThief#239
what about making it public so all ppl can access it ? and start developing without waiting for confirmation (just suggest)
10/27/2010 21:27 Yo123#240
[Only registered and activated users can see links. Click Here To Register...]

for those who are not coding ;)