How to fix JainHU?

01/08/2014 22:22 blablabla148#1
Code:
#region JainHU
                case 15745:
                    {
                        switch (npcRequest.OptionID)
                        {
                            case 0:
                                {
                                    dialog.Text("Well, the Jiang Hu is quite chaotic. I`ll test your understanding with several questions. If you pass, you`re able to name a skill of your own and start your adventure as a Jiang Hu warrior");
                                    dialog.Option("Okay.I`m ready", 1);
                                    dialog.Option("Just Passing By.", 255);
                                    dialog.Send();
                                    break;
                                }

                            case 1:
                                {
                                    if (!client.Entity.KunFuClasses.MainGui.ContainsKey(client.Entity.UID))
                                    {
                                        client.Send(new Data(true) { UID = client.Entity.UID, ID = Data.JiangHu, dwParam = 617, wParam1 = client.Entity.X, wParam2 = client.Entity.Y });
                                        //  client.Entity.KunFuClasses.MainGui.Add(client.Entity.UID,);
                                    }
                                    else
                                    {
                                        dialog.Text("you are already a Jiang Hu warrior");
                                        // dialog.Link("Okay.I`m ready", 1);
                                        dialog.Option("Thank You.", 255);
                                        dialog.Send();
                                        break;
                                    }

                                    break;
                                }

                        }
                        break;
                    }
                #endregion
After I'm restart the server is the char still bugged.
01/08/2014 22:32 bashondegek#2
But whats the bug? What does your char do after the relog?
01/08/2014 23:02 blablabla148#3
Quote:
Originally Posted by bashondegek View Post
But whats the bug? What does your char do after the relog?
Are Nacked and still bugged : Look at the pics
01/08/2014 23:11 bashondegek#4
Quote:
Originally Posted by blablabla148 View Post
Are Nacked and still bugged : Look at the pics
I think there is something wrong with your packets... but i don't really know.. maybe someone else on the forums knows what the problem is..
01/09/2014 14:43 abdoumatrix#5
what is the problem cuz i can't see anything from pics