Jump to content

Admin Watchclan


Lioy

Recommended Posts

Guest Elfocrash

don't make me to bring you memories when you couldn't type five words in a row, making fun of others doesn't make you more superior.

I speak the language since i was 6. Get your shit together kiddo.

Link to comment
Share on other sites

This thread is sad - please all of you grow up.

Why is it so important for you fight over who has the biggest e-penis and fixing small stupid shit?

 

Write a proper spawn engine mimicking retail - get correct formula's for everything - mimic the retail effect system.

(And if your real pro - start emulating the good AI of l2off for that matter).

Tons of stuff to do beyond weird customs and epenis fighting.

 

 

...and just because you know a format for packet S>C - doesn't mean you automaticly can send anything you want as data.

Hence why snoop stopped working - and no one bothered to fix it aka research the actual client handling of data.

 

 

Snoop being User-based - is not the same as a Clan based snoop.

So why the hostility in the first place? it's a simple share that be useful.

 

 

Come fucking on.

Edited by mcbigmac
Link to comment
Share on other sites

This thread is sad - please all of you grow up.

Why is it so important for you fight over who has the biggest e-penis and fixing small stupid shit?

 

Write a proper spawn engine mimicking retail - get correct formula's for everything - mimic the retail effect system.

(And if your real pro - start emulating the good AI of l2off for that matter).

Tons of stuff to do beyond weird customs and epenis fighting.

 

 

...and just because you know a format for packet S>C - doesn't mean you automaticly can send anything you want as data.

Hence why snoop stopped working - and no one bothered to fix it aka research the actual client handling of data.

 

 

You dont make any sense, you actually say that snoop works on off interlude files? So its not client related issue but some byte handling mistake from l2j?

Edited by xdem
Link to comment
Share on other sites

Guest Elfocrash

You dont make any sense, you actually say that snoop works on off interlude files? So its not client related issue but some data handling mistake from l2j?

It's not working on OFF either.

I did sniff the packets for it a while ago as i already said. I also tried static data on it. Nothing.

The Window does come up so there is a communication aka the key is correct, however the text cannot appear.

Link to comment
Share on other sites

Example:

d(ConvoID)s(Name)d(d)d(Type)s(Speaker)s(Msg)

 

 

dSddS

 

Anyone can send 3 ints and 2 strings - doesn't mean client will accept the data.

 

 

If client doesn't accept the data, because data is wrong - is snoop broken or is packet data broken?

Link to comment
Share on other sites

It's not working on OFF either.

I did sniff the packets for it a while ago as i already said. I also tried static data on it. Nothing.

The Window does come up so there is a communication aka the key is correct, however the text cannot appear.

 

if the byte order from l2j is wrong static data is useless

 

my point is are we sure that the order is  dsdds or its dsdsd for instance?

 

Im refering to Interlude client as far as it works fine with dsdds on gracia clients

Edited by xdem
Link to comment
Share on other sites

Guest Elfocrash

if the byte order from l2j is wrong static data is useless

 

my point is are we sure that the order is  dsdds or its dsdsd for instance?

 

Im refering to Interlude client as far as it works fine with dsdds on gracia clients

Mate the window pops up which means that this is the packet. The Snoop serverpacket handles the window that pops up and the data inside it. This uses one byte packet number for the whole thing.

As i already told you the byte of the packet is indeed correct, or else the snoop window would not pop up in the first place.

 

 

If client doesn't accept the data, because data is wrong - is snoop broken or is packet data broken?

You know better than me that when there is broken data in the packer the console gives an error either a nulled one for the packet or a hex code of where you screwed up. I am no dump :P

Edited by Elfocrash
Link to comment
Share on other sites

Mate the window pops up which means that this is the packet. The Snoop serverpacket handles the window that pops up and the data inside it. This uses one byte packet number for the whole thing.

As i already told you the byte of the packet is indeed correct, or else the snoop window would not pop up in the first place.

 

 

