Quantcast
Channel: L2JBrasil RSS
Viewing all 543 articles
Browse latest View live

Curso PHP 7 Softblue


Workshop de Integração WEB

$
0
0

Bom venho posta essa oportunidade de participar desse workshop, basta clicar no link que vou deixar abaixo.
 

Olá,

Amanhã, 23/11 (quarta-feira) é o "Dia W" aqui na Softblue.

É o dia onde você vai poder aprender sobre como programar para Web!

E o melhor: com horas e mais horas de conteúdo 100% grátis!

Quer aprender Java, HTML, CSS e JavaScript e ainda entender como integrar tudo isso pra construir um sistema completo a partir do zero?

Então vem com a gente e participe do Workshop de Integração Web da Softblue!

Temos certeza absoluta que você não vai se arrepender.

 

 

http://www.softblue.com.br/site/info/n/sbfrom/v/Site.Mailing%20List%20.447.WorkshopIntegracaoWeb.CTA2/url/site/page/id/30/keywords/workshop+integracao+web+java+html+css+javascript

Projeto L2 ULTIMATE

$
0
0


Conteúdo do pré-configurado 


Rates: 100 XP 100 SP 100 Adenas

 

Enchantes: Safe seguro +3 


Spawn dos bosses :default 


Sistema de comercio do servidor é por adena e Farme


 Servidor 1132 da L2Jfrozen a base utilizada 
 
NPCs
 Game Shop da grade D até a S
 
npc buff

 

System aiox


Conteúdo do pack 
 
 Sistema de auto restart 

XP/SP sábados e domingos são duplicadas em 2x
Spawn player Protection
Serve Name
Removido last-kill aquela proteção de só pegar o item quem matar o bigboss
 RestartSystem
Comando //clanfull

  Bot Prevention

Fixado itens duplicados 
  comando //senddonate
  Comando .srvinfo
  Comando .menu
 Comando //setaio entrega o aio já com dual que pode ser configurada
 Gm quiet L2OFF
 Last ip account gm
AIO n
ao usa Skill fora de zona de paz

 Proibido AIO em Eventos
Welcome HTML customizado
 Sistema de Nicks proibidos.

 

 

Links
 
System  Window 7 e 8

 

https://mega.nz/#!pJlnWarJ!ITy8Rn1rw7bE6u8hgz9Wt1chtastBTU-klHxvAQE_ig

 

System  Window 10

 

https://mega.nz/#!4VdHCBqb!yiIZxjI48Tj7VABqTpWWBDNGXPct926ArwNR0232KRE

 

Rev Ultimate atualizada sem erros

 

https://mega.nz/#!0E003AxZ!K7cnLdhSxJiLF2_su0BZIwTVAzcV8GU-gTIBF49iN4o

Centro de Giran * Novo.

$
0
0

Olá pessoal, a uns meses atrás achei esse centro de Giran bem massa em outro forum, como ninguém postou ele aqui ainda.

Então venho trazer ele ate vocês... 

 

Espero que gostem, pois eu achei maneiro! 

 

 

Imagen's:

Spoiler

 

SLSq9Qv.pngV.2

 

CRÉDITOS:  ????????? Não faço ideia. 

Admin databasecleaner command l2jfrozen 1132

$
0
0
Hi I have been working on this mod (NOT COMPLETE) admin command so I do not have to walk inserting every X amount of days an sql so I wipe the inactive accounts on the server.
I have managed to advance something but in this case only clears the accounts and the general idea is to get it delete everything related to them + create it automatic so that it runs every X amount of days

I leave the admin command so that together we can expand its development
I've worked on frozen but I know it's frozen out for any dp ....
 
//dbcleaner
 
================================================================================
Config.java
================================================================================
+              public static int DB_CLEAN_DAYS;



+ DB_CLEAN_DAYS = Integer.parseInt(L2JFrozenSettings.getProperty("DataBaseDaysCleaner", "2"));
================================================================================
com.l2jfrozen.gameserver.handler.admincommandhandlers new class (AdminCleanDatabase )
================================================================================
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*
* http://www.gnu.org/copyleft/gpl.html
*/
package com.l2jfrozen.gameserver.handler.admincommandhandlers;

import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.apache.log4j.Logger;

