[C#]The Arcane Development Thread

10/27/2010 17:05 kevin_owner#211
Quote:
Originally Posted by Xsense View Post
Update:

Characters / creation / silk / items / skills / done...
Only thing left is npc's
Then i will release a guide / download for it.
do you mean the npc spawn or the npc buy/sell?
10/27/2010 17:15 Xsense#212
Quote:
Originally Posted by kevin_owner View Post
do you mean the npc spawn or the npc buy/sell?
spawn, after that sell / buy check
10/27/2010 17:25 kevin_owner#213
there are some mobs which autospawn but I'm not gonna make a private server with this it's nice to play online with a few guys but I don't know if it'll be good to have it 24/7 online and if it can handle that many connections.

and @Xsense I have the npc's spawning but the sell/buy doesn't work But i don't have the time at the moment to check that out. Good luck:D
10/27/2010 17:26 Xsense#214
Quote:
Originally Posted by kevin_owner View Post
there are some mobs which autospawn but I'm not gonna make a private server with this it's nice to play online with a few guys but I don't know if it'll be good to have it 24/7 online and if it can handle that many connections.

and @Xsense I have the npc's spawning but the sell/buy doesn't work But i don't have the time at the moment to check that out. Good luck:D
Send a pm with the info for npc spawn saves time,
If not i will fix it, and then fix the buy / sell part.
10/27/2010 17:33 dipointed#215
Quote:
Originally Posted by Xsense View Post
Im almost ingame :)
Completed all the missing folder data

.dat files,
And fixed the full character / skill tables.
Also completed the debug folder / file information that needs to be written

Right now im at this point

Code:
            PlayerQuickBar(reader, Writer);
            reader = new PacketReader(System.IO.File.ReadAllBytes(Environment.CurrentDirectory + @"\player\info\autopot\" + c.Information.Name + ".dat"));
:) To be continued

Ps folder structure in bin
Code:
player\debug\
player\autopot\
player\quickbar\
The debug contains charname.txt
The autopot / quickbar contains c.Information.charname.dat

Edit 2:
Seems random crash now, going to look into the endload data

Edit 3:
Seems the endload opcode is wrong.
Need to get on ksro, or a private server (seems some new ones came out)
And sniff the packet.

(Currently downloading swift, going to sniff there if its online).
If anyone has the opcode allready and packet structure if changed in anyway.
Send me a pm.
Will update this post with more info when i got more news.
Has smth changed in the chardata packet?
Opcode or any kind of structure.
10/27/2010 18:00 Xsense#216
No nothing changed.
Didn't have to update any opcode's or data.
Was just database related
10/27/2010 18:08 dipointed#217
strange.
I completely redone the whole DB.
Everything seems to be the same, but it still crashes.
Maybe it's because I'm using 1_710. Downloading currently 702, we'll see...
10/27/2010 18:53 kevin_owner#218
I didn't do much since I got in-game. I tested some stuff but now I got some time.
I'll try to fix the shops to buy and sell stuff.
10/27/2010 18:58 dipointed#219
Alright.
Well, there's no more time for me today.
If you got it working until tomorrow, can you send me a PM with the informations?
Would be nice.
Probably I'm going to add some 'new' features. (If I get a chance to get the packets :))
10/27/2010 19:04 kevin_owner#220
hmm i've noticed another thing which isn't important for now. But the distance to attack a monster isn't correct and the walking speed of the mobs arn't correct. Or it's just me but it seems to be incorrect
10/27/2010 19:09 dipointed#221
No it's not correct, you're right.
The HP isn't also correct if you spawn a monsater manually with a higher parameter (for ex. a giant, champion, titan, ...)
10/27/2010 19:12 kevin_owner#222
Owh well i tought that i couldn't buy something from a shop but i can the problem was.. uuhm very stupid i didn't had gold to buy it:D
10/27/2010 19:13 Miki Maus#223
Quote:
Originally Posted by rofman2008 View Post
i got this error [Only registered and activated users can see links. Click Here To Register...]
l2install mssql. :mofo:

Quote:
Owh well i tought that i couldn't buy something from a shop but i can the problem was.. uuhm very stupid i didn't had gold to buy it
LOOL XD hahaha nice1
10/27/2010 19:39 Yo123#224
"small" clean up.

98 deleted posts.
please people, do only post if you can contribute something coding related.
I'm serious.
Thank you
10/27/2010 20:06 kevin_owner#225
Hmm i don't know what else I should check So can someone help me.
The npc's are working and i can buy/sell stuff. skills work. Avatars work.
Storage works. I just tried to hunt tiger girl to test if this work and There were no problems so am i done?