the opcode pops up the window not the rest bytes, if the rest bytes are wrong the window will popup from the opcode but it will be dead cause it will read broken data it can't understand in order to display

 

for example you can write

 

D5 FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

 

where D5 is snoop opcode and the rest bytes are the rest of the data, it will popup the window but it will be unable to parse the raw data into readable data because its just broken

 

this will popup a dead snoop window if Im not wrong

Edited by xdem
Link to comment
Share on other sites

Mate the window pops up which means that this is the packet. The Snoop serverpacket handles the window that pops up and the data inside it. This uses one byte packet number for the whole thing.

As i already told you the byte of the packet is indeed correct, or else the snoop window would not pop up in the first place.

 

 

You know better than me that when there is broken data in the packer the console gives an error either a nulled one for the packet or a hex code of where you screwed up. I am no dump :P

 

 

the opcode pops up the window not the rest bytes, if the rest bytes are wrong the window will popup from the opcode but it will be dead cause it will read broken data it can't understand in order to display

 

 

Ding.

 

Sniff from GF and work your way from there ;)

Link to comment
Share on other sites

Guest Elfocrash

the opcode pops up the window not the rest bytes, if the rest bytes are wrong the window will popup from the opcode but it will be dead cause it will read broken data it can't understand in order to display

 

for example you can write

 

D5 FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

 

where D5 is snoop opcode and the rest bytes are the rest of the data, it will popup the window but it will be unable to parse the raw data into readable data because its just broken

 

this will popup a dead snoop window if Im not wrong

Sniffing the packet you get to that conclusion: CDSDDSS -> (0xd5)(objId)(name)(0x00)(type)(speaker)(name)

 

How STUPID can you be to fuck up on something that simple as filling that with static data to test?

 

 

Ding.

 

Sniff from GF and work your way from there ;)

Packet Op code is different in GF but the data scheme is the same as the one i already replied.

Edited by Elfocrash
Link to comment
Share on other sites

Sniffing the packet you get to that conclusion: CDSDDSS -> (0xd5)(objId)(name)(0x00)(type)(speaker)(name)

 

How STUPID can you be to fuck up on something that simple as filling that with static data to test?

 

 

Packet Op code is different in GF but the data scheme is the same as the one i already replied.

 

 

sniffing the data with a phx gives you nothing than what the phx developers "guessed" for that data bytes dude ;p dont trust it

Edited by xdem
Link to comment
Share on other sites

Guest Elfocrash

sniffing the data with a phx gives you nothing than what the phx developers "guessed" for that data bytes dude ;p dont trust it

So in all 8 chronicles the packet output is the same but on IL they chose to change it just for a change?

Decoding give you names and numbers. It is not that confussing.

 

PS: No L2PHX gives you the serverpacket data correctly.

Edited by Elfocrash
Link to comment
Share on other sites

because ur phx said dsdsdsd or whatever it doesnt mean that its correct, its just a guess from phx developers, you can also easily change it from ur phx's script folder in your ini files.

 

 

So in all 8 chronicles the packet output is the same but on IL they chose to change it just for a change?

Decoding give you names and numbers. It is not that confussing.

 
its not working, so this guess is fine by me
Edited by xdem
Link to comment
Share on other sites

Guest Elfocrash

 

its not working, so this guess is fine by me

Mate it is not working on OFF too. Can you actually understand that?

L2OFF caput, no tengo snoop.

 

I hope mcbigmac proves me wrong on that but im not, and im not alone. If someone like Tryskell says that it is not working on off too then it is not.

Link to comment
Share on other sites

Mate it is not working on OFF too. Can you actually understand that?

L2OFF caput, no tengo snoop.

 