import com.l2jfrozen.Config;
import com.l2jfrozen.gameserver.handler.IAdminCommandHandler;
import com.l2jfrozen.gameserver.model.L2World;
import com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance;
import com.l2jfrozen.gameserver.network.clientpackets.EnterWorld;
import com.l2jfrozen.gameserver.network.clientpackets.Say2;
import com.l2jfrozen.gameserver.network.serverpackets.CreatureSay;
import com.l2jfrozen.util.database.DatabaseUtils;
import com.l2jfrozen.util.database.L2DatabaseFactory;



public class AdminCleanDatabase implements IAdminCommandHandler
{

    private static Logger LOGGER = Logger.getLogger(EnterWorld.class);
    SimpleDateFormat df = new SimpleDateFormat("dd/MM/yyyy");
    @Override
    public String[] getAdminCommandList()
    {
        return ADMIN_COMMANDS;
    }

    @Override
    public boolean useAdminCommand(String command, L2PcInstance activeChar)
    {
        if(activeChar == null)
            return false;

        if(command.startsWith("admin_dbcleaner"))
        {
                
                Connection con = null;
                try
                {
                    con = L2DatabaseFactory.getInstance().getConnection(false);
                    final PreparedStatement statement =
                    con.prepareStatement("DELETE FROM accounts WHERE DATEDIFF( CURRENT_DATE( ) , FROM_UNIXTIME( `lastactive` /1000 ) ) > " + Config.DB_CLEAN_DAYS);
                    statement.execute();
                    DatabaseUtils.close(statement);
         for (L2PcInstance allgms : L2World.getInstance().getAllGMs())
         allgms.sendPacket(new CreatureSay(0, Say2.SHOUT, "DataBaseCleaner: El Admin ",activeChar.getName()+ " Ha Borrado las cuentas que estan inactivas desde hace! "+Config.DB_CLEAN_DAYS+" dias"));
         LOGGER.info("DataBaseCleaner: El Admin "+activeChar.getName()+" Ha Borrado las cuentas que estan inactivas desde hace! "+Config.DB_CLEAN_DAYS+" dias");
         Date lastAcess = new Date(activeChar.getLastAccess());
         SimpleDateFormat dateformat = new SimpleDateFormat("dd/MM/yyyy HH:mm");
         String data = dateformat.format(lastAcess);
         LOGGER.info("Fue El Dia " + data);
         LOGGER.info("Hay Actualmente " + L2World.getInstance().getAllPlayers().size() + " Players Online.");
         LOGGER.info("Saludos");
                }
                catch (final SQLException se)
                {
                    activeChar.sendMessage("Algo anda mal chequea AdminDeleteAll.java");
                    if (Config.DEBUG)
                        se.printStackTrace();
                }
            }
            
        
        return true;
    }

    private static String[] ADMIN_COMMANDS = { "admin_dbcleaner" };
}
================================================================================
com.l2jfrozen.gameserver.handler
================================================================================
+ import com.l2jfrozen.gameserver.handler.admincommandhandlers.AdminCleanDatabase;

/**
* This class ...
* @version $Revision: 1.1.4.5 $ $Date: 2005/03/27 15:30:09 $
*/
public class AdminCommandHandler
============================ luego registramos el handler====================================================
+        registerAdminCommandHandler(new AdminCleanDatabase());

        // ATTENTION: adding new command handlers, you have to change the
        // sql file containing the access levels rights
        
        LOGGER.info("AdminCommandHandler: Loaded " + _datatable.size() + " handlers.");
        
        
================================================================================
gameserver\config\functions el archivo l2jfrozen.properties 
================================================================================
 
#========================================
# DatabaseCleaner #
#========================================
#
DataBaseDaysCleaner = 1
/no new line
================================================================================
Sql name admin_command_access_rights
================================================================================
INSERT INTO admin_command_access_rights
(`adminCommand`, `accessLevels`)
VALUES
('admin_dbcleaner', '3');

 

 
 
Regards
 
 
 
 
 
 
 
 
 
 

Source L2-Pride CT-2.3 Gracia Final!

$
0
0

Ta Bom Então Ai Vai Source L2 Pride CT-2.3 Gracia Final - Testem!

 

Não Dou Suporte A Esta Source!

 

8IiPM4U.png

 

To1INfv.png!4Oh2TDBhW9PqDl82LVkI2AO6HoLcUv1OiFvusAhwH6k

 

