Criando um Conquer
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Epic Trojan Weapon NPC

Ir para baixo

Epic Trojan Weapon NPC Empty Epic Trojan Weapon NPC

Mensagem por Jucy Sáb Set 06, 2014 12:05 pm

#region Epic Trojan Weapon BY Scorpions-Games
case 135102:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hey there " + client.Entity.Name + " Would you like Buy New Epic Trojan For 25 K CPs Weapon Designed?.");
dialog.Option("Yes,I Wanna Desgin", 1);
dialog.Option("No Thanks.", 255);
dialog.Send();
break;
}
case 1:
{
if (client.Inventory.Count < 39)
{
if (client.Entity.ConquerPoints >= 25000)
{
client.Send(new Message("Thanks", System.Drawing.Color.White, Message.Center));
client.Entity.ConquerPoints -= 25000;
PacketHandler.CheckCommand2(new Message("@tegotegatege FangCrossSaber Super 12 7 255 13 13", System.Drawing.Color.Red, 0x7d1), client);

}
else
{
dialog.Text("You Dont Have cps");
dialog.Option("Thanks", 255);
dialog.Send();
break;
}
break;
}
else
{
dialog.Text("Your Itym Is Full");
dialog.Option("Thanks", 255);
dialog.Send();
break;
}
}

}
break;
}
#endregion

msql
135102 0 0 wappenew 2 5976 -1 1002 293 288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Jucy
Jucy
Membro
Membro

Mensagens : 24
Data de inscrição : 02/06/2014
Idade : 27

Ir para o topo Ir para baixo

Ir para o topo

- Tópicos semelhantes

 
Permissões neste sub-fórum
Não podes responder a tópicos