Plays-CO
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Npc que vende pontos

2 participantes

Ir para baixo

Npc que vende pontos  Empty Npc que vende pontos

Mensagem por FelipeXP Seg maio 07, 2012 11:31 am

Código:
#cq_action
REPLACE INTO `cq_action` VALUES ('12349', '12350', '0000', '0101', '0', 'Hello %user_name, I can help you to get more points. Select the attribute you wish.');
REPLACE INTO `cq_action` VALUES ('12350', '12351', '0000', '0102', '0', '1kk~cps~to~get~1000~points~in~Strenght. 12356');
REPLACE INTO `cq_action` VALUES ('12351', '12352', '0000', '0102', '0', '1kk~cps~to~get~1000~points~in~Agility. 12357');
REPLACE INTO `cq_action` VALUES ('12352', '12353', '0000', '0102', '0', '1kk~cps~to~get~1000~points~in~vitality. 12358');
REPLACE INTO `cq_action` VALUES ('12353', '12354', '0000', '0102', '0', '1kk~cps~to~get~1000~points~in~Spirit. 12359');
REPLACE INTO `cq_action` VALUES ('12354', '12355', '0000', '0104', '0', '10 10 19');
REPLACE INTO `cq_action` VALUES ('12355', '0000', '0000', '0120', '0', '');
REPLACE INTO `cq_action` VALUES ('12356', '12360', '12361', '1001', '0', 'e_money += -1000000');
REPLACE INTO `cq_action` VALUES ('12357', '12363', '12361', '1001', '0', 'e_money += -1000000');
REPLACE INTO `cq_action` VALUES ('12358', '12365', '12361', '1001', '0', 'e_money += -1000000');
REPLACE INTO `cq_action` VALUES ('12359', '12367', '12361', '1001', '0', 'e_money += -1000000');
REPLACE INTO `cq_action` VALUES ('12360', '12362', '0000', '1001', '0', 'force += 1000');
REPLACE INTO `cq_action` VALUES ('12361', '0000', '0000', '1010', '2005', 'Sorry, you dont have 1kk cps');
REPLACE INTO `cq_action` VALUES ('12362', '0000', '0000', '1010', '2005', 'Gratiz, you have got 1000 points in Strenght to 1kk cps Say Thx To Mr.Sniper');
REPLACE INTO `cq_action` VALUES ('12363', '12364', '0000', '1001', '0', 'speed += 1000');
REPLACE INTO `cq_action` VALUES ('12364', '0000', '0000', '1010', '2005', 'Gratiz, you have got 1000 points in Agility to 1kk cps Say Thx To Mr.Sniper');
REPLACE INTO `cq_action` VALUES ('12365', '12366', '0000', '1001', '0', 'health += 1000');
REPLACE INTO `cq_action` VALUES ('12366', '0000', '0000', '1010', '2005', 'Gratiz, you have got 1000 points in Vitality to 1kk cps Say Thx To Mr.Sniper');
REPLACE INTO `cq_action` VALUES ('12367', '12368', '0000', '1001', '0', 'soul += 1000');
REPLACE INTO `cq_action` VALUES ('12368', '0000', '0000', '1010', '2005', 'Gratiz, you have got 1000 points in Spirit to 1kk cps Say Thx To Mr.Sniper');
#cq_task
REPLACE INTO `cq_task` VALUES ('12349', '12349', '0000', '', '', '0', '0', '0', '0', '100000', '0000', '0000', '0', '-1', '0');
REPLACE INTO `cq_task` VALUES ('12350', '12350', '0000', '', '', '0', '0', '0', '0', '100000', '0000', '0000', '0', '-1', '0');
REPLACE INTO `cq_task` VALUES ('12351', '12351', '0000', '', '', '0', '0', '0', '0', '100000', '0000', '0000', '0', '-1', '0');
REPLACE INTO `cq_task` VALUES ('12352', '12352', '0000', '', '', '0', '0', '0', '0', '100000', '0000', '0000', '0', '-1', '0');
REPLACE INTO `cq_task` VALUES ('12353', '12353', '0000', '', '', '0', '0', '0', '0', '100000', '0000', '0000', '0', '-1', '0');
REPLACE INTO `cq_task` VALUES ('12354', '12354', '0000', '', '', '0', '0', '0', '0', '100000', '0000', '0000', '0', '-1', '0');
REPLACE INTO `cq_task` VALUES ('12355', '12355', '0000', '', '', '0', '0', '0', '0', '100000', '0000', '0000', '0', '-1', '0');
REPLACE INTO `cq_task` VALUES ('12356', '12356', '0000', '', '', '0', '0', '0', '0', '100000', '0000', '0000', '0', '-1', '0');
REPLACE INTO `cq_task` VALUES ('12357', '12357', '0000', '', '', '0', '0', '0', '0', '100000', '0000', '0000', '0', '-1', '0');
REPLACE INTO `cq_task` VALUES ('12358', '12358', '0000', '', '', '0', '0', '0', '0', '100000', '0000', '0000', '0', '-1', '0');
REPLACE INTO `cq_task` VALUES ('12359', '12359', '0000', '', '', '0', '0', '0', '0', '100000', '0000', '0000', '0', '-1', '0');
REPLACE INTO `cq_task` VALUES ('12360', '12360', '0000', '', '', '0', '0', '0', '0', '100000', '0000', '0000', '0', '-1', '0');
#cq_npc
REPLACE INTO `cq_npc` VALUES ('12349', '0', '0', 'SellPoint's', '0002', '8000', '-1', '1002', '0449', '0378', '12349', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', '', '0000', '00', '00', '0000', '00', '0000); 

Créditos: Mr.Sniper
FelipeXP
FelipeXP
Fundador
Fundador

Mensagens : 357
Pontos : 940
Reputação : 16
Data de inscrição : 28/07/2011
Idade : 34
Localização : São luis

http://playsco.powerguild.net

Ir para o topo Ir para baixo

Npc que vende pontos  Empty Re: Npc que vende pontos

Mensagem por C4-Wzy Qua maio 30, 2012 10:41 am

Particularmente n gosto, mas vlw pelo post. !!! Basketball
C4-Wzy
C4-Wzy
Iniciante
Iniciante

Mensagens : 6
Pontos : 0
Reputação : 0
Data de inscrição : 30/05/2012
Idade : 32
Localização : São Vicente

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