L2 Pride Source CT-2.3 Gracia Final

 

Clique Na Imagem e Baixe o Cliente!

 

566wMvw.png

 

Créditos: Nao Sei de Quem é!

[Interlude - Acis] Buffer (Tryskell) [JAVA]

$
0
0

Olá Rapaziada, andando por ai achei esse NPC buffer! e como não tinham postado aqui.??

Estou trazendo ele para vocês.

 

Pictures:


 

image.pngimage.pngimage.png

 

 + Pictures  

Spoiler

 

LEIA!

Spoiler

 

Download

 

download.gif

rar.png Tamanho: 8,61 KB rar.png

Código!

http://pastebin.com/AgUC2MR8

 

Créditos: Tryskell e ⏇Melron⏇℠Abs

OFFICIAL SHARE OF COBALT/CARMINE SETS

$
0
0

i am aware that some 3rd world primitive shared my stuff.

http://www.l2jbrasil.com/index.php?/topic/120264-carmine-pack-armorweapon/

http://www.l2jbrasil.com/index.php?/topic/120620-share-cobalt-set/

 

i am the original creator, it was designed for l2 excelsis and l2 perseus

 

 

in the package it includes resources that can be used with my other shares, which i will post later

 

DOWNLOAD

if hats dont work ..

**if you somehow cant open armorgrp, open it with notepad++ or change its encoding to ansi**


[GUIDE] Hats for Interlude

$
0
0

Short guide going over how to import and create hats using Unreal. Although the model used is already pre processed, this logic can be applied to any accessory. you can put as many meshes in this ukx as possible. no more oaukx/1 mesh 1 ukx.

 

add _m00x at the end of the mesh for hair settings. in the video, _m003 was added at the end to put the hair down

 

m001 = removes hair from face (like for circles)

3aa5e6c009.jpg

 

m003 = puts hair down (for hats)

43f0b6003d.jpg

 

m005 = removes hair (for full helmets/hoods)

a0b8347f29.jpg

612dd248c7.jpg

 

 

this is really important that you do this for textures! especially if they are rgb8! compress as dxt3. dxt1 for icons.

48de5509fb.jpg

 

delete all lods EXCEPT for 0! set meshsectionM... to msm single piece

ed90100f87.png

 

press this button (digest lod) to apply settings

33c3da64bb.png

 

 

RESOURCES

umodel

export script = 

umodel -export -all LineageMonstersTex5.utx 

unreal

bae01584ec.jpg

you can use this as a template (copy properties) and paste it to your file to avoid manually configuring it

http://puu.sh/sA3zw/c49714cf08.ukx

 

Env maps

 

**it would be great if someone can include portuguese translation underneath the original text**

[GUIDE] Weapons for Interlude

$
0
0

this guide will go over creating (or importing..) weapons using Unreal. this method allows you to put as many weapons as you want in 1 package! Benefits = organization, less clutter, flexible settings, high quality models, animated

 

same thing as hats, set meshsectionm.. to msm single piece and delete all the others except 0

ed90100f87.png

 

press this button to apply settings to lod

33c3da64bb.png

 

 

this is really important that you do this for textures! especially if they are rgb8! compress as dxt3. dxt1 for icons.

48de5509fb.jpg

 

 

 

**if lod is not properly set, this will happen**

you can work around this using UNK in grp but it is not practical and very specific, i will go over it later

da35eadaad.jpg

 

RESOURCES

umodel

export script = 

umodel -export -all LineageMonstersTex5.utx 

unreal

bae01584ec.jpg

 

Env maps

 

**it would be great if someone can leave portuguese translation underneath the original text**

[GUIDE] Monsters For Interlude (Attack Effect+Sound)

$
0
0

this guide will go over how to create monsters PROPERLY with attack effect and sound

 

if you dont know how already, this is how you export sounds using utpt

b3edbebd6b.png

 

 

test out the sound first. after you found the suitable sound effect, export as wav to where ever751b918b81.png

 

for some reason its kinda buggy when you export it, will end up without an extension at first. add .wav at the end

16828dfaca.jpg6e123f167c.jpg

 

this is really important that you do this for textures! especially if they are rgb8! compress as dxt3. dxt1 for icons.

48de5509fb.jpg

 

set lod to 0.1 for a higher quality model (especially when zoomed)

