[Help] Take a look

10/30/2008 23:29 Bottingpunk#1
Okay every thing is perfect and i no it. Database in right. Uhh powersourcebackup. Umm i log in and u c nothing but log in screen and i made another acc to try same thing well heres a screenie iadded an attachment
10/30/2008 23:50 tanelipe#2
Are you 100% sure you're answering correctly to the 0x3F2 packet subtype 0x4A (SetMapLocation). And/Or are you sending the charinfo packet?

Atleast when I was developing server, when you didn't send the SetMapLocation back with the right info it looked exactly like that.
10/31/2008 00:08 XxArcherMasterxX#3
wrong character table i had the same problem
10/31/2008 00:27 Bottingpunk#4
Uhh ideas on how to fix it any thing u want me to upload that you want to look at that will help
10/31/2008 01:12 Bottingpunk#5
Uhh i get this error to forgot to mention



Sco Loaded 254 portals.
Sco Loaded 1026 NPCs.
Loaded 37 Mobs.
Sco Loaded 11147 items.
Sco Loaded 172 Mob Spawns.
Spawned 3471 mobs.
Sco Loading Plus info done.
Successful login for account bangwhore
Successful login for account bangwhore
System.ArgumentException: Column 'Spouse' does not belong to table Character.
at System.Data.DataRow.GetDataColumn(String columnName)
at System.Data.DataRow.get_Item(String columnName)
at COServer_Project.DataBase.GetCharInfo(Character Charr, String UserName) in C:\Documents and Settings\Owner\Desktop\ShadowCO\COServerProject\Da taBase.cs:line 1233


in the consol when i log in an account please help guys
10/31/2008 02:14 © Haydz#6
Means the column Spouse does not exist in the Characters table.
10/31/2008 09:00 xprincex#7
Haydz Really i thought it meant it wasn't defined in the coding???
10/31/2008 09:43 alexbigfoot#8
Quote:
Originally Posted by Bottingpunk View Post
System.ArgumentException: Column 'Spouse' does not belong to table Character.
at System.Data.DataRow.GetDataColumn(String columnName)
at System.Data.DataRow.get_Item(String columnName)
at COServer_Project.DataBase.GetCharInfo(Character Charr, String UserName) in C:\Documents and Settings\Owner\Desktop\ShadowCO\COServerProject\Da taBase.cs:line 1233
means, u added the Charr.Spouse = (string)DR["Spouse"]; in database.cs at get char info, and u didnt added the column Spouse in mysql character table.
10/31/2008 12:48 Bottingpunk#9
o lol okay i'll do that right now :) ty guys ill brb 5 mins to tell u if i get errors .


[5 mins later]
What are the tables for spouse i seen it some where but i cant find it now?
10/31/2008 13:24 Bottingpunk#10
NVM FIXED IT TY ALL
10/31/2008 14:04 randomnoob#11
Quote:
Originally Posted by Bottingpunk View Post
Uhh i get this error to forgot to mention



Sco Loaded 254 portals.
Sco Loaded 1026 NPCs.
Loaded 37 Mobs.
Sco Loaded 11147 items.
Sco Loaded 172 Mob Spawns.
Spawned 3471 mobs.
Sco Loading Plus info done.
Successful login for account bangwhore
Successful login for account bangwhore
System.ArgumentException: Column 'Spouse' does not belong to table Character.
at System.Data.DataRow.GetDataColumn(String columnName)
at System.Data.DataRow.get_Item(String columnName)
at COServer_Project.DataBase.GetCharInfo(Character Charr, String UserName) in C:\Documents and Settings\Owner\Desktop\ShadowCO\COServerProject\Da taBase.cs:line 1233


in the consol when i log in an account please help guys
how the fuck did you get that source o.O?
edit:
Quote:
at COServer_Project.DataBase.GetCharInfo(Character Charr, String UserName) in C:\Documents and Settings\Owner\Desktop\ShadowCO\COServerProject\Da taBase.cs:line 1233
nvm ;o.