Official 5165 FAQ/Question thread

03/02/2010 19:37 snow118#1156
Removed.

Any sales are to be done using the black market.

Korv~
03/02/2010 23:10 pintser#1157
Quote:
Originally Posted by ice012345678 View Post
do we just add it here? copy paste and add at the bottom?

No!!!
never JUST put it on the bottem..
this program is filled with codes etc..
JUST put it in the bottem wil NOT let u add the npc dialog.
For example:

Code:
#region Enter TG NPCs
                            case 101602:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Want to go to training grounds? You need to pay me 1000 silvers to do that."));
                                        GC.AddSend(Packets.NPCLink("Yeah.", 1));
                                        GC.AddSend(Packets.NPCLink("Just passing by", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control == 1)
                                    {
                                        if (GC.MyChar.Silvers >= 1000)
                                        {
                                            GC.MyChar.Silvers -= 1000;
                                            GC.MyChar.Teleport(1039, 300, 300);
                                            GC.AddSend(Packets.NPCSay("Ok. Here you are. You can only hit dummies that are of your level or lower."));
                                            GC.AddSend(Packets.NPCLink("Ok then.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                        else
                                        {
                                            GC.AddSend(Packets.NPCSay("As i said... you need 1000 silvers. Why do i need to repeat myself?"));
                                            GC.AddSend(Packets.NPCLink("Alright alright.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                    break;
                                }
                            case 101616:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Want to go to training grounds? You need to pay me 1000 silvers to do that."));
                                        GC.AddSend(Packets.NPCLink("Yeah.", 1));
                                        GC.AddSend(Packets.NPCLink("Just passing by", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control == 1)
                                    {
                                        if (GC.MyChar.Silvers >= 1000)
                                        {
                                            GC.MyChar.Silvers -= 1000;
                                            GC.MyChar.Teleport(1039, 300, 300);
                                            GC.AddSend(Packets.NPCSay("Ok. Here you are. You can only hit dummies that are of your level or lower."));
                                            GC.AddSend(Packets.NPCLink("Ok then.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                        else
                                        {
                                            GC.AddSend(Packets.NPCSay("As i said... you need 1000 silvers. Why do i need to repeat myself?"));
                                            GC.AddSend(Packets.NPCLink("Alright alright.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                    break;
                                }
                            case 101618:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Want to go to training grounds? You need to pay me 1000 silvers to do that."));
                                        GC.AddSend(Packets.NPCLink("Yeah.", 1));
                                        GC.AddSend(Packets.NPCLink("Just passing by", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control == 1)
                                    {
                                        if (GC.MyChar.Silvers >= 1000)
                                        {
                                            GC.MyChar.Silvers -= 1000;
                                            GC.MyChar.Teleport(1039, 300, 300);
                                            GC.AddSend(Packets.NPCSay("Ok. Here you are. You can only hit dummies that are of your level or lower."));
                                            GC.AddSend(Packets.NPCLink("Ok then.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                        else
                                        {
                                            GC.AddSend(Packets.NPCSay("As i said... you need 1000 silvers. Why do i need to repeat myself?"));
                                            GC.AddSend(Packets.NPCLink("Alright alright.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                    break;
                                }
                            case 101614:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Want to go to training grounds? You need to pay me 1000 silvers to do that."));
                                        GC.AddSend(Packets.NPCLink("Yeah.", 1));
                                        GC.AddSend(Packets.NPCLink("Just passing by", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control == 1)
                                    {
                                        if (GC.MyChar.Silvers >= 1000)
                                        {
                                            GC.MyChar.Silvers -= 1000;
                                            GC.MyChar.Teleport(1039, 300, 300);
                                            GC.AddSend(Packets.NPCSay("Ok. Here you are. You can only hit dummies that are of your level or lower."));
                                            GC.AddSend(Packets.NPCLink("Ok then.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                        else
                                        {
                                            GC.AddSend(Packets.NPCSay("As i said... you need 1000 silvers. Why do i need to repeat myself?"));
                                            GC.AddSend(Packets.NPCLink("Alright alright.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                    break;
                                }
                            case 101620:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Want to go to training grounds? You need to pay me 1000 silvers to do that."));
                                        GC.AddSend(Packets.NPCLink("Yeah.", 1));
                                        GC.AddSend(Packets.NPCLink("Just passing by", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control == 1)
                                    {
                                        if (GC.MyChar.Silvers >= 1000)
                                        {
                                            GC.MyChar.Silvers -= 1000;
                                            GC.MyChar.Teleport(1039, 300, 300);
                                            GC.AddSend(Packets.NPCSay("Ok. Here you are. You can only hit dummies that are of your level or lower."));
                                            GC.AddSend(Packets.NPCLink("Ok then.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                        else
                                        {
                                            GC.AddSend(Packets.NPCSay("As i said... you need 1000 silvers. Why do i need to repeat myself?"));
                                            GC.AddSend(Packets.NPCLink("Alright alright.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                    break;
                                }
                            #endregion
This are codes from a few diffrent Npc's.
Look carefully and u see this:

A new dialog from a Npc start with:

case (npc number)
Code:
case 101620:
the dialog will end with:
Code:
                                        }
                                    }
                                    break;
                                }
make sure u enter the new dialog, from youre new npc between:

Code:
      }
                                    }
                                    break;
                                }
[[COLOR="Red"]Youre case[/COLOR]]     case 101614:
hope u get it ICe...
if not lemme know ill make it more specified..
Dont forget to Thank me :)
03/03/2010 16:17 Secrets-man#1158
Okay I have found a problem. Now I'm not sure is it just me. I'm using 64 bit hoster.. and everytime when I change the files to 64 bit .. I cant use /recall /ctele on anyone.. except PM's So I'm wondering what's wrong with it? Commands worked just fine on my own pc which is 32 bit
03/03/2010 23:36 Arcо#1159
Quote:
Originally Posted by Secrets-man View Post
Okay I have found a problem. Now I'm not sure is it just me. I'm using 64 bit hoster.. and everytime when I change the files to 64 bit .. I cant use /recall /ctele on anyone.. except PM's So I'm wondering what's wrong with it? Commands worked just fine on my own pc which is 32 bit
Take out the pm check for the recall and ctele commands.
03/04/2010 02:05 Secrets-man#1160
Quote:
Originally Posted by .Arco View Post
Take out the pm check for the recall and ctele commands.
Ah, So That AuthInfo thing? Okay. I'll try that then.
03/04/2010 02:21 Arcо#1161
Quote:
Originally Posted by Secrets-man View Post
Ah, So That AuthInfo thing? Okay. I'll try that then.
That should work so GM's and PM's can use the command.
03/04/2010 13:05 Cupidooz#1162
Ehh, Noob question.. How to log into conquer LOL XD
03/04/2010 13:16 Arcо#1163
Quote:
Originally Posted by Cupidooz View Post
Ehh, Noob question.. How to log into conquer LOL XD
Wanna be more specific?
Lol
03/04/2010 13:57 Secrets-man#1164
Quote:
Originally Posted by .Arco View Post
That should work so GM's and PM's can use the command.
It was just the hoster. Told them to change it to 32 bit version ( windows) and Now Works just fine. And Thanks once again ^^
03/04/2010 15:57 Cupidooz#1165
Hmm sorry if that was stupid, How to get SuperFan ?
03/04/2010 22:20 Secrets-man#1166
Question: Know How to Fix that So You won't Drop gears what you've plussed.. x.x Like If your bag is full of +3 - +12 gears and u die.. you drop them all on the ground..
03/05/2010 20:52 R3itan90#1167
Hmmm, Looks great! but got a problem.
Opened Hamahi.. Opened MySql, and edited the cofig.ini file.. but Can't launch "NewestCOServer" Anyone know why ? Got Navicar Mysql FULL verson.
03/05/2010 22:13 Arcо#1168
Quote:
Originally Posted by R3itan90 View Post
Hmmm, Looks great! but got a problem.
Opened Hamahi.. Opened MySql, and edited the cofig.ini file.. but Can't launch "NewestCOServer" Anyone know why ? Got Navicar Mysql FULL verson.
Make sure the ip is correct?
03/05/2010 22:49 Cupidooz#1169
Fine, Whats the commands list :S how to increase the att points? :S
03/05/2010 23:14 Paralyzer[GM]#1170
search up in google "5165 Commands"

and your command you have to code yourself so like

if (Cmd == "/maxstat"
GC.MyChar.Spi == 1000;
GC.MyChar.Vit == 1000;
GC.MyChar.Str == 1000;
GC.MyChar.Agi == 100;
}

Something along those lines!