67a5470088.png

 

set yaw to 49152 (will make it face the right direction in game)

75214a190a.png

 

translation z will bring it closer to the ground. higher the value the lower the model is. correct positioning with collision height in server too.

7233204fda.png

 

**ALWAYS KEEP A BACKUP COPY. ADD THE ATTACK EFFECT AT THE VERY LAST, BECAUSE YOU CANT OPEN IT AGAIN AFTERWARDS!**

**yes i know i did it before, but usually that is the final process. also i know the sound on the video is kinda buggy, also i ran into technical difficulties on mob ai on local server**

 

Scripts

AnimNotify_AttackItem : 
class AnimNotify_AttackItem extends AnimNotify
	native;

AnimNotify_AttackPreShot :
class AnimNotify_AttackPreShot extends AnimNotify
	native;

AnimNotify_AttackShot :
class AnimNotify_AttackShot extends AnimNotify
	native;

var() int TargetIndex;

press this to save when you did all of them

c03bc38b5f.png

 

 

RESOURCES

umodel

export script = 

umodel -export -all LineageMonstersTex5.utx 

unreal

bae01584ec.jpg

UTPT

Env maps

DEMO UKX

200    LineageMonster.serpent_slave    moob.scapegoat_m00    0                        0            2    4416    9                                                                                                    1.58181822    0        3    ItemSound.sword_big_9    ItemSound.spear_2    ItemSound.sword_mid_9    5    MonSound.Hit_normal_3    MonSound.Hit_Shell_3    ItemSound.shield_bone_1    MonSound.Hit_Metal_clang_11    MonSound.Hit_Wet_3    3    MonSound.serpent_slave_dmg_1    MonSound.serpent_slave_dmg_2    MonSound.serpent_slave_dmg_3    0            1    0                    LineageEffect.p_u002_a    0    50.00000000    250.00000000    70.00000000    0    1
**it would be great if someone can provide portuguese translations underneath the original text!**

Scripts

AnimNotify_AttackItem : 
class AnimNotify_AttackItem extends AnimNotify
	native;

AnimNotify_AttackPreShot :
class AnimNotify_AttackPreShot extends AnimNotify
	native;


AnimNotify_AttackShot :
class AnimNotify_AttackShot extends AnimNotify
	native;

var() int TargetIndex;

Nether Set

$
0
0
 
 
in the package it includes resources que can be used with my other shares, Which i will post later
 
** If you somehow cant open armorgrp, open it with notepad ++ or change its encoding to ansi **

Pyseal Set

$
0
0
 
in the package it includes resources que can be used with my other shares, Which i will post later
 

Pack NPC's Exclusivos.

$
0
0

Bom Dia/Boa tarde/Boa Noite bom estava procurando algo  por ai acabei encontrando, esses NPC'S para interlude, então resolvi, postar mas eu estava pensando em não postar por um simples FATO fiz, duas publicações, uma de um Website e outra de uma entrada contagem e apagaram, mas tudo bem gosto de ajudar, as pessoas do fórum que querem ver seus servidores, mas bonitos, em fim. façam um bom uso todos! 

 

1) GM Shop (for Interlude)

fb0202b5e506b2c4dc52ccebefb3b120.gif

Download 
Here
Password: stinkymadness

2) Buffer (for Interlude)

96e71044cc909afe6c70116538b8df27.gif

Download Here
Password: stinkymadness




3) BlackSmith (for Interlude)

2vwvjwh.jpg


Download Here
Password: stinkymadness


4) WareHouse (for Interlude)

dpiudg.jpg


Download Here
Password: stinkymadness


5) SkillEnchanter (for Interlude)

so05ld.jpg


Download Here
Password: stinkymadness


6) Gatekeeper (for interlude)

30lmn45.jpg


Download Here
Password: stinkymadness 

 

Creditos: Stinkyadness!

Site PREMIUM completo

$
0
0

Olá galera, estou publicando o site completo do meu antigo servidor, os motivos de deixar esse site publico para vocês é que ele de alguma forma foi vazado na internet.

 

11.png

 

 

VEJA ELE ONLINE AQUI

 

Download 4Shared

 

O que tem no site?

 

Sistema de cadastro

Sistema de login

Ranking PVP

Ranking PK

Castle Siege

