Jump to content

Recommended Posts

Posted

Hello Maxcheaters community, 

I've got this issue:

How to remove red marker once one-time quest is finished?

I've browsed through questname dat file for quite some time, all experiments are unsuccessful..

Quests script is fine, questname-e conditions seems to b fine, npcgrp file has q for npc, markers them selves are working fine with repeatable, but one-time I have all of them where needed at the begining, they even dissapear once character surpasses the q max lvl, But can't find solution for my issue..

I begun to think may b something to do in the core with showing packets after complete? or something..

any ideas? knowledge? please share.

Posted

in chronicle 1 clients there are no red markers when one-time quest is finished

so your problem solution is simply choose right client

 

well. also you can choose any client an use chronicle 1 method to remove those marks

Posted (edited)

in chronicle 1 clients there are no red markers when one-time quest is finished

so your problem solution is simply choose right client

 

well. also you can choose any client an use chronicle 1 method to remove those marks

Tnx for reply,

I'm working on Interlude project. I'm looking for what that method is mate... :/

Edited by zilbe333
Posted

No one do quests, no one busy with quests. You are kinda alone with this question. I doubt there is someone who would like even to check it on his own :P

Posted (edited)

No one do quests, no one busy with quests. You are kinda alone with this question. I doubt there is someone who would like even to check it on his own :P

Quests are very beautifull part of the world of Lineage 2, especially Low rate servers.. I've come across with so many questers in the past, that enjoy questing.. All these donation servers especially in compbination with high rates basically killed the L2, where questing doesn't matter, where half of their server population never even seen and been in so many places of L2 world.

I must say -there is not a lot of info on this subject, been browsing, surfing around for quite a while around net. I've tried +-20 popular enough servers, been checking their client side, and in-game q, -same stuff, everyone so far had a problem with one-time q orange marker. Isn't there realy known method for Interlude that would sort them? Anyone? pls share.. :/ (where to sort them?..)

Since questname-e has a chance to flip between orange and blue for one-time and repeatables, I hopet to find it there. experemented quite a bit around the file, unsuccessfuly. Newer chronicle versions, as I read, may have some options in npcgrp, but Interlude doesn't seem to have much there, apart from asigned quest for particular npc..

An idea came to me that may b it could b sorted out by sendPackets on visual aspect for client to project,..under similar methods/conditions as quest "isStarted" or something.. since once you take the q, state changes and marker disapears till the end... to try to use "isCompleted" state into similar way, but after browsing (qite a bit)around the source could not find absolutely anything close about it on server-sided part.. :/

Edited by zilbe333
Posted

Quests are very beautifull part of the world of Lineage 2, especially Low rate servers.. I've come across with so many questers in the past, that enjoy questing.. All these donation servers especially in compbination with high rates basically killed the L2, where questing doesn't matter, where half of their server population never even seen and been in so many places of L2 world.

I must say -there is not a lot of info on this subject, been browsing, surfing around for quite a while around net. I've tried +-20 popular enough servers, been checking their client side, and in-game q, -same stuff, everyone so far had a problem with one-time q orange marker. Isn't there realy known method for Interlude that would sort them? Anyone? pls share.. :/ (where to sort them?..)

Since questname-e has a chance to flip between orange and blue for one-time and repeatables, I hopet to find it there. experemented quite a bit around the file, unsuccessfuly. Newer chronicle versions, as I read, may have some options in npcgrp, but Interlude doesn't seem to have much there, apart from asigned quest for particular npc..

An idea came to me that may b it could b sorted out by sendPackets on visual aspect for client to project,..under similar methods/conditions as quest "isStarted" or something.. since once you take the q, state changes and marker disapears till the end... to try to use "isCompleted" state into similar way, but after browsing (qite a bit)around the source could not find absolutely anything close about it on server-sided part.. :/

 

Mate i can help you buy still i didnt understand what actually u wanna do.

Posted

Mate i can help you buy still i didnt understand what actually u wanna do.

Tnx for reply,

Problem is with NPC exclamation mark shown above their head for quests, when certain quest is awaliable for you at certain level..

