hola no es mucho pero pero un colega me ha pasado esto, la verdad no se de donde lo saco pero espero que funcione y si ya esta habilitado hacer caso omiso al post....
"adjunto la siguiente quest que permite el acceso a la misma.
Que necesitais:
Añadir las siguientes lineas al script al archivo quests_13_1.txt en la carpeta /ncp/quest/ para hacerlo compatible con los scripts de lone.
BUSCAR ESTAS LINEAS:
code:
-----------------------------------------------------------------------------------------------------------------------------------------
else if (ep13_1_edq > 13) {
mes "[Hibba Agip]";
mes "Hey, how have you been? It's too early to say that we've figured out who's the mastermind.";
next;
mes "[Hibba Agip]";
mes "Please be patient, I'll contact you when the time is right.";
cutin "ep13_captin_edq",255;
close;
}
else {
mes "[Hibba Agip]";
mes "*Sigh* Look at me, I used to command the desert of Morroc, but I've been deployed to a world that only God knows where...";
next;
mes "[Staff Officer Abidal]";
mes "Come on, that's not true. In fact, you used to be an official of a small town, and have been promoted to the commander of the expedition. Your success is almost too good to be true.";
next;
mes "[Instructor Igrid]";
mes "Hey, boss. Can we just go through the motions until we get out of here? This so-called Ash-Vacuum is boring. It's heaven for the kingdom scholars, but it's not for me.";
next;
mes "[Hibba Agip]";
mes "Geez, do you have to keep calling me boss? I'm the Commander, alright? So disrespectful.";
next;
mes "[Staff Officer Abidal]";
mes "Can you guys stop complaining? God...";
next;
mes "[Instructor Igrid]";
mes "Who are you? What business do you have with Commander Agip?";
next;
mes "[Hibba Agip]";
mes "What is it? If you have too much time on your hands, you'd better go outside and find something productive to do.";
cutin "ep13_captin_edq",255;
close;
}
}
-----------------------------------------------------------------------------------------------------------------------------------------
y lo sustituis por esto:
code:
-----------------------------------------------------------------------------------------------------------------------------------------
else if (ep13_1_edq > 13) {
if (guarygg == 1) {
mes "[Hibba Agip]";
cutin "ep13_captin_edq",2;
mes "Dime, porque tienes esa cara de extrañeza";
next;
mes "[Hibba Agip]";
mes "Has encontrado al norteste del campamento una cueva debajo de un gran arbol?";
next;
mes "[Hibba Agip]";
mes "Encontraste un dispositivo extraño, que activo un camino hacia una gran puerta";
next;
mes "[Hibba Agip]";
mes "No pudiste atravesarla porque una fuerza te impedia pasar...";
next;
mes "[Hibba Agip]";
mes "Necesito que encuentres aquí en el mismo campamento al historiador";
next;
mes "[Hibba Agip]";
mes "Puede que el conozca que hay en esa cueva, y como podemos atravesar esa extraña puerta";
next;
mes "[Hibba Agip]";
mes "Explicale también sobre los simbolos extraños que viste en aquel extraño dispositivo, ahora ves y no pierdas tiempo";
set guarygg,2;
close2;
cutin "",255;
end;
}
if (guarygg == 2) {
mes "[Hibba Agip]";
cutin "ep13_captin_edq",2;
mes "Busca al historiador en el campamento, el puede darnos más datos";
close2;
cutin "",255;
end;
}
if ((guarygg > 2) && (guarygg < 8)) {
mes "[Hibba Agip]";
cutin "ep13_captin_edq",2;
mes "En estos momentos no puedo ayudarte....no desesperes seguro que encuentras el camino correcto.";
close2;
cutin "",255;
end;
}
if (guarygg == 8) {
mes "[Hibba Agip]";
cutin "ep13_captin_edq",2;
mes "Asqiue quieres usar en su contra de alguna forma la guerra que hay entre las dos tribus";
next;
mes "[Hibba Agip]";
mes "Me gusta la idea, pero necesitamos plantearlo adecuadamente, ya que si obtenemos su ayuda, pero no para romper el sello";
next;
mes "[Hibba Agip]";
mes "No serviria de mucho";
cutin "",255;
next;
mes "[Abidail]";
mes "Esa tactica se a estado usando desde hace muchos años...";
cutin "",255;
next;
mes "[Hibba Agip]";
cutin "ep13_captin_edq",2;
mes "Perfecto decide tu con cual de las tribus quieres pedir su ayuda, si te dicen que no, ofreceles de nuevo una oportunidad";
next;
mes "[Hibba Agip]";
mes "Si esta te la rechazan diles que si no nos dan su ayuda, les ofreceremos ayuda en todo a la otra tribu, ya que esta si acepta nuestras condiciones";
next;
mes "[Hibba Agip]";
mes "Deberian de caer en esta trampa.....facilmente";
next;
mes "[Abidail]";
mes "¿Como te llamabas...? era "+strcharinfo(0)+" ¿verdad?";
cutin "",255;
next;
mes "[Hibba Agip]";
cutin "ep13_captin_edq",2;
mes "¿Quieres hacerlo?";
next;
switch( Select("Si, estoy intersado." ) )
{
case 1:
mes "[Hibba Agip]";
cutin "ep13_captin_edq",2;
mes "Perfecto dejo a tu elección que tribu quieras ir, mucha suerte, recuerda tienes que hablar con la persona al mando del ejercito";
set guarygg,9;
close2;
cutin "",255;
end;
}
}
if (guarygg == 9) {
mes "[Hibba Agip]";
cutin "ep13_captin_edq",2;
mes "Dejo a tu elección que tribu quieras ir, mucha suerte, recuerda tienes que hablar con la persona al mando del ejercito";
close2;
cutin "",255;
end;
}
if (guarygg == 10) {
mes "[Hibba Agip]";
cutin "ep13_captin_edq",2;
mes "Suerte en tu investigación sobre las ruinas..";
mes "vuelve cuando hayas finalizado";
next;
mes "[Hibba Agip]";
mes "Recuerda que eres un soldado y que nada te haga retroceder";
close2;
cutin "",255;
end;
}
if (guarygg == 11) {
mes "[Hibba Agip]";
cutin "ep13_captin_edq",2;
mes "Buen trabajo, ahora posiblemente la guerra entre ambas razas termine y no tengamos que entrar en guerra entre ellas";
next;
mes "[Hibba Agip]";
mes "Puede que hayas salvado muchas vidas, bien echo soldado estoy muy orgulloso de ti..";
next;
mes "[Hibba Agip]";
mes "Ahora descansa te lo mereces...";
close2;
cutin "",255;
end;
}
mes "[Hibba Agip]";
mes "Hey, how have you been? It's too early to say that we've figured out who's the mastermind.";
next;
mes "[Hibba Agip]";
mes "Please be patient, I'll contact you when the time is right.";
cutin "ep13_captin_edq",255;
close;
}
else {
mes "[Hibba Agip]";
mes "*Sigh* Look at me, I used to command the desert of Morroc, but I've been deployed to a world that only God knows where...";
next;
mes "[Staff Officer Abidal]";
mes "Come on, that's not true. In fact, you used to be an official of a small town, and have been promoted to the commander of the expedition. Your success is almost too good to be true.";
next;
mes "[Instructor Igrid]";
mes "Hey, boss. Can we just go through the motions until we get out of here? This so-called Ash-Vacuum is boring. It's heaven for the kingdom scholars, but it's not for me.";
next;
mes "[Hibba Agip]";
mes "Geez, do you have to keep calling me boss? I'm the Commander, alright? So disrespectful.";
next;
mes "[Staff Officer Abidal]";
mes "Can you guys stop complaining? God...";
next;
mes "[Instructor Igrid]";
mes "Who are you? What business do you have with Commander Agip?";
next;
mes "[Hibba Agip]";
mes "What is it? If you have too much time on your hands, you'd better go outside and find something productive to do.";
cutin "ep13_captin_edq",255;
close;
}
}
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
DOWNLOAD SCRIPT Guardian of Yggdrasil 1.1
http://www.telefonica.net/web2/ziu/Guardian_of_Yggdrasil.txt lo postee tal y como el me lo envio al correo... espero que os sirva