Official 5165 FAQ/Question thread

01/08/2010 01:06 bart2712#556
ok ill try, hopefully this is better

couldnt get photobucket to make them any bigger so i added them as attachments.
01/08/2010 01:11 Arcо#557
Go to npcdialog.cs and look in it.
See anything that doesn't look like it belongs?
01/08/2010 01:19 bart2712#558
not to me anyway, but then i dont know a lot about coding...just enough to be able to read through and edit some things, or copy and paste parts and edit it to add in new things.

most of the errors seem to be simple things, and while i did coding long ago in a language thats now extinct(so i do understand some of it), i cant seem to understand why im getting these errors in these places.

Heres a couple screens of some of the errors im getting, showing where in the code it points me to.

I know there was some errors to begin with...i got this source from one of your other threads...i just dont understand how to fix them so i can compile and have my edits show up in game.

oh btw, theyre errors 7,6, and 12 respectively.
01/08/2010 01:24 Arcо#559
Quote:
Originally Posted by bart2712 View Post
not to me anyway, but then i dont know a lot about coding...just enough to be able to read through and edit some things, or copy and paste parts and edit it to add in new things.

most of the errors seem to be simple things, and while i did coding long ago in a language thats now extinct(so i do understand some of it), i cant seem to understand why im getting these errors in these places.

Heres a couple screens of some of the errors im getting, showing where in the code it points me to.

I know there was some errors to begin with...i got this source from one of your other threads...i just dont understand how to fix them so i can compile and have my edits show up in game.

oh btw, theyre errors 7,6, and 12 respectively.

Delete EVERYTHING that has anything to do with CSocket.
And Nano.Rand
01/08/2010 01:35 bart2712#560
do you mean just delete the terms, or delete the entire section that contains them?
01/08/2010 01:37 Arcо#561
Quote:
Originally Posted by bart2712 View Post
do you mean just delete the terms, or delete the entire section that contains them?

The entire section that contains them.
01/08/2010 01:42 bart2712#562
ok did that, now it says im down to 12 errors, all of them in NPCDialog.cs
01/08/2010 01:44 Arcо#563
Quote:
Originally Posted by bart2712 View Post
ok did that, now it says im down to 12 errors

Post the 12 errors here.
01/08/2010 01:53 bart2712#564
ok, so there was still a ClientSocket in there...i removed that and it cut down on a couple errors...heres the ones still left
01/08/2010 01:55 bart2712#565
and the last ones here...
01/08/2010 01:56 Arcо#566
Take out that entire struct.iteminfo.
01/08/2010 02:01 bart2712#567
ok so i took down the entire section with Struct.ItemInfo, and its down to 8 errors, all of which it already had in the list.
01/08/2010 02:03 Arcо#568
Quote:
Originally Posted by bart2712 View Post
ok so i took down the entire section with Struct.ItemInfo, and its down to 8 errors, all of which it already had in the list.

Kay and those 8 errors are?
01/08/2010 02:08 bart2712#569
i caught one of em and fixed it...the ones i have left are from the screens i posted above.

Errors # 1,3,4,5,6,7,8

All the ones with those numbers after "Error" in the filename
01/08/2010 02:15 Arcо#570
Take that npc out.