antiblock
https://arwen2.global/
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
Sign in to follow this  
Nestle

Quest.Sh - Recompilar Quests

7 posts in this topic

Olá a todos, recebi alguns pedidos sobre o quest.sh e aqui irei postar.

Primeiramente criem um ficheiro quest.sh e coloquem-no em "/root":

Dentro do ficheiro coloquem o seguinte:

cd /usr/home/game/share/locale/germany/quest && chmod 777 make.sh && sh make.sh

O directorio metam o vosso!

Seguinte, no directorio das quests, criei um ficheiro make.sh.

Dentro do ficheiro coloquem o seguinte:

#!/usr/local/bin/bash

LIST_FILE='locale_list'

if [ -r $LIST_FILE ]; then

rm -rdf object

mkdir object

while read line;

do

./qc $line

done < $LIST_FILE

else

echo $LIST_FILE' is missing'

fi

Em locale_list metam a vossa lista de quests, por exemplo em algumas é hongkong_list...

De seguida, no FreeBSD executem como sh quest.sh.

Espero que tenham gostado,

Retirei tudo das files do Lauling portanto deve funcionar nas outras,

Se não funcionar avisem que eu fixo isto..

Cumpz,

Nestle.

Share this post


Link to post
Share on other sites
antiblock
Elveron
http://cyber-gamers.org/public/style_emoticons/default/451960.gif,
#!/usr/local/bin/bashLIST_FILE='[b]locale_list[/b]'if [ -r $LIST_FILE ]; thenrm -rdf objectmkdir objectwhile read line;do./qc $linedone &--#60; $LIST_FILEelseecho $LIST_FILE' is missing'fi
done &--#60; $LIST_FILE
nesta linha tem "&--#60" isso msm? tem que por permisão 777 nos arquivos não? Edited by ઽiท√αℓ (see edit history)

Share this post


Link to post
Share on other sites

http://cyber-gamers.org/public/style_emoticons/default/451960.gif,

#!/usr/local/bin/bashLIST_FILE='[b]locale_list[/b]'if [ -r $LIST_FILE ]; thenrm -rdf objectmkdir objectwhile read line;do./qc $linedone &--#60; $LIST_FILEelseecho $LIST_FILE' is missing'fi
done &--#60; $LIST_FILE
nesta linha tem "&--#60" isso msm? tem que por permisão 777 nos arquivos não?
tópico corrigido, sim!

Share this post


Link to post
Share on other sites

Isto é para que ?

Share this post


Link to post
Share on other sites

dá erro ...

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this