Official 5165 FAQ/Question thread

05/13/2010 07:08 Arcо#1336
Quote:
Originally Posted by .Summer View Post
with a binaryreader.
almost the same.
Binaryreading and decoding are two different things.
Binaryreading is just the source reading through it.
Decoding is turning it from binary to ascii.
05/13/2010 21:22 Adziunia#1337
so man i will help you :D firstly this npc is wrong and u should always build after adding/modifing anything then debbug so if u build after adding this npc visual should show u an error :) coz theres to much "}".
Quote:
#region NPCTest
case 300111:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Hi, im ur first NPC!"));
GC.AddSend(Packets.NPCLink("Cool", 1));
GC.AddSend(Packets.NPCLink("Haa Ok Then", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());

}

} <-- this 1 is useless here

break;
}
#endregion
05/13/2010 22:02 Omni-?#1338
I saw the other guide where Navicat was said to be needed, but this one does not mention it at all. I assume it is really not necessary? Cause the less crap I need the better imo :D


-Edit-

Do I need Visual Studios to run my own server? :S


Also, here are some pics of how I have it set up, any ideas where I am going wrong? Still getting the Server Maintenance error...

[Only registered and activated users can see links. Click Here To Register...]
05/14/2010 01:58 LetsGo42#1339
Quote:
Originally Posted by Adziunia View Post
so man i will help you :D firstly this npc is wrong and u should always build after adding/modifing anything then debbug so if u build after adding this npc visual should show u an error :) coz theres to much "}".

What do u mean with, My NPc is wrong?
I removed the "}", check out my Sreeny
And what is "building"? lol:o
[Only registered and activated users can see links. Click Here To Register...]

I cant get it running,
cant someone load up his "NPCDialog.cs" and "NPC.txt" and all the Stuff i need to create a new NPC, so i can test if it works for me!:o
05/14/2010 02:05 .Summer#1340
Is because your brackets are wrong in another npc.
double click on 1 of the error and it will takes you to the error.
05/14/2010 05:36 LetsGo42#1341
Quote:
Originally Posted by .Summer View Post
Is because your brackets are wrong in another npc.
double click on 1 of the error and it will takes you to the error.
Eum, there are Hundreds of Errors, and they are already in the Source, i changed nothing, only tried to add a NPC... :o
05/14/2010 05:57 Arcо#1342
Search for "Love Stone".
There is an error on that npc, it doesn't belong in the source.
05/14/2010 07:41 LetsGo42#1343
Quote:
Originally Posted by .Arco View Post
Search for "Love Stone".
There is an error on that npc, it doesn't belong in the source.
Yes thanks, i had some Errors, i removed the LoveStone NPC, had 0 Errors then and tried it again.
The Text is working now, but i still dont got the Name, i choosed.

[Only registered and activated users can see links. Click Here To Register...]
05/14/2010 07:44 Arcо#1344
What name are you talking about?
The npc name?
05/14/2010 11:32 LetsGo42#1345
Quote:
Originally Posted by .Arco View Post
What name are you talking about?
The npc name?
Yeah
05/14/2010 13:09 Adziunia#1346
Quote:
Originally Posted by Omni-? View Post
I saw the other guide where Navicat was said to be needed, but this one does not mention it at all. I assume it is really not necessary? Cause the less crap I need the better imo :D


-Edit-

Do I need Visual Studios to run my own server? :S


Also, here are some pics of how I have it set up, any ideas where I am going wrong? Still getting the Server Maintenance error...
NO Navicats! ;p yes you should get visual C# to adding things etc. U cant login coz u r using ur router ip u need to get hamachi and use its ip
05/14/2010 19:37 5igma#1347
Does anyone have any problems with compiling the source? I keep getting errors NPCDialog.cs, i didnt even modify the file yet :S, I need to edit the source so i can get it running on linux. Can anyone help me?
05/14/2010 22:05 Omni-?#1348
Quote:
Originally Posted by Adziunia View Post
NO Navicats! ;p yes you should get visual C# to adding things etc. U cant login coz u r using ur router ip u need to get hamachi and use its ip
Finally an answer from someone :P
Thanks I will try the Hamachi thing.
05/14/2010 22:08 .Summer#1349
You can use the router ip lol.
Just need to open ports forward.
05/14/2010 22:15 Omni-?#1350
Ok, I got my Hamachi IP and I think it worked for me, but now I get the error Invalid Account or Password. I typed in the /newacc command into NewestCOServer so any clue why it is saying that?



-Edit-

Cancel that, I realised that I cannot put capitals into my acc id :P


Thank you everyone!!!