hello people i have a question

10/25/2011 15:21 molley#1
is there any chance to make poll system into the game like i make poll for add
some thing new or poll for gm ,some thing like this that was my question thanks :D.
10/25/2011 15:22 BaussHacker#2
Yes. Just send a npcdialog with a question lol.
10/25/2011 15:24 molley#3
Quote:
Originally Posted by BaussHacker View Post
Yes. Just send a npcdialog with a question lol.
you mean make some thing like this notice i think that should be poll result not just send question with npc

Code:
 foreach (Character Chaar in World.H_Chars.Values)
                {
                    
                    {
                        World.SendMsgToAll("SYSTEM", "............!", 2011, 0);

                        World.SendMsgToAll("SYSTEM", "...........", 2500, 0);

                        Chaar.MyClient.DialogNPC = 555553;
                        PacketHandling.NPCDialog.Handle(Chaar.MyClient, null, 5555, 0);
                        Chaar.MyClient.EndSend();

                    }
                }
            }
10/25/2011 15:28 pro4never#4
Something yes.

You'd need to record the answers also.

This actually seems like a fun mini project... maybe I'll write it into a tutorial later...

Simple db for questions and results, maybe a simple system to do like question of the day so it asks user once only when they log on, etc
10/25/2011 15:35 molley#5
the problem in how to send question while server working with out restart like make command like /poll here question
10/25/2011 15:36 BaussHacker#6
Not sure if I removed it or it's still somewhere in the ProjectX source released. I had one for it or it was FHO source? Not quite sure.