You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
GOSTARIA DOS ICONES DAS TATTOS , TODOS ICONES , COM ESSE LV , ATÉ O LVL 6 POR FAVOR , PARA INTERLUDE , ESSES DO PRINT NAO SAO INTERLUDE E NAO TENHO ! OBRIGADO!
Olá, seu tópico se encontra com um ou mais links offline. Caso ainda possua o conteúdo, favor postar aqui mesmo no tópico ou mandar MP para algum staff que estaremos normalizando o tópico.
Grato pela atenção!
Voce usar a conta de admin q vc tem no server, vai em accounts e define o acess_level la. e vc entra auto.
Eu tenho uma versão desse votesystem q tentei atualizar e com tutorial so acessar o link na minha assinatura em baixo.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Pergunta
wogex
HI, need some help. Script dont have error, but not working..
Castle doors still close..
import net.sf.l2j.gameserver.ThreadPoolManager;
import net.sf.l2j.gameserver.datatables.DoorTable;
import ai.L2AttackableAIScript;
public class OpenDoors extends L2AttackableAIScript
{
public OpenDoors(int questId, String name, String descr)
{
super(questId, name, descr);
}
ThreadPoolManager.getInstance().scheduleGeneral(new Runnable(){public void run(){OpenAllDoors();}}, 2000);
}
public static void CloseAllDoors()
{
DoorTable.getInstance().getDoor(20160001).closeMe();
DoorTable.getInstance().getDoor(20160002).closeMe();
DoorTable.getInstance().getDoor(20160003).closeMe();
DoorTable.getInstance().getDoor(20160004).closeMe();
DoorTable.getInstance().getDoor(20160005).closeMe();
DoorTable.getInstance().getDoor(20160006).closeMe();
DoorTable.getInstance().getDoor(25150021).closeMe();
DoorTable.getInstance().getDoor(25150022).closeMe();
DoorTable.getInstance().getDoor(25150023).closeMe();
DoorTable.getInstance().getDoor(25150024).closeMe();
DoorTable.getInstance().getDoor(25150025).closeMe();
DoorTable.getInstance().getDoor(25150026).closeMe();
DoorTable.getInstance().getDoor(25150031).closeMe();
DoorTable.getInstance().getDoor(25150032).closeMe();
DoorTable.getInstance().getDoor(25150033).closeMe();
DoorTable.getInstance().getDoor(25150034).closeMe();
DoorTable.getInstance().getDoor(25150035).closeMe();
DoorTable.getInstance().getDoor(25150036).closeMe();
DoorTable.getInstance().getDoor(25150011).closeMe();
DoorTable.getInstance().getDoor(25150012).closeMe();
DoorTable.getInstance().getDoor(25150013).closeMe();
DoorTable.getInstance().getDoor(25150014).closeMe();
DoorTable.getInstance().getDoor(25150015).closeMe();
DoorTable.getInstance().getDoor(25150016).closeMe();
DoorTable.getInstance().getDoor(25150001).closeMe();
DoorTable.getInstance().getDoor(25150002).closeMe();
DoorTable.getInstance().getDoor(25150003).closeMe();
DoorTable.getInstance().getDoor(25150004).closeMe();
DoorTable.getInstance().getDoor(25150005).closeMe();
DoorTable.getInstance().getDoor(25150006).closeMe();
//ThreadPoolManager.getInstance().scheduleGeneral(new Runnable(){public void run(){OpenAllDoors();}}, 2000);
{
public static void OpenAllDoors()
{
DoorTable.getInstance().getDoor(22150001).openMe();
DoorTable.getInstance().getDoor(22150002).openMe();
DoorTable.getInstance().getDoor(22150004).openMe();
DoorTable.getInstance().getDoor(22150007).openMe();
DoorTable.getInstance().getDoor(22150008).openMe();
DoorTable.getInstance().getDoor(23220001).openMe();
DoorTable.getInstance().getDoor(23220008).openMe();
DoorTable.getInstance().getDoor(23220007).openMe();
DoorTable.getInstance().getDoor(23220002).openMe();
DoorTable.getInstance().getDoor(23220006).openMe();
DoorTable.getInstance().getDoor(23220005).openMe();
DoorTable.getInstance().getDoor(23220004).doDie(null);
DoorTable.getInstance().getDoor(23220003).doDie(null);
DoorTable.getInstance().getDoor(20160001).openMe();
DoorTable.getInstance().getDoor(20160002).openMe();
DoorTable.getInstance().getDoor(20160003).openMe();
DoorTable.getInstance().getDoor(20160004).openMe();
DoorTable.getInstance().getDoor(20160005).openMe();
DoorTable.getInstance().getDoor(20160006).openMe();
DoorTable.getInstance().getDoor(25150021).openMe();
DoorTable.getInstance().getDoor(25150022).openMe();
DoorTable.getInstance().getDoor(25150023).openMe();
DoorTable.getInstance().getDoor(25150024).openMe();
DoorTable.getInstance().getDoor(25150025).openMe();
DoorTable.getInstance().getDoor(25150026).openMe();
DoorTable.getInstance().getDoor(25150031).openMe();
DoorTable.getInstance().getDoor(25150032).openMe();
DoorTable.getInstance().getDoor(25150033).openMe();
DoorTable.getInstance().getDoor(25150034).openMe();
DoorTable.getInstance().getDoor(25150035).openMe();
DoorTable.getInstance().getDoor(25150036).openMe();
DoorTable.getInstance().getDoor(25150011).openMe();
DoorTable.getInstance().getDoor(25150012).openMe();
DoorTable.getInstance().getDoor(25150013).openMe();
DoorTable.getInstance().getDoor(25150014).openMe();
DoorTable.getInstance().getDoor(25150015).openMe();
DoorTable.getInstance().getDoor(25150016).openMe();
DoorTable.getInstance().getDoor(25150001).openMe();
DoorTable.getInstance().getDoor(25150002).openMe();
DoorTable.getInstance().getDoor(25150003).openMe();
DoorTable.getInstance().getDoor(25150004).openMe();
DoorTable.getInstance().getDoor(25150005).openMe();
DoorTable.getInstance().getDoor(25150006).openMe();
//ThreadPoolManager.getInstance().scheduleGeneral(new Runnable(){public void run(){CloseAllDoors();}}, 2000);
}
// Register the new Script at the Script System
public static void main(String[] args)
{
new OpenDoors(-1, "OpenDoors", "OpenDoors AI");
}
}
Link para o comentário
Compartilhar em outros sites
0 respostass a esta questão
Posts recomendados
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.