1- Account manager sópode ser editado nas source mas em criaturescript em login.lua pode editar só algumas falas:
elseif(accountManager == MANAGER_NAMELOCK) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, it appears that your character has been namelocked, what would you like as your new name?")
elseif(accountManager == MANAGER_ACCOUNT) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.")
else
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to create an account or type 'recover' to recover an account.")
end
2- Para as quest aparecer no questlog tem que editar em data/xml/quests.xml
<quest name="Pits of Inferno" startstorageid="30031" startstoragevalue="1">
em name o nome da quest e em storge n precisa enm falar ![]()




info
Grupo: Artesão
Registrado: 19/07/12
Posts: 101
Reputação: +22
Bem, estou com algumas dúvidas aqui.
1º onde eu edito as falar do account mananger ?
2º como eu faço para aparecer as quests igual ao global ? (não quest com bau e tals, mas apareçer a quest e oque fazer na tela de jogo )
é isso ae.