Character creation problem 12/21/2011 - CO2 Private Server - 2 Replies Once the character is created in the database you only have to send ANSWER_OK right?
My problem is even I send that the client is still stuck, so I'm thinking I maybe forgot something?
I have checked that I actually send ANSWER_OK and I do.
public static void Handle(GameClient Client, PacketStructures.CharacterCreationPacket Packet)
{//breakpoint here
if (Database.HeroCreation.Create(Packet.CharacterName , Packet.AccountName, Packet.Model, Packet.Job))
...
Problem character 07/31/2011 - Rappelz - 2 Replies Hi all,
what is this problem :
http://img4.hostingpics.net/pics/553613IMG3007201 1205322.png
Thx
Can you help me please ? Problem Character 07/27/2011 - Rappelz - 5 Replies Hi all,
I started my private server, but now, i have a problem when i want to create a character,
here is my problem :
http://img11.hostingpics.net/pics/570006problem.p ng
Hope you can help me :)
[Problem] Character.cs 05/11/2010 - CO2 Private Server - 19 Replies Hey, when using the AddItem type, I get a error on this:
AddItem(150249, 12, 7, 255, 13, 13);
This is in character.cs, I wanna make it so that it makes a item +12 2soc -7 255hp.
Any help on what i'm doing wrong?