Ir para conteúdo
  • Cadastre-se

Dwbryel

AmigosL2JBR
  • Total de itens

    2121
  • Registro em

  • Última visita

  • Prêmios recebidos

    56

Dwbryel last won the day on Dezembro 28 2023

Dwbryel had the most liked content!

Sobre Dwbryel

  • Data de Nascimento 05/23/1994

Profile Information

  • Gênero
    Masculino

Retained

  • Título do Membro
    https://www.l2-essence.com

Contact Methods

  • Site:
    https://playlineage2.com

Últimos Visitantes

O bloco dos últimos visitantes está desativado e não está sendo visualizado por outros usuários.

Dwbryel's Achievements

  1. Dwbryel

    Ícones para Tattoo's

    Você mesmo pode fazer elas customizada do seu jeito usando o phothsop. bom uso
  2. Olha, tu pode encontrar uma coisa ou outra. Mas realmente maioria das coisas se faz do zero, pq o pessoal não compartilha.
  3. testa esse ai https://transfert.free.fr/4kkRYgJ
  4. Dwbryel

    Roubo de dados?

    Opa, a mais ou menos 1 ou 2 semanas atrás, também tive um problema parecido com isso ai, mas baixei um negocio que deveria ser relacionado a L2. No mesmo dia tive vários problemas com Tentativas e sucessos de login em vários emails/contas/yt/face/insta/steam etc Meu caso mesmo não foi baixado a rusacis, mas algo na comunidade (gringa) de l2.
  5. Código simples (feito pelo ChatGPT) para caso a Stream da Twitch do user esteja online, vai mostrar, caso contrario não mostra nada. Tentei fazer uma verificação (simples) pelo titlo, mas não deu certo ainda. XD <div id="twitch-embed"></div> <script src="https://embed.twitch.tv/embed/v1.js"></script> <script> const channelNames = ["litchsenpai", "litchsenpai", "litchsenpai", "litchsenpai", "litchsenpai", "litchsenpai", "litchsenpai", "litchsenpai"]; // substitua pelos nomes dos canais que você quer verificar const clientId = "SEU-CLIENT-ID"; // substitua pelo seu Client ID da Twitch API const accessToken = "SEU-ACESS-TOKEN"; // substitua pelo seu Access Token da Twitch API channelNames.forEach(channelName => { fetch(`https://api.twitch.tv/helix/streams?user_login=${channelName}`, { headers: { "Client-ID": clientId, "Authorization": `Bearer ${accessToken}` } }) .then(response => response.json()) .then(data => { if (data.data.length > 0) { // canal está online, mostra o player const embed = new Twitch.Embed("twitch-embed", { width: "280px", height: "212px", theme: "dark", channel: channelName, layout: "video", autoplay: true, parent: [location.host] }); embed.setChannel(channelName); } else { // canal não está online, não mostra nada } }) .catch(error => { console.error(error); }); }); </script> V2 com Adição caso tenha alguma live offline, colocar outra aleatoria (de sua escolha) no lugar. <div id="twitch-embed"></div> <script src="https://embed.twitch.tv/embed/v1.js"></script> <script> const channelNames = ["litchsenpai", "manojaogames", "l2arenawar", "litchsenpai", "jimmydr", "zinaofc", "thuggood", "jeepaorp"]; // substitua pelos nomes dos canais que você quer verificar const clientId = "SEU-CLIENT-ID"; // substitua pelo seu Client ID da Twitch API const accessToken = "SEU-ACESS-TOKEN"; // substitua pelo seu Access Token da Twitch API const randomChannels = ["lineage2", "lineage2", "lineage2"]; // lista de canais para escolher um stream aleatório channelNames.forEach(channelName => { fetch(`https://api.twitch.tv/helix/streams?user_login=${channelName}`, { headers: { "Client-ID": clientId, "Authorization": `Bearer ${accessToken}` } }) .then(response => response.json()) .then(data => { if (data.data.length > 0) { // canal está online, mostra o player const embed = new Twitch.Embed("twitch-embed", { width: "280px", height: "212px", theme: "dark", channel: channelName, layout: "video", muted: true, autoplay: true, parent: [location.host] }); embed.setChannel(channelName); } else { // nenhum canal está online, mostra um stream aleatório const randomChannel = randomChannels[Math.floor(Math.random() * randomChannels.length)]; const embed = new Twitch.Embed("twitch-embed", { width: "280px", height: "212px", theme: "dark", channel: randomChannel, layout: "video", autoplay: true, parent: [location.host] }); embed.setChannel(randomChannel); } }) .catch(error => { console.error(error); }); }); </script> Quem conseguir fazer uma verificacao do titulo e quiser compartilhar possoa atualizar o tópico ou faça outro ai XD
  6. Se for os buffs do newbie guide é isso ai ignora o level 1 to 80 XD agora se for buffs padrão eu diria que sao os buffs até 2 class de Profeta e alguns dance e song (caso queira né)
  7. @MundvayneHELLBOYhttps://www.l2jbrasil.com/topic/118509-l2client-mod-xdat-editor/#comment-738538
  8. to usando a ultima versao limpinha base_class não mas base_class_id sim estou tendo tbm um problema relacionado ao comprar um item no prime-shop /engine/classes/GameServer.php(425): PDOStatement->execute(Array) /engine/classes/GameServer.php(1077): ICPNetworks\GameServer->execute('SELECT *, (i.am...', Array) /engine/classes/GameServer.php(1060): ICPNetworks\GameServer->sendItem('70161', '1', '0', 'INVENTORY', '268477017', true, NULL, false) /engine/post.php(232): ICPNetworks\GameServer->buyItem('1', '268477017', 'admin', false) /engine/module_template.php(59): require_once('/home/lessence/...') /index.php(27): require_once('/home/lessence/... in /home/lessence/public_html/site/panel/engine/classes/GameServer.php on line 425
  9. Tente usar isso aqui, clica pra abrir pelo L2ClientDat.bat l2clientdat_306.zip
  10. Cóe! ta ai o xdat editor mais atualizado =D XDat Editor para (High Five, 448, 64, 166, 196, 245, 286, 311, 338) Download: https://www.mediafire.com/file/qkvtx1ob5rvgcsk/L2Xdat_editor.zip/file Créditos: NevesOma Entra no discord ai, só clicar em baixo
  11. Lucera Classic Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c.base_class' in 'field list' in /public_html/DOMINIO/panel/engine/classes/Miscellaneous.php:2401 #0 /home/public_html/DOMINIO/panel/engine/classes/Miscellaneous.php(2401): PDOStatement->execute(NULL) #1 /home/public_html/DOMINIO/panel/engine/classes/Rankings.php(24): ICPNetworks\Miscs\Suport->execute('SELECT c.char_n...') #2 /home/public_html/DOMINIO/panel/engine/module_rankings.php(59): ICPNetworks\Rankings->PvP_Pk('pvpkills', '5') #3 /home/public_html/DOMINIO/panel/engine/module_template.php(62): require_once('/home/lessence/...') #4 /home/public_html/DOMINIO/panel/index.php(27): require_once('/home/...')
  12. Hello everyone, here i come to introduce our Low rate Hardcore Server project. Welcome to the World of Lineage 2 Our project is based entirely on chronicle interlude, But with some Classic stuff and with some unique things never seen on other servers. Opening and Beta test Informations https://top.l2jbrasil.com/index.php?a=stats&u=dwbryel Main information: Rates: EXP x0.1, SP x0.5, Drop x0.3, Spoil x0.5, Adena x0.3, Raid Boss x0.8, Seal Stones x0.7, Quest x0.3 The duration of the buffs: Retail Class Spoiler added new skill: Festive Sweeper (Level 28 need Fighterbook) Warrior MP Recovery Potion (40mp) can only be achieved via Attendence Check and Missions All Fighter Classes had their skills added to the "Fighterbook" Several starting skills and first professions will be possible to buy from the NPC like spellbooks. Some specials will be drop only. —— Drop List [HERE SOON] NO GMSHOP ONLY 1 BOX per PC NO SHADOWS WEAPONS Classic Stuff: Bracelets: Iron Bracelet, Bronze Bracelet, Steel Bracelet, Bracelet of Duty and Bracelet of Authority. —— You get them Iron Bracelet, Bronze Bracelet, Steel Bracelet in MIssions lv40, 52 and 61. At the moment it's the only way to get them, we don't recommend compounding initially. —— You get them Bracelet of Duty when join in a clan. —— You can't obtain the Bracelet of Authority at the time. Pendants: We will have available (a few weeks after launch) several types of pendants that will be obtained via Missions, Drops, Raid Drops. —— Fire Dragon Pendant, Water Dragon Pendant, Wind Dragon Pendant and Land Dragon Pendant. Belt: We will have available (a few weeks after launch) several types of Belts that will be obtained via Missions, Drops, Raid Drops. —— Belt, Rag Belt, Leather Belt, Iron Belt, Mithril Belt, Fire Dragon Belt and Land Dragon Belt. Agathions: Initially we will only have the Agathion of Singer and Dancer to help with the levelup among others. Duration of 7-days. Weapon Rune and Soul Crystal: —— Runes: They will be available depending on server progress. —— Soul Crystal will be available in traditional interlude mode (leveling up by mobs/boses). Cloaks: —— Only by Events or Missions. Brooch: We will have available (a few weeks after launch) several types of Brooch that will be obtained via Missions, Drops, Raid Drops. —— Jade, Vital, Topaz, Garnet, Ruby, Sapphire, Diamond, Pearl, Aquamarine, Emerald, Blue and Red Cat,s Eye About Attendence Check: Current Attendance Check rewards may change as the server progresses. About Missions: Many quests, whether level, daily, weekly or even unique are waiting for you! Raid Bosses and Epic Bosses: —— Retail Spawn Clan and Party Limits: Clan Limit: 20 Players —— Clan Penalty — Clan Dissolve: 24h — Clan Disband: 6h — Clan Disband Cancel Penalty: 6h — Ally Leaved: 6h — Dissolved Ally: 6h — Player Leave Clan: 6h —— Academy Limit: 20 Players —— Royal Limit Members: 10 Players —— Knight Limit Members: 5 Players Alliance: 1 Party Limit: 5 Players Siege: —— They will be active from the start of the game. Seven Sings: —— It will be available in 2 weeks after opening. Olympiads: —— Disabled, will depend on server progression.
  13. faltou um classic lucera ai XD eu cheguei a passar pro kelvin um backup do classic da lucera
  14. atualizei o post Sei que a R21 é uma das ultimas, mas a source nao tenho certeza qual versao é
×
×
  • Criar Novo...

Important Information

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.