Estou deixando aqui o link de um Curso em PHP da Softblue que está grátis, aproveitem.
http://www.softblue.com.br/site/page/id/26/keywords/curso+express+gratis+de+php/
Estou deixando aqui o link de um Curso em PHP da Softblue que está grátis, aproveitem.
http://www.softblue.com.br/site/page/id/26/keywords/curso+express+gratis+de+php/
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.
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 nao 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
+ public static int DB_CLEAN_DAYS; + DB_CLEAN_DAYS = Integer.parseInt(L2JFrozenSettings.getProperty("DataBaseDaysCleaner", "2"));
/* * 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" }; }
+ 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.");
#======================================== # DatabaseCleaner # #======================================== # DataBaseDaysCleaner = 1 /no new line
INSERT INTO admin_command_access_rights (`adminCommand`, `accessLevels`) VALUES ('admin_dbcleaner', '3');
Olá Rapaziada, andando por ai achei esse NPC buffer! e como não tinham postado aqui.??
Estou trazendo ele para vocês.
Pictures:
+ Pictures
LEIA!
Download
Tamanho: 8,61 KB
Código!
Créditos: Tryskell e ⏇Melron⏇℠Abs
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
**if you somehow cant open armorgrp, open it with notepad++ or change its encoding to ansi**
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)
m003 = puts hair down (for hats)
m005 = removes hair (for full helmets/hoods)
this is really important that you do this for textures! especially if they are rgb8! compress as dxt3. dxt1 for icons.
delete all lods EXCEPT for 0! set meshsectionM... to msm single piece
press this button (digest lod) to apply settings
RESOURCES
export script =
umodel -export -all LineageMonstersTex5.utx
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
**it would be great if someone can include portuguese translation underneath the original text**
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
press this button to apply settings to lod
this is really important that you do this for textures! especially if they are rgb8! compress as dxt3. dxt1 for icons.
**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
RESOURCES
export script =
umodel -export -all LineageMonstersTex5.utx
**it would be great if someone can leave portuguese translation underneath the original text**
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
test out the sound first. after you found the suitable sound effect, export as wav to where ever
for some reason its kinda buggy when you export it, will end up without an extension at first. add .wav at the end
this is really important that you do this for textures! especially if they are rgb8! compress as dxt3. dxt1 for icons.
set lod to 0.1 for a higher quality model (especially when zoomed)
set yaw to 49152 (will make it face the right direction in game)
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.
**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
RESOURCES
export script =
umodel -export -all LineageMonstersTex5.utx
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
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;
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)
Download Here
Password: stinkymadness
2) Buffer (for Interlude)
Download Here
Password: stinkymadness
3) BlackSmith (for Interlude)
Download Here
Password: stinkymadness
4) WareHouse (for Interlude)
Download Here
Password: stinkymadness
5) SkillEnchanter (for Interlude)
Download Here
Password: stinkymadness
6) Gatekeeper (for interlude)
Download Here
Password: stinkymadness
Creditos: Stinkyadness!
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.
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
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 (:
[DOWNLOAD]
TP Data:
-50160 -148268 -14140
Créditos: deMEV
Ola
Bom decide postar uma contagem regressiva ficou bem simples, não tem o que falar muito haha Enfim espero que gostem < 3
Altere o tempo da contagem na index, de um ctrl + F e procure por " var year=2016; "
Download:
Se gostou deixe seu like
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.
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 :