Algum em arruma o npc de meter soc nas armas?
3 participantes
[Ajuda]Algum em arruma o npc de meter soc nas armas?
adm121- Noob
- Mensagens : 63
Data de inscrição : 21/07/2010
Especialidade : Conquer Sorce Binary And Disigner
Personagem
Experiência:
(50/50)
- Mensagem nº1
[Ajuda]Algum em arruma o npc de meter soc nas armas?
Johnny~- Master
- Mensagens : 985
Data de inscrição : 03/03/2010
Especialidade : Fora pra sempre de binarys e etc! , conquer tambem!
Personagem
Experiência:
(50/50)
Ta ai amigão é só executar na sua database
- Código:
UPDATE `cq_action` SET `id` = 50200, `id_next` = 50201, `id_nextfail` = 0000, `type` = 0101, `data` = 0, `param` = 'Hi im the ArtisanGu, Would you like to put a scoket in your wep?' WHERE `cq_action`.`id` = 50200;
UPDATE `cq_action` SET `id` = 50201, `id_next` = 50202, `id_nextfail` = 0000, `type` = 0102, `data` = 0, `param` = 'Yes~I~Would 50210' WHERE `cq_action`.`id` = 50201;
UPDATE `cq_action` SET `id` = 50202, `id_next` = 50103, `id_nextfail` = 0000, `type` = 0102, `data` = 0, `param` = 'Never~Mind 0' WHERE `cq_action`.`id` = 50202;
UPDATE `cq_action` SET `id` = 50210, `id_next` = 50211, `id_nextfail` = 0000, `type` = 0101, `data` = 0, `param` = 'Are you ready for your first scoket? Will cost 1 db' WHERE `cq_action`.`id` = 50210;
UPDATE `cq_action` SET `id` = 50211, `id_next` = 50212, `id_nextfail` = 0000, `type` = 0102, `data` = 0, `param` = 'Yes,Here 50220' WHERE `cq_action`.`id` = 50211;
UPDATE `cq_action` SET `id` = 50212, `id_next` = 50103, `id_nextfail` = 0000, `type` = 0102, `data` = 0, `param` = 'Never~Mind 0' WHERE `cq_action`.`id` = 50212;
UPDATE `cq_action` SET `id` = 50220, `id_next` = 50221, `id_nextfail` = 0000, `type` = 0101, `data` = 0, `param` = 'Are you sure you wana spend a db for a scoket?' WHERE `cq_action`.`id` = 50220;
UPDATE `cq_action` SET `id` = 50221, `id_next` = 50222, `id_nextfail` = 0000, `type` = 0102, `data` = 0, `param` = 'Yes~Im~Sure 50230' WHERE `cq_action`.`id` = 50221;
UPDATE `cq_action` SET `id` = 50222, `id_next` = 50103, `id_nextfail` = 0000, `type` = 0102, `data` = 0, `param` = 'Never~Mind 0' WHERE `cq_action`.`id` = 50222;
UPDATE `cq_action` SET `id` = 50230, `id_next` = 50260, `id_nextfail` = 50231, `type` = 0504, `data` = 0, `param` = 'ChkHole 1' WHERE `cq_action`.`id` = 50230;
UPDATE `cq_action` SET `id` = 50231, `id_next` = 50232, `id_nextfail` = 0000, `type` = 0504, `data` = 0, `param` = 'MakeHole 1' WHERE `cq_action`.`id` = 50231;
UPDATE `cq_action` SET `id` = 50232, `id_next` = 50233, `id_nextfail` = 0000, `type` = 0502, `data` = 1088000, `param` = '' WHERE `cq_action`.`id` = 50232;
UPDATE `cq_action` SET `id` = 50233, `id_next` = 50234, `id_nextfail` = 0000, `type` = 0101, `data` = 0, `param` = 'Congradulations you have scoketed your wepon!' WHERE `cq_action`.`id` = 50233;
UPDATE `cq_action` SET `id` = 50234, `id_next` = 50103, `id_nextfail` = 0000, `type` = 0102, `data` = 0, `param` = 'Thanks 0' WHERE `cq_action`.`id` = 50234;
- Código:
REPLACE INTO `cq_action` VALUES (50200, 50201, 0000, 0101, 0, 'Hi im the ArtisanGu, Would you like to put a scoket in your wep?');
REPLACE INTO `cq_action` VALUES (50201, 50202, 0000, 0102, 0, 'Yes~I~Would 50210');
REPLACE INTO `cq_action` VALUES (50202, 50103, 0000, 0102, 0, 'Never~Mind 0');
REPLACE INTO `cq_action` VALUES (50210, 50211, 0000, 0101, 0, 'Are you ready for your first scoket? Will cost 1 db');
REPLACE INTO `cq_action` VALUES (50211, 50212, 0000, 0102, 0, 'Yes,Here 50220');
REPLACE INTO `cq_action` VALUES (50212, 50103, 0000, 0102, 0, 'Never~Mind 0');
REPLACE INTO `cq_action` VALUES (50220, 50221, 0000, 0101, 0, 'Are you sure you wana spend a db for a scoket?');
REPLACE INTO `cq_action` VALUES (50221, 50222, 0000, 0102, 0, 'Yes~Im~Sure 50230');
REPLACE INTO `cq_action` VALUES (50222, 50103, 0000, 0102, 0, 'Never~Mind 0');
REPLACE INTO `cq_action` VALUES (50230, 50260, 50231, 0504, 0, 'ChkHole 1');
REPLACE INTO `cq_action` VALUES (50231, 50232, 0000, 0504, 0, 'MakeHole 1');
REPLACE INTO `cq_action` VALUES (50232, 50233, 0000, 0502, 1088000, '');
REPLACE INTO `cq_action` VALUES (50233, 50234, 0000, 0101, 0, 'Congradulations you have scoketed your wepon!');
REPLACE INTO `cq_action` VALUES (50234, 50103, 0000, 0102, 0, 'Thanks 0');
cabu009- Master
- Mensagens : 1125
Data de inscrição : 12/02/2010
Especialidade : Jogos
Personagem
Experiência:
(1/1)
Isso é um update ou npc novo? se for update vai bug o antigo!
Johnny~- Master
- Mensagens : 985
Data de inscrição : 03/03/2010
Especialidade : Fora pra sempre de binarys e etc! , conquer tambem!
Personagem
Experiência:
(50/50)
Isso é um update e o npc