Ir para conteúdo
  • Cadastre-se

Dwbryel

AmigosL2JBR
  • Total de itens

    2121
  • Registro em

  • Última visita

  • Prêmios recebidos

    56

Tudo que Dwbryel postou

  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 é
  15. O L2.exe tem a source facil no github tem esse https://github.com/MobiusDevelopment/L2 e esse https://github.com/Zoey76/L2
  16. Feito com todo amor!
  17. é como o Marlon falo, os multisells etc para de funfa
  18. testei num server limpo e system limpa tbm e deu problema com gameguard tbm. tive que pegar outro nwindow
  19. Se não me engano o ultimo L2JOrion Source é a r25 a mais recente não vazaram aparentemente ainda. Como são os codigo fonte podem mexer a vontade, infelizmente não vou poder remover a parte que libera o IP/user.ini etc.
  20. No momento não estou compilando e nem tenho os programas pra tal tbm. Mas tem o tutorial no forum se seguir provavelmente consegue
  21. Olá! Apenas compartilhando os pack da L2JOrion Removido - L2jguard,Strix-Guard and L2jOrion Guard Removed Adicionado - System hwid disponibilizado primeiramente por Celestine e agradecimentos por RootZerO Geodata: https://mega.nz/file/E88AAJab#B--YUs6w5vsmkUFyrPfxnka2B1AAzhrOfn-XDZKL-8s L2JOrion r17 https://mega.nz/file/0glWDR6J#cFc_T112qSp75qg_3Sl8tunolBSKOqR9xk3rr18GJio L2JOrion r21 https://mega.nz/file/11lmlT6a#YDpkNLLt1T2JGmuInnRF6GckfuBHDHn1Jqj9JbrURXs L2JOrion Source https://www.mediafire.com/file/cljatrrufc6ba7j/L2jOrion_Source.rar/file Acho que essa é uma das mais recentes.
  22. Olá pessoal! Faz tempo que não trago nada =D Nos ultimos anos o discord tem sido a casa de muitos servidores e um local bem legal de se manter a comunidade ativa. Aqui vou deixar alguns codigos para deixar o Widget do discord customizado (muitos nem sabem que isso existe) XD Para quem não sabe como faz é só ir nas configuracoes do seu server > Widget (ativar) > Seleciona o Canal e copia o iframe <iframe src="https://discord.com/widget?id={ID-DO-SEU-SERVER}&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe> Widget Padrão Normalmente é esse é o padrao! Agora vem os tipos customizaveis! Onde pode deixar mais bonito em seu site ou seja lá aonde voce por =D tipo 1 <img src="https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=shield" alt="Discord Shield"/> tipo 2 <img src="https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=banner1" alt="Discord Banner 2"/> tipo 3 <img src="https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=banner2" alt="Discord Banner 3"/> tipo 4 <img src="https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=banner4" alt="Discord Banner 4"/> Esses banners a contagem de "USERS ONLINE" é atualizada automaticamente. Se usarem algo do tipo também fica possivel usar como "imagem clicavel em outra aba" <a href='https://discord.gg/ewSM3Kahtp' target='_blank'> <img src='https://discordapp.com/api/guilds/{ID-DO-SEU-SERVER-DISCORD}/widget.png?style=banner4' scrolling='no' frameborder='0' allowTransparency='true' alt='Discord Banner 4'/></a> Espero ver muitos sites usando isso e removendo aquele troço feio com as salas do discord =D
  23. Colocando as informações corretas do banco de dados (IP - login - senha - banco)
×
×
  • 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.