[DONE] subquests for "Exalted, One Who Faces the Limit"

All done or invalid suggestions are here.

Moderator: CostyKiller

Locked
voronius
Posts: 42
Joined: 09 Aug 2014 02:54

[DONE] subquests for "Exalted, One Who Faces the Limit"

Post by voronius »

Maybe move this post to suggestions, yeah sorry for this.
I know ppl have trouble with this quest.
I'm not telling you to change it or anything.
But if you want to do it, the following will help.


So if you want to become exalted you need to do the
"Exalted, One Who Faces the Limit" quest.

Now this quest requires you to complete 4 subquests and get
certificates from 4 npcs.

As far as i can tell those quests are x1 rate on the server. This makes them take ages to complete.
I will list the quests here and say what you can do to make them x10 as per the server rate. You'll see
that on quest requires you to kill 8000 mobs in order to get the certificate (on x1 quest drop rate, that's the retail rate) .

Quest 1: "Facing Sadness" name in datapack Q10812_FacingSadness
you need 8000 "Proof of disposal" items , rate is x1 in java and it ignores the Config settings,
in order to change the rate you have to go inside the java and change the line

Code: Select all

giveItems(player, PROOF_OF_DISPOSAL, 1); 
to whatever probably to 10 items per mob.

I'll continue in another post with the rest of the quests.
Last edited by voronius on 10 Feb 2020 01:23, edited 2 times in total.
voronius
Posts: 42
Joined: 09 Aug 2014 02:54

Re: subquests for "Exalted, One Who Faces the Limit"

Post by voronius »

Quest 2 : For Glory, name in datapack Q10813_ForGlory

So, i looked fast over it and it seems it will award you one (1) "Proof of battle"
item after every olympiad or ceremony of chaos match you participate into.

Now in order to complet it you need 80 such items.
You can solve it (make it faster), if you want, in three ways : reducing the number of required items, awarding more items or both of those.
To change either you need to look inside the method

Code: Select all

manageQuestProgress(PlayerInstance player) 
of the this quest class.
voronius
Posts: 42
Joined: 09 Aug 2014 02:54

Re: subquests for "Exalted, One Who Faces the Limit"

Post by voronius »

Quest 3: name "Step Up" , name in datapack Q10815_StepUp

Requires you to use World Chat 120 times.
I looked very fast at it and it uses

Code: Select all

private static final int WORLD_CHAT_COUNT = 120; 
to check if you can complete it of not.
Change that at the top of the class file to 1 or 2 cause it's stupid anyway.
And on the next world chat use it should complete for everyone that has
the set amount or more.
voronius
Posts: 42
Joined: 09 Aug 2014 02:54

Re: subquests for "Exalted, One Who Faces the Limit"

Post by voronius »

Quest 4 : Befitting of the Status (no changes required in my opinion)
Requires you to get some accessories for Galladucci npc from Luxury shop in giran.
I don't think you need to change anything for it.
You can buy hair accessories from Coins Shop (with gold einashad that you get from hero mobs).
Not all of them work for this quest, you need specific ones.
I found the following to work in Coins Shop -> Hair Accs :
1.Fairy Antennae
2.Daisy Hairpin
3.Little Angel Wings

I need to make more Gold Einashad to test Party Mask and Monocle from Coins Shop -> Masks
voronius
Posts: 42
Joined: 09 Aug 2014 02:54

Re: subquests for "Exalted, One Who Faces the Limit"

Post by voronius »

If everyone is happy with the 1st exalted quest and i manage to complete it , i will test the next one and so on.
Assuming i won't get bored with l2 by then.
voronius
Posts: 42
Joined: 09 Aug 2014 02:54

Re: subquests for "Exalted, One Who Faces the Limit"

Post by voronius »

So, for the quest that requires you to kill 8k mobs, it doesn't rly take that long.
I can kill like 200 per hour while being afk. So that would take like 40 h of afk farming.
Not that long. Ofc the question is if ppl rly want the x10 quest drop of the server for the quest.
But in the end for the mob killing it won't take that long.
The real problem is the world chat quest cause you're limited daily (i think) and also
i find it stupid rly to have to spam world chat to complete a quest, just imagine a very populated
server where the world chat is flooded with meaningless messages.
I'm gonna check the oly/CoC quest too, to see if i get any items for matches.
User avatar
CostyKiller
Site Admin
Posts: 1113
Joined: 02 Apr 2013 16:09

Re: subquests for "Exalted, One Who Faces the Limit"

Post by CostyKiller »

I will check the things you found until now, next week I will make some updates.
Now I have no freetime.

//Edit:

I have modified some of the quests instead of giveItems should be rewardItems to use config quest multiplier, the changes will be applied at next update.
Locked