Jump to content

Recommended Posts

Guest Elfocrash
Posted

L2Off? was there any Interlude leak? no there was just a c3 or c4 im irrelevant with these stuff, but most Int off files are extenders thing that means they dont use the official snoop packets, I dont insist but its a very valid possible scenario that the snoop byte are broken just for extended off files and l2j servers, not the real off Interlude. 

 

I just dont want to accept that they have the snoop packet not working from client issues

In C4 it was working though and tehre was a C4 one.

 

If you think it is not client issues then go for it. Fix it. If you do i will send you 50 euros via paypal.

Posted (edited)

common bigmac tell elfo that there was never a legit l2off interlude leak but some extended c4 files which follow the same "guess the data structure of the packet" policy

Edited by xdem
Posted (edited)

Elfo does not seem to understand basic logical and computing concepts.

 

C4 works natively.

GF works natively.

 

Elfo's logic dictates that because he cannot make it work by sending "elfocrash super data" ncsoft somehow CRIPPLED a completely working system concept during c5\interlude that has changed very little but albeit still changed for no other apparent reason than heeey... why not?ore 

And then of course restored it to work sometime during hellbound\kamael.

 

Yup.

 

If you log the data and formats respectively (L2Off leaks are free) or go thru the engine packet handler yourself you'll discover why.

Edited by mcbigmac
Guest Elfocrash
Posted

Elfo does not seem to understand basic logical and computing concepts.

 

C4 works natively.

GF works natively.

 

Elfo's logic dictates that because he cannot make it work by sending "elfocrash super data" ncsoft somehow CRIPPLED a completely working system concept during c5\interlude that has changed very little but albeit still changed for no other apparent reason than heeey... why not?ore 

And then of course restored it to work sometime during hellbound\kamael.

 

Yup.

 

If you log the data and formats respectively (L2Off leaks are free) or go thru the engine packet handler yourself you'll discover why.

I fully understand what's going on and i do accept that if its there then it must work.

 

However we tried several things with xDex the past couple of hours and we ended up with one theory.

The system wasn't working on release and a parch later fixed it. However we use the CD retail client so we don't have the fix.

Does it sound decent? Cuz its the only explanation left.

Posted

yes it seems broken client side or we still can't find the correct data stracture for it, anyway doesnt worth more time to be spent on it

Posted

I fully understand what's going on and i do accept that if its there then it must work.

 

However we tried several things with xDex the past couple of hours and we ended up with one theory.

The system wasn't working on release and a parch later fixed it. However we use the CD retail client so we don't have the fix.

Does it sound decent? Cuz its the only explanation left.

 

xDex meaning catalin's server?

 

 

I didn't have time to re-check - but the middle D is linked to more data that gets sent by server, hence why using random values for it won't work.

I can check it today - if you wish.

 

@xdem:

 

well if you don't wanna bother fix it - then no.

It's not a omg awesome system anyhow.

Posted (edited)

xDex meaning catalin's server?

 

 

I didn't have time to re-check - but the middle D is linked to more data that gets sent by server, hence why using random values for it won't work.

I can check it today - if you wish.

 

@xdem:

 

well if you don't wanna bother fix it - then no.

It's not a omg awesome system anyhow.

 

 

it doesnt have more or different data, I decompiled some client scripts regarding snoopWnd and the difference between Interlude and GraciaFinal are like none

 

GF:

function HandleGMSnoop (string a_Param)
{
  local int SnoopID;
  local string SnoopName;
  local int CreatureID;
  local int type;
  local int SnoopIndex;
  local string CharacterName;
  local string chatMessage;
  local WindowHandle hSnoopWnd;
  local TextListBoxHandle hSnoopChatWnd;
 
  ParseInt(a_Param,"SnoopID",SnoopID);
  ParseString(a_Param,"SnoopName",SnoopName);
  if (!  !GetSnoopWnd(SnoopID,hSnoopWnd,hSnoopChatWnd,SnoopIndex,SnoopName) ) goto JL006D;
  DialogShow(1,GetSystemMessage(802));
  return;
  ParseString(a_Param,"CharacterName",CharacterName);
  ParseInt(a_Param,"CreatureID",CreatureID);
  ParseInt(a_Param,"Type",type);
  ParseString(a_Param,"ChatMessage",chatMessage);
  if (!  !m_hOwnerWnd.IsShowWindow() ) goto JL00FE;
  m_hOwnerWnd.ShowWindow();
  hSnoopWnd.ShowWindow();
  if (!  !IsFiltered(type,SnoopIndex) ) goto JL0150;
  hSnoopChatWnd.AddString(CharacterName $ ": " $ chatMessage,GetChatColorByType(type));
}

Interlude:

