Você não é registrado, por favor registre-se para ter acesso ao conteúdo completo.
Caso seja registrado, efetue login.
Esqueceu sua senha? Clique aqui
Recomendamos o uso do Mozilla Firefox para uma melhor visualização.
UPDATE armor SET weight=0;
UPDATE etcitem SET weight=0;
UPDATE weapon SET weight=0;
UPDATE custom_armor SET weight=0;
UPDATE custom_etcitem SET weight=0;
UPDATE custom_weapon SET weight=0;
------------------------------------------------------------ SQL para reforçar todos os Guardas do Jogo
UPDATE npc SET level='85' where type='L2Guard';
UPDATE npc SET hp='30000' where type='L2Guard';
UPDATE npc SET mp='30000' where type='L2Guard';
UPDATE npc SET patk='30000' where type='L2Guard';
UPDATE npc SET pdef='10000' where type='L2Guard';
UPDATE npc SET mdef='10000' where type='L2Guard';
UPDATE npc SET title='Super Guarda' where type='L2Guard';
UPDATE npc SET serverSideTitle='1' where type='L2Guard';
UPDATE npc SET serverSideTitle='1' where type='L2Guard';
UPDATE npc SET rhand='0' where type='L2Guard';
UPDATE npc SET lhand='0' where type='L2Guard';
UPDATE npc SET runspd='300' where type='L2Guard';
UPDATE npc SET ss='1' where type='L2Guard';
UPDATE npc SET bss='1' where type='L2Guard';
UPDATE npc SET ss_rate='100' where type='L2Guard';
UPDATE npc SET attackrange='100' where type='L2Guard';
UPDATE npc SET aggro='5000' where type='L2Guard';
UPDATE npc SET str='100' where type='L2Guard';
UPDATE npc SET con='100' where type='L2Guard';
UPDATE npc SET dex='100' where type='L2Guard';
UPDATE npc SET wit='100' where type='L2Guard';
UPDATE npc SET men='100' where type='L2Guard';
UPDATE npc SET str='100' where type='L2Guard';
------------------------------------------------------------ SQL para dar restart no servidor automaticamente (00:00hs)
INSERT INTO global_tasks(task,type,last_activation,param1,param2,param3) VALUES
('restart', 'TYPE_GLOBAL_TASK', '2147483647', '1', '00:00:00', '300'); -- será restartado ás 00:00 e os players teram 5 minutos para deslogar.
(para alterar a hora do restart: em vermelho: a hora; em azul os minutos; em rosa os segundos)
------------------------------------------------------------ SQL para banir contas por IP
------------------------------------------------------------ SQL para remover todos os Monumentos de Heroi (ou qualquer tipo de NPC que queira; editando apenas onpc_templateid)
E oque eu queria... montei ele por base do script de consumo de exp ao enchantar skill
Citação:
UPDATE armor SET dropable='false';
UPDATE etcitem SET dropable='false';
UPDATE weapon SET dropable='false';
UPDATE custom_armor SET dropable='false';
UPDATE custom_etcitem SET dropable='false';
UPDATE custom_weapon SET dropable='false';
Muito util para evitar o exploit que faz jogar adena no chao ate bugar o server.