Jump to content

Recommended Posts

Posted
6 hours ago, Kara` said:

 

Drop https://subversion.assembla.com/svn/l2hellas/trunk/L2JHellasC/java/com/l2jhellas/gameserver/model/L2CharPosition.java and replace it with ILocational  & the whole custom content need drop and re-add. I suggest you turn it into a "freemium" project like tryskell did and pay attention on the codes. Ex. L2CasinoInstance it's written very poorly with else if else if else if for 1 bypass that can carry itemId, count variable & the hardcoded htmls + the casino1, casino2, casino007. 

yeah its old, thanks :)

  • 3 weeks later...
Posted (edited)

new updates :)  https://l2jhellas.com/

 

Revision:555


Added Quests:
Q024_InhabitantsOfTheForestOfTheDead
Q115_TheOtherSideOfTruth
Q136_MoreThanMeetsTheEye
Q137_TempleChampionPart1
Q138_TempleChampionPart2
Q139_ShadowFoxPart1
Q140_ShadowFoxPart2
Q141_ShadowFoxPart3
Q142_FallenAngelRequestOfDawn
Q143_FallenAngelRequestOfDusk
Q343_UnderTheShadowOfTheIvoryTower
Q386_StolenDignity
Q501_ProofOfClanAlliance
Q503_PursuitOfClanAmbition
Q505_BloodOffering
Q635_InTheDimensionalRift
Q648_AnIceMerchantsDream
Q998_FallenAngelSelect(custom)

Rework-Cleanup:
delete L2CharPosition and replace with Location, thanks kara for report.
L2CasinoInstance thanks kara for report.
deleted PlayerToAssasinate

Fix:
monsters: prevent to think in not active regions.
Edited by AbsolutePower
  • 1 month later...
Posted



new updates :)  https://l2jhellas.com/

Revision 556:

Fix:
-player karma lost thanks xfranky for report.
-player curson bug, thanks raxzerax for report.
-admin respawn-delete npc properly delete npcs from database thanks xfranky for report.
-on raidboss death player points are properly update.
-castle-clanhall wrong message. thanks xfranky for report.
-player sendRelationChanged added a check to avoid invisible exploit.
-player can properly Equip-uneuip weapons when finish casting.
-IpCatcher: perma ban (mac address-ip address) now working properly.
-revert char-userinfo player classid.

-Auctioneer: 
 read actions issue
 added propper messages


Rework:
-L2AttackableAI
-L2GuardInstance
-Sweep (skill handler)

 
Clean up:
-AdminDisconnect
-AdminClanFull
-AdminNoble
 and more admin command handlers.
-casino manager thanks to StinkyMadness

Implement:
-(custom)Admin item search thanks to StinkyMadness

-(custom)IconData + xml parser. for iteam search, also can be used for every icon we wanna parse in html.
 i put almost all usable icons.

Removed:
-AdminMassHero
-Formulas: calcFestivalRegenModifier


  • Like 1
  • Upvote 1
  • 2 months later...
  • 3 weeks later...
  • 1 month later...
Posted
On 2/13/2020 at 1:55 AM, Cr1t1calDMG said:

Hello, Is it ok for live server with rates and features like l2gold?

hellas already running 7 online servers(from what i know they may be more)  , you can run anything you want, and if you will find any problem you can report it in forum  :)

 

On 3/1/2020 at 12:03 AM, FGWarriorrr said:

i think that i have already helped you :) am i right? :)

Posted (edited)

Bro the website is down.

 

Edit: i pressed the link on first page that is l2jhellas.info (this is old one)

Someone need to update the post with exact info.

Worked link: https://l2jhellas.com/

Edited by Cr1t1calDMG
Posted (edited)

 

8 hours ago, DukeAwesome said:

@AbsolutePower Hey mate! If you are working on this project why you don't make a new topic to write your updates correctly, the topic author is inactive since 2017 

that's true,  lock this :)

 

20 hours ago, optimousprime said:

so you are welcome back to buisnes dude... nice to see again good developers .

hey :)

 

12 hours ago, Cr1t1calDMG said:

Bro the website is down.

 

Edit: i pressed the link on first page that is l2jhellas.info (this is old one)

Someone need to update the post with exact info.

Worked link: https://l2jhellas.com/

dont worry. :) 

Edited by AbsolutePower
Guest
This topic is now closed to further replies.



  • Posts

    • it's great that you know who these files come from... you shouldn't forget vanganth too! now it is very easy, you take my last revision of svn and compare it against those files.... when you finish analyzing and comparing you should do the following... which will be very easy to check...   once everything is checked, analyze what did L2Devs do hahaha   I who give away the files, make me problem. L2Devs is SCAMMING people, selling something free and you don't say anything... It is something very strange what happens .... Besides you ripped me off 100usd, but I hope you got server to eat at least. PD: the day you take it back and return my 100usd I will forgive you and pretend that nothing ever happened 😉
    • 🔥 Apresentação I present to you a new fully customized DressMe system, developed for DreamV2, inspired by the best servers and enhanced with unique features that guarantee performance, customization and stunning visuals. ✨ Funcionalidades ✅ Aplicação de visual de armas e armaduras sem alterar o item real equipado. ✅ Compatível com qualquer tipo de arma/armadura (ex: skins de bow visíveis apenas com bows equipados). ✅ Remoção automática do visual quando parte do set real é desequipada. ✅ Efeitos visuais (skills) aplicados com suporte a: Aplicação única ou recorrente Intervalo configurável via XML Remoção automática ao desativar o visual ✅ Interface limpa e lógica modular, fácil de expandir com novos visuais ou efeitos.     <?xml version="1.0" encoding="UTF-8"?> <dressMeList> <dress skillId="9100" name="Draconic Armor" type="ARMOR" isVip="false" > <visualSet chest="6379" legs="0" gloves="6380" feet="6381" helmet="6841" /> <visualEffect skillId="445" level="1" recurring="true" interval="35" /> </dress> <dress skillId="9102" name="Cloak Style Armor" type="CLOAK" isVip="false"> <visualSet chest="7000" legs="0" gloves="0" feet="0" helmet="0" /> <visualEffect skillId="10005" level="1" recurring="false" /> </dress> <dress skillId="9103" name="Valakas Style Weapon" type="WEAPON" isVip="false"> <visualWep type="bow" rhand="7575" lhand="0" lrhand="0" /> <visualEffect skillId="10005" level="1" recurring="false" /> </dress> </dressMeList> 📸 Imagens & Vídeo 🛠️ Detalhes Técnicos Desenvolvido com base no L2J DreamV2 Integração direta com L2PcInstance, Inventory, ThreadPoolManager e SkillTable Sistema de gerenciamento central via DressMeEffectManager Agendamento e cancelamento seguro de efeitos recorrentes Totalmente thread-safe e compatível com jogadores offline 📂 Instalação A instalação é feita via patch e inclui: Classes: DressMeHolder, DressMeEffectManager, modificações em L2PcInstance XML de exemplo Suporte completo à expansão por armas, cloaks e visuais parciais 📎 Download https://pastebin.com/raw/7i843yKh 💬 Feedback & Sugestões Sinta-se à vontade para comentar abaixo com sugestões, dúvidas ou feedbacks. Toda contribuição é bem-vinda para futuras versões!
    • @Tinker123aa Guytis, I have nothing against you, but it's very clear to me who is behind this files. I'm talking about the one that came with the captcha anti-bot system. I personally bought it from the real owner, who was one of the administrators of L2Gold.cc. This can be confirmed by him if he wishes. 😊 Maybe you worked on the files, but they didn’t start from you.   To the people trying to buy the files I’m just advising you not to waste your money. This is 100% verified information.   I honestly don't know how people believe you. 🙂 I'll share the link to the guy's topic below.   ps  
    • Hello,  Anyone knows how I can communicate to purchase this emulator.  Nobody answered in the forum of eternity neither Kate neither lord winter.    Thanks in advance.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock