Auto pm ?!

07/11/2015 09:07 Maddona#1
i did every thing good at tables in my db and working fine in tables ? but in my nothing send ?! i dont know the wrong from my program ?! or my? produce ?

here table
[Only registered and activated users can see links. Click Here To Register...]

here u can check one of my producers

tell me if there any wrong? in my produce please ? guys
07/11/2015 10:42 ​Exo#2
Your tool doesn't work xD
07/11/2015 13:29 Snow*#3
^that is correct.

Maybe the bot query got something wrong?

here is something form a released tool in e*pvp

Code:
        public static void Auto_PM()
        {
            try
            {
                while (true)
                {
                   
                    using (SqlDataReader r = new SqlCommand("USE iLegend_Tool select * from _SendPrivateChat where Service = 0", sqlCon.con).ExecuteReader())
                    {
                        while (r.Read())
                        {
                            string Message = Convert.ToString(r["Message"]);
                            SendNotice(Message);
                            sqlCon.exec("USE iLegend_Tool update _SendPrivateChat set Service = 1 where Message = '" + Message + "'");
                        }
                    }
                    Thread.Sleep(1000);
                }
            }
            catch (Exception ex) { Console.WriteLine("{0}", ex.Message); }
        }
maybe it will help you a bit
07/11/2015 19:14 Maddona#4
Quote:
Originally Posted by ​Exo View Post
Your tool doesn't work xD
there is any program ?! working well ?! can u tell me ?! :D