I hope mcbigmac proves me wrong on that but im not, and im not alone. If someone like Tryskell says that it is not working on off too then it is not.

 

 

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • Hello everyone,   We're shifting our focus away from implementing as much as possible from the Essence gameplay. Instead, the server will now be Interlude, but using the Essence client.   This should be good news for everyone.   The Beta phase will most likely take place in November, with the grand opening to follow shortly after.   Cheers!
    • We remind you that the opening will take place today, on September 28 at: 19:00 (UTC+3) - server time Check current server time(UTC +3) On 17:00 (UTC +3) We allow you login to create character! Dear friends, this topic important! So please take time to read it. First we want to thank all players who took part in the Open Beta testing, was good activity and nice Olympiad Event yesterday, we all get a lot of fun  Thanks to all who conducted tests with us and prepared this game world! You are amazing!  On 17:00 (UTC +3) We allow you to login for create character! To restrict your name and transfer ToDs/Season Pack to your character. Make it before start! On start, we can have problems with WEB! Everything you need to start on the server: It is IMPORTANT to prepare everything for starting the game RIGHT NOW, do not postpone for later, during the opening there may be problems with the web part of the project, and you simply can not register. - Registration and files Download archive unzip it, run launcher, choose SEASON x25 server and press FULL CHECK What you need to know at the start: Registration for 7 seals from Monday, September 30, full cycle 1 week. First Mammons on Friday October 4 All Epic Raid Bosses dead on start. First epic QA will appear on Monday, next day Core + Zaken + QA and so on by schedule All other RBs alive on server start (including Sub and Nobl RB) - Full RoadMap   About possible attacks on server start. We have prepared as good as we can. We will control the start of the server together with you. Want to ask you, in the case of a problem, don't panic, panic is the worst possible thing that could be, even worse than any attack. We have enough specialists to solve any problems, all that will need from you is patience and trust. Wish you all a smooth start and months of enjoyable play in new Season Interlude x25! Have a fun!
    • 🚨🇦🇷🇧🇷🇪🇸🇸🇰🇺🇳🇨🇱🚨 Devianne - Lineage 2 Interlude  Client - Classic. 🔷Rates 🔸Experience (EXP) - 10x 🔸Skill Points (SP) - 10x 🔸Adena - 6x 🔸Drop Items - 3x 🔸Spoil - 3x 🔸Quest Experience (EXP) - 1x 🔸Quest Skill Points (SP) - 1x 🔸Quest Adena - 1x 🔸Quest Items Drop - 1x 🔸Seal stone Drop - 1x 🔸Epic raid - 1x 🔸Raid Drop - 2.0x 🔸Manor - 5x 🔷Dynamic Rates XP/SP 🔸Lv. 1-52 EXP/SP X10 (x7 without VIP or vote reward) 🔸Lv. 52-61 EXP/SP X7(x5 without VIP or vote reward) 🔸Lv. 61-76 EXP-SP X5 (x3 without VIP or vote reward) 🔸Lv. 76-78 EXP/SP X3 (x2 without VIP or vote reward) 🔸Lv. 78-80 EXP/SP X2 (x1 without VIP or vote reward) ⚠️Extra Settings⚠️ 🔸Server time, site - GMT -3 🔸Buffs, Dances, and Songs duration - 1 hour 🔸Max Buffs Slots - 22 + 4 divine 🔸Maximum Slots Dances and Songs - 12 🔸GmShop Grade - C 🔸Global teleport 🔸Grade B-A-S - Craft 🔸Mana potion recharge 🔸1000 (9 seconds delay) 🔸Raid HP - x1.4 🔸Raid epic HP - x1 🔸Blacksmith Mammon - 24/7 🔸Champions System - Yes chance respawn 0.5% 🔸Offline mode Shop - Yes 🔸Auto Learn Skills - Yes 🔸Auto Learn Loot - Yes 🔸Auto Learn Raid & Grand 🔸Boss Loot - No 🔸Buffer offline - Yes 🔸Wedding System - Yes 🔸Max level diff distribution drop in party - 14 🔸Limit the number of active gaming clients on one PC - 2 🔸Limit the number of active gaming clients on one PC for Premium - 3 🔸The clan leader will be replaced after server restart ⚠️Class and Subclass Change⚠️ 🔸1st profession Quest - No 🔸2nd profession Quest - No 🔸3rd profession Quest - Yes 🔸Sub Class Quest- Yes 🔸Sub Class Raid - 8 hours +-30m random 🔸Nobility and Olympiads Nobility Quest - Yes 🔸Olympiads (duration) - 14 days 🔸Max enchant - +6 🔸Respawn Barakiel 6 hours - +-15 min random 🔸Olympiad schedule - 13:00 to 00:00 🔸Minimum players to start olympiad - 11 Clans and Sieges Penalty duration - 8 hours 🔸Sieges every - 15 days Max Ally - 2 🔸Max Members - 36 🔸Slots for academies in clan - 40 ⚠️Enchants Rate⚠️ 🔸Blessed Scroll chance 60% 1-10 11-16 40% 🔸Crystal Scroll chance 65% 1-10 11-16 40% 🔸Normal Scroll chance - 55% 🔸Safe Enchant - +4 ⚠️Premium Info⚠️ 🔅+20% xp sp drop spoil adena 🔅+5% additional enchant rate (premium 30 days)   Free autofarm ⚠️Starter Pack⚠️ 🔅Free Premium - 24 hours 🔅Free Autofarm - 24 hours ❇️Raid boss Info❇️ 🔸Anakim/Lilith respawn 18 hours +1:30min random 🔸Tyrannosaurus - respawn 8 min drop Tl 76 🔸Queen Ant (LVL 80) - Respawn Monday and Saturday 22:00 🔸CORE (LVL 80) - Respawn Tuesday-Friday 20:00 🔸ORFEN (LVL 80) - Respawn Tuesday-Friday 21:00 🔸BAIUM (LVL 80) - Respawn Saturday 21:00 🔸ZAKEN (LVL 80) - Respawn Wednesday-Thursday 22:00 🔸FRINTEZZA (LVL 85) - Sunday 19:45 ⚔️Quest Details⚔️ QUEST WEAPON RECIPES: - Relics of the Old Empire x1: - Gather the Flames x1 x1: QUEST ARMOR RECIPES: - Alliance with Varka Silenos x1 - Alliance with Ketra Orcs x1 - War with Ketra x1 - War with Varka x1 - Gather the Exploration of the Giants’ Cave Part 1 x3 - Exploration of the Giants’ Cave Part 2 x1 - Whispers of Dream part 2 x2 - Legacy of Insolence x1 QUEST RECIPES JEWERLY - The Finest Food x1 QUEST RESOURCES - The Zero Hour x2 - Golden Ram Mercenary x2 - An Ice Merchant dream x2 QUEST FOR FABRIC: - Whispers of Dream part 1 x1 BEAST FARM : - Delicious Top Choice Meat x2 👁️OTHER QUEST👁️ 👁️- Yoke of the Past x2 👁️- In Search of Fragments of Dimension x2 👁️- The finest Ingredients x3 👁️- Supplier of reagents x3 - 👁️3rd class Halisha Marks drop x3 - 👁️Into the flames x3 - 👁️Audience with the land dragon x3 - 👁️An Arrogant Search x3 - 👁️Last Imperial Prince x3 🚨Soul Crystal Details🚨 🔸- Level up crystals to 11, 12, 13 🔸- All epics can level up crystals for the whole party (Queen Ant, Core, Orfen, Zaken, Baium, Antharas, Valakas, Frintezza). - 🔸Bosses in PVP zone: Master Anays, High Priest Van Halter. 👁️🔸- Anakim/Lilith, Uruka. - You can level up crystals in Rift, but only 1 party can challenge Anakazel (10%)PARTY_RANDOM at the same time (if one party is in the boss, you need wait them to go out). 👁️🔸- You can level up crystals in Primeval Island by killing tyrannosaurus with 10% chance PARTY_ALL for the person who cast the crystal and makes last hit. ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️ WEB: https://devianne-l2.com/ DISCORD: https://discord.gg/Q3HAMzasUk 🔥🔥SERVER TEST OPEN !!🔥🔥🔥
    • I am here for the plank jumps and the cookies any news about that?
  • Topics

×
×
  • Create New...