Ver Versão Completa : quest q ganha presentes..
CrazzY
29-10-2009, 02:00 PM
queria saber como ativa akelas quest...
como no legend q quando vc vai upando...
vai aparecendo quest para fazer..
se alguem souber.. post ae...
Acho que é isso ai e que deve vim ativado por padrão no server.
LOCK TABLES `AttrInfo` WRITE;
/*!40000 ALTER TABLE `AttrInfo` DISABLE KEYS;*/
INSERT INTO `AttrInfo` (`attrID`, `attr1`, `attr2`, `comm`) VALUES
(1,1,0,'Event start (yes/no)'),Mas geralmente uma quest leva à outra, também tem um level especifico e máximo para se fazer. Então um hit para cada level, nem se notará o icone de quest no topo da tela.
CrazzY
30-10-2009, 02:43 PM
aonde eu axo iss? ¬¬
É na tabela AttrInfo
No mysql do Vmware
use DARKEDEN;
update AttrInfo set attr1=0 where attrID=1;
Tem que ativar esses 2 também
(62,1,0,'Quest system (On/Off)'),
(63,0,0,'Send information about quests (yes/no)'),
Ou seja:
use DARKEDEN;
update AttrInfo set attr1=0 where attrID=62;
use DARKEDEN;
update AttrInfo set attr1=0 where attrID=63;
Não sei se vai dar certo... Nunca tentei ;x
Powered by vBulletin® Version 4.2.3 Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.