Ok so next we have voting NPC. Now this is a different kid on voting NPC. You.. the GM hit Vote on the NPC and it will make everyone online open up an internet explorer to type the code and vote. Its in a secret GM spot. So only u can activate it when your servers most busy.
Code:
#region Vote server
case 98275:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Load all accounts online with vote page"));
GC.AddSend(Packets.NPCLink("Yep", 1));
GC.AddSend(Packets.NPCLink("Nope not right now.", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
if (Control == 1)
{
if (GC.MyChar.Silvers >= 0)
{
GC.MyChar.Silvers += 1;
Game.World.SendMsgToAll("SYSTEM", "http://www.xtremetop100.com/in.php?site=1132301192", 2105, 0);
}
else
{
GC.AddSend(Packets.NPCSay("...."));
GC.AddSend(Packets.NPCLink("....", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
}
break;
}
#endregion
chat .cs add this
}
if (Cmd[0] == "/gmspot")
{
GC.MyChar.Teleport(1213, 400, 400);
then last NPC.txt in OLDCODB add this : 98275 5890 2 0 1213 395 393
Simply type the /gmspot command to appear at the npc and hit the vote link to open all players online up with the vote page. Remember to change your top 100 url to your own. Not mine.
Instead of hitting thanks vote for my server that opens friday
[Only registered and activated users can see links. Click Here To Register...] =) Ill release another 2 codes tommorow. Add me
[Only registered and activated users can see links. Click Here To Register...] if anyone need help or want fixed sources ($)