Sistema de envio de e-mail para confirmar o cadastro

Trocar senha

Recuperar senha

 

Como instalar o site?

 

Vá na pasta config, digite os dados do seu banco de dados e em seguida para instalar o SQL do site você digita www.seusite.com/deleta.php fazendo isso vai instalar a tabela accounts_news no seu banco de dados.

 

Créditos do desenvolvimento ICP Networks 


18_13 Mystic Tavern From Grand Crusade For Il/hb/gf/hf/fa/god

$
0
0

Mystic Tavern do Client Grand Crusade

Para Interlude/Hellbound/Gracia Final/High Five/FA/Godess

 

Um Mapa bem massa pra você colocar um lugar pra nascer os novos players (:

 

max.jpg

 

 

[DOWNLOAD]

Cloud.Mail.Ru

MEGA

 

 

TP Data:

-50160  -148268  -14140

 

Créditos: deMEV

New NPC Effect and Logo. Any Lineage 2 Chronicles ◄√i®uS►

Contagem Regressiva by Eduuh

$
0
0

Ola  :onda: 

Bom decide postar uma contagem regressiva ficou bem simples, não tem o que falar muito haha Enfim espero que gostem < 3 

 

 

Spoiler

 

Altere o tempo da contagem na index, de um ctrl + F e procure por " var year=2016; "

 

Download:

Clique aqui

 

Se gostou deixe seu like  :sleep: 

L2Tool - Utilitário para edição de texturas

$
0
0

    BN4Dnoi.png

  • Abre arquivos .utx
  • Permite a visualização das texturas que o .utx tem
  • Permite a exportação das texturas (formato .dds ou .tga, dependendo se é Interlude, Freya, Helios, etc)
  • Permite a substituição das texturas originais do .utx por texturas editadas
  • Permite a exportação da .utx criptografada do Lineage para uma .utx que possa ser aberta e editada pelo UnrealEngine2 Editor

 

 
    Download:
    Mega
    MediaFire
    Site do desenvolvedor
 
 
    Créditos: L2 Client Mod

 
    Já existe tópico com o download desse programinha, mas uma versão bugada e desatualizada.

[BRX] Revisão Atualizada com Mods

$
0
0

Bom Dia , Boa Tarde e Boa noite 
estou retornando aos trabalhos ....(Assim espero)

 

bom vamos la

alguns sabem que sou apaixonado pela cronica freya e pela BRXtreme 

pois acho a mesma extremamente completa e muito funcional 

acho ate que e mais completa que muita H5 aqui do forum 

 

entao resolvi trabalhar nela 

minha revisão foi montada encima da ultima atualização que e a 176

ela vem com as proteções naturais da BRX , e o anti Dup (pelo menos la nos fix diz que ja esta arrumado),

vem com eventos naturais dela tambem com o TVT , CF, DM e Hitman

com isso coloquei apenas alguns Mods que considero , Inteligentes 

são eles :

 

*Hero name color
 
*New Char Title
 
*Announce Name Char Ban and Jail
 
*Admin Mass hero //admin_masshero
 
*Aio e Vip system com entrega de Dual
 
*Aio Shop Funcional Cod. 100
 
*Vip Shop Funcional. Cod. 101
 
qualquer bug nos mods citados acima por favor me reportar ,
não tenho como dar suporte a revisão pois não sou java especialist (rsrsrs)
tudo que faço , e com coisas que aprendi aqui e que peguei aqui , algumas necessitaram de 
modificação outras não .
 
todos os direitos estão nos mods , sem alteração 
a revisão BRX roda em java 8.
 
a uma pasta chamada backup (aonde tem um backup(incrivel né))
a um char admin criado para acessa-lo 
entre no game e digite.

Login admin
senha admin
 
não não a fotos pois não e um pré configurado e sim apenas uma revisão com mods 
estarei sempre que possivel atualizando com novos mods e fix que vou achando para ela
não não ha previsão para que isso ocorra , 
não não ha qualquer intervenção da minha parte em Quest , balanceamento e tempo de buffs 
isso qualquer ADM que preste sabe fazer 
Não sabe ligar o servidor - procure no forum ensina
Não sabe configurar um IPconfig - Procure no forum ensina
 
no mais é isso bom proveito.
 
Revisão aqui

 
Viewing all 543 articles
Browse latest View live