function HandleGMSnoop (string a_Param)
{
  local int SnoopID;
  local string SnoopName;
  local int CreatureID;
  local int Type;
  local int SnoopIndex;
  local string CharacterName;
  local string chatMessage;
  local WindowHandle hSnoopWnd;
  local TextListBoxHandle hSnoopChatWnd;
 
  ParseInt(a_Param,"SnoopID",SnoopID);
  ParseString(a_Param,"CharacterName",CharacterName);
  if (!  !GetSnoopWnd(SnoopID,hSnoopWnd,hSnoopChatWnd,SnoopIndex,CharacterName) ) goto JL0071;
  DialogShow(1,GetSystemMessage(802));
  return;
  ParseString(a_Param,"SnoopName",SnoopName);
  ParseInt(a_Param,"CreatureID",CreatureID);
  ParseInt(a_Param,"Type",Type);
  ParseString(a_Param,"ChatMessage",chatMessage);
  if (!  !m_hOwnerWnd.IsShowWindow() ) goto JL00FE;
  m_hOwnerWnd.ShowWindow();
  hSnoopWnd.ShowWindow();
  if (!  !IsFiltered(Type,SnoopIndex) ) goto JL0152;
  hSnoopChatWnd.AddString(CharacterName $ ": " $ chatMessage,GetColorByType(Type));
}

a_Param is some kind of String containing all the packet data

The only difference here is that characterName is parsed first instead of snoopName thing that would't cause any errors or corrupt the packet since they are both Strings.

Edited by xdem
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Provide proofs not providing any kind of proofs i will just issue warnings
    • For the odbc you have to run the Instalador.exe and click crear dsn, but you have to rename them so the lin2clancomm.dsn for example becomes l2c4_lin2clancomm but also check if the file inside has as database value the correct file name, about the client i also wanted a clean client because i had a problem with the monsters because the character didn't have collision with the monsters and he was running through them but i fixed it with files from a normal interlude client, also my client is now c3 😛 i changed the maps, staticmeshes, systextures so now i do not have the fortresses at antharas lair for example but i also have the c3 sounds and login screen. Where is @GX-Ext
    • I really wonder if they launched the server without testing it even once. All players are creating new characters and transferring the level 20 reward to their main ones. It seems banning people is much easier than sending them a direct message in-game. If you can’t do your job properly, get in touch with people who can help you. I made 17 million in 10 minutes on a 1x Adena rate server and got an Icarus weapon. My suggestion to you — as it's written on the character you banned — is to wipe the server and run a proper OBT. Good luck with your time as administrators; although it doesn't look like it will last very long.  
    • all the reports vanished into thin air  
    • 🔥L2 INTERPRIDE - Pride Style  OPENING THIS NOVEMBER! 🔥  ✅ Grand Opening - November 15th! ✅ ❤️ Open Beta - October 08th! ❤️  🩵  The most up-to date client on the market! ▶️  Retail Pride Style Interlude with the new Client! 💡Discord: https://discord.gg/l2interpride 🌍 General Information Client: Interlude Type: Custom PvP Server Rates: High Rates Starting Level: 56 Balanced PvP Environment Unique PvP Enchant System PvP Synergy System: Support Classes earn PvP Score when assisting DDs in kills Toggle Skills → Now Passive Killing Spree: Every 25 kills grants Hero Aura + Hero Skills until death 🐉 Raid Boss System If you are within 1500 radius when a Raid Boss dies, you automatically receive 1 Raid Boss Chest in your inventory! 💫 Join the Battle ⚔️ Experience modern PvP gameplay on a classic Interlude foundation! 🔥 Build your power. Earn glory. Dominate Aden. 🧙 Custom Items Armors: 🛡️ Tier 1: Dread ⚔️ Tier 2: Titanium 👑 Tier 3: Pride Weapons: 🔱 Tier 1: Unique (PvP / PvE) ⚔️ Tier 2: Pride 💀 Tier 3: Abyssal Accessories: Up to 30 custom accessories with unique stats Legendary Dyes: +5 / -2 Belts: Various special stats ⚔️ Custom PvP Skills PvPs Name Color Reward Skill 500 Blue Firework CP Heal +800 1000 Violet Firework Cleanse 1500 Green Blessed Body 2000 Yellow MP Recharge 2500 Light Blue Special Focus 3000 Orange Death Whisper Debuff 3500 Dark Purple Might 4000 Red Empower 4500 Red Increase Weight Debuff 5000 Red Wind Walk 6000 Red Berserker Spirit 7000 Red Recall NPC 🛒 Shops & NPCs Item Store: Up to A/S grade, Potions, Consumables & more Mysterious Merchant: Custom Armors, Weapons, Accessories NPC Buffer: All Buffs + Scheme System Class Master: Free Class Change 🔥 Enchant System Safe Enchant: +7 Max Enchant: +25 Weapon Rate: Custom (higher enchant = lower rate) Armor Rate: Custom (higher enchant = lower rate) Jewel Rate: Custom (higher enchant = lower rate) ⚙️ Rates Experience: x5000 Skill Points: x5000 Drop Rate: x1 Adena: x500 🏆 Events Team vs Team (TvT) Capture the Flag (CTF) Death Match Castle Siege Hunting Grounds URF TvT 💎 Custom Features ALT + Left Click → Remove selected Buff ALT + F → Teleport System Shift + Left Click → View Monster Droplist
  • 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