As we know, repeatable q has blue mark, one-time q has red showed above Npc heads. They mark that the quest is avaliable for you!

Issue is with one-time quests and their red exclamation mark. -They appear again above NPC heads once quest is completed. I want to find how to fix it so the mark would not appear and misslead that the quest is avaliable again, as it is not!

It is one-time quest only. Repeatable quest blue markers again are there after finish(as they should), as a prove that they are avaliable for you again..

It would be great to have at least one topic on the web that would lead to solution, so we all can enjoy properly working servers, who ever takes his time and effort to build one and maintine. I've tested so many servers, and haven'f found one with working quests as they should. That is one of  few basic thing to judge about anybodys server, if your quests are not working, so does your server!...

 

I've been picking brain about this for quite some time, and was surpriset how much the L2 community and all this  Huge, amazing support ppl make (bless them all) lacking of information about this matter..

Posted (edited)

This looks like a client bug or something is wrong with data sent from server. First check if in h5 it works as it should and if it does, compare Server>Client packets related to quests.

 

Ye there isn't much info about quests making in this forum, while making few for L2Raze server i had problem to make npc show that quest is available and it was pretty hard to find anything.

Edited by vampir
Posted (edited)

This looks like a client bug or something is wrong with data sent from server. First check if in h5 it works as it should and if it does, compare Server>Client packets related to quests.

 

Ye there isn't much info about quests making in this forum, while making few for L2Raze server i had problem to make npc show that quest is available and it was pretty hard to find anything.

After experimenting with client sided files, I had this idea that it could be something to do with sendPackets for client that server does when some conditions comes in in some particular class responsible for it /quests, quest states or etc.., - the thing is - we can find similar action - when the qest starts, the mark dissapears! 

I was trying to find the place responsible for this action/signal sent to client, and try to put state "completed" (may under similar conditions for client when anime shown.. Since database keeps this record permanetnly, (who ever reads from where ever) has this place to go and check the status for your chartacter.. as it does when telling that "This quest has already been completed." ... 

 

Whether conditions change from 0 to 1, oR "created" to "started" etc, what ever triggers to take the mark of, to use similar method for "completed" status..

So far my own search was unsuccessfull, my knowledge is not huge, but always keen for discovery. I kinda have feeling this idea could lead to something. May b..

Edited by zilbe333
Posted

Check QuestList packet.

First you should inspect if for sure it is sending data of completed quest and check what state it sends then. Try to play with state, maybe -1 will work or setting it to 100 will work well.

Posted

Ok i figured it out. I tested it on my High Five server and it seems i have got the same bug.

Reason:

In QuestList Server packet, server just sends active quests, for some reason it doesn't send info of completed Quest

Solution:

To the list you should add completed quests ids with state index = 0. Tested, it works

Posted

Ok i figured it out. I tested it on my High Five server and it seems i have got the same bug.

Reason:

In QuestList Server packet, server just sends active quests, for some reason it doesn't send info of completed Quest

Solution:

To the list you should add completed quests ids with state index = 0. Tested, it works

Tnx for your reply,

I will try to work it through on Interlude.

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

    • Dear clients, we strongly advise against holding funds in USDT due to an increase in mass freezes by the issuer. Any wallet can be locked without explanation if your coins happen to be in the wrong place at the wrong time. If you hold savings in USDT, swap them for something safer, such as XMR, BTC, ETH, or similar. When working with crypto, opt for decentralized coins that are technically impossible to freeze. Alternatively, after handling USDT, move your funds into safe assets. To protect your funds, we recommend using XMR, BTC, ETH.
    • Hello everyone, I am looking for a C4 Scions of Destiny (P656) Retail x1 L2OFF Server Pack + Source. My goal is not to launch a server immediately. I want to learn L2OFF server development in C++, understand the original C4 architecture, and eventually build my own project in the future. I have already tried to reach an agreement with a few members who offer C4 projects, but communication has been quite slow, so I decided to ask the community here as well. I'm specifically looking for a Retail x1 version, not a heavily customized x45 or PvP pack. Ideally, the package should include: Complete LoginServer Complete GameServer Source code SQL database AI / NPC scripts Geodata Visual Studio solution/project Everything required to compile, study, and run the server If anyone knows a trusted seller or can recommend a reliable P656 Retail x1 package, I would really appreciate your advice. I would also appreciate hearing from anyone who has purchased a Retail x1 package before and can share their experience. Thank you very much!
    • NEW SEASON OPENING - TODAY ! GRAND OPENING FROM - 10/07/2026, FRIDAY, 20:00 +3 GMT !
    • Elite Lineage II Development | Websites • Master Accounts • Custom Systems • Server Solutions Turn Your Lineage II Project Into a Professional Experience Hello everyone, My name is Frank, and for years I've been developing custom solutions for Lineage II private servers. My focus isn't simply creating attractive websites—it's building complete ecosystems that improve both the player experience and server management. Unlike generic web designers, I understand how Lineage II servers actually work. Every page and system is designed with real gameplay, server administration, and player retention in mind. Whether you're launching your first project or upgrading an established server, I can help you create something that looks and feels like a premium MMORPG. What I Can Build Modern Landing Pages Your landing page is the first impression players have of your server. I create high-end landing pages featuring: • Cinematic hero sections • Animated backgrounds • Countdown timers • Feature showcases • Grand Opening events • Server roadmap • Responsive mobile design • Fast loading and SEO-friendly structure No generic templates. Every landing page is built specifically for your project. Complete Master Account Systems One of my specialties is developing advanced account management panels that integrate naturally with your Lineage II server. Examples include: • Account Dashboard • Character Selection • Character Information • Character Statistics • Combat Power System • Achievement System • Character Mastery • Collections • Daily Rewards • Vote Rewards • Referral Systems • Lucky Wheel • Premium Account Management • Donation Store • Coin Wallet • VIP Services • PIN Protection • Password Management • Inventory Viewer • Warehouse Viewer • Rankings • Online Players • Server Statistics • Event Pages Everything is designed with both usability and visual quality in mind. Custom Web Systems Need something unique? I also develop completely custom features tailored to your server. Examples: • World Boss Event Pages • Raid Boss Tracker • Olympiad Rankings • Castle Siege Overview • Grand Boss Status • Event Management Panels • Daily Hunt Interfaces • Progression Systems • Collection Systems • Custom Shops • Clan Pages • Marketplace • Admin Panels If you have an idea, we can build it. Full Website Development I can create your complete server website, including: • Home • Downloads • News • Patch Notes • Server Information • Wiki • Rankings • Community Pages • Support Center • Knowledge Base • FAQ • Voting Pages • Donation Pages Designed to match your server's identity. Forum Integration Professional integration with community platforms. Examples: • XenForo • phpBB • Discord Integration • Custom Forum Themes • User Synchronization Server Experience Because I actively work with Lineage II servers, I understand much more than web development. Experience includes designing and implementing systems around: • Character progression • Achievement tracking • Collection systems • Daily Hunt mechanics • Lucky Wheel events • Premium services • Server economy • Custom reward systems • World Boss events • Event scheduling • Player dashboards • Administrative tools This allows me to design websites and panels that feel like a natural extension of your server instead of just another website. Technologies • PHP 8 • MySQL / MariaDB • HTML5 • CSS3 • JavaScript • AJAX • Responsive Design • API Integration • Linux Server Environment Why Choose Me? ✔ Years of Lineage II development experience ✔ I understand both the website and the game server ✔ Custom development—not copy-paste templates ✔ Modern UI & UX ✔ Mobile responsive ✔ Clean and optimized code ✔ Long-term support ✔ Fast communication ✔ Flexible solutions for every budget Portfolio Below you'll find examples of projects I've created, including custom landing pages, master account systems, dashboards, progression systems, and unique interfaces developed for real Lineage II servers.     Need Something Unique? Some of the most successful servers stand out because they offer features players haven't seen before. If you have an idea—even if it's only a rough concept—I can help transform it into a polished, fully functional system.     Contact Interested in working together? Feel free to send me a private message with your project details. I'll be happy to discuss your ideas and provide a free estimate. Let's build something your players will remember.     Discord:  https://discord.gg/qnmNkY6D3n
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..