L2JMobius

C4 Misc quests fixes and adjustments

altronrain · 5 · 2014

Offline altronrain

  • Heir
  • **
    • Posts: 18
Sources used:

The goal stays the same: Look through all the sources available and adjust/fix quests logic closer to the most mentioned way (that is considered closest to retail). Plus fix minor bugs in the process.
 
Quests involved:
  • Q011_SecretMeetingWithKetraOrcs
    Changed EXP reward amount from 79787 to 79761 (identical to Q012_SecretMeetingWithVarkaSilenos). There are mensions of another logic: Lower EXP reward if player previously did mirrored quest with enemies. (Not implemented for now).
  • Q294_CovertBusiness
    Quest now gives 2400a + 600SP reward on second+ turn in. Same as Q295_DreamingOfTheSkies
  • Q299_GatherIngredientsForPie
    Added 50 Varnish as a possible reward using condition (adena or resource). Chances from my head (but mentioned that adena is more frequent). Also mentioned another resources, but I believe it's an option for later Chronicles.
  • Q326_VanquishRemnants
    Changed reward formula to 60a/65a/70a per budge instead of 46a/52a/58a. Additional reward left as it is (Most DBs not mention. But for now left as it is because it's too small to have an impact. Make it configurable in future?).
  • Q328_SenseForBusiness
    Changed reward formula to 30a/75a/2000a instead of 25a/60a/1000a. Additional reward left as it is (Most DBs not mention. But for now left as it is because it's too small to have an impact. Make it configurable in future?).
  • Q331_ArrowOfVengeance
    Changed reward formula to 80a/90a/100a instead of 78a/88a/92a. Additional reward left as it is (Most DBs not mention. But for now left as it is because it's too small to have an impact. Make it configurable in future?).
  • Q334_TheWishingPotion
    Added demon's set crafting materials instead of SoE for Purina if player failed to get B-grade neackle. It's the only possible way to obtain them. One of the sources claimed it C4 quest patch. Highly mentioned.
  • Q335_TheSongOfTheHunter
    Adena rewards for requests changed according to http://l2db.ru/quests/335 same as https://l2int.ru/quests/item/3034-song-of-the-hunter.
  • Q338_AlligatorHunter
    Changed reward formula to 40a per pelt instead of 60a. Additional reward left as it is (Most DBs not mention. But for now left as it is because it's too small to have an impact. Make it configurable in future?).
  • Q343_UnderTheShadowOfTheIvoryTower
    Changed reward formula to 125a per orb instead of 120a.
  • Q354_ConquestOfAlligatorIsland
    Changed reward formula to 125a per tooth instead of 220a. Implemented additional reweards list. Removed additional adena rewards (both for 10+ and 100+). 100+ now grants items. Used construction identical to Q631_DeliciousTopChoiceMeat rewards array.
  • Q355_FamilyHonor
    Changed reward formula to 232a per bust instead of 120a. Additional reward left as it is (mentioned in sources)
  • Q356_DigUpTheSeaOfSpores
    Changed adena reward to 44000a instead of 20950a. Fixed html page in case: "30717-17.htm" to > "30717-16.htm"
  • Q365_DevilsLegacy
    Changed reward formula to 1600a per chest instead of 400a. Additional reward remowed. Collob not mentioned in old java server sources. Questionable is he legit for C4? Left as it is.
  • Q373_SupplierOfReagents
    Change temperature matrix formula to 1/100/1, 2/45/2, 3/15/3.
  • Q384_WarehouseKeepersPastime
    Implemented different 100 lose rewards between two NPC. Highly legit in C4. Mentioned frequently. No info about the quest from old server sources. Chances for Cliff lose == my thoughts.
  • Q627_HeartInSearchOfPower
    Change mold hardener reward from 3 to 6.


Not tested this ones, but mostly it's about changing adena values. No errors on building.

Pastebin link: https://pastebin.com/ZB7ZAqsD


Offline altronrain

  • Heir
  • **
    • Posts: 18
New pastebin for misc quests. Diff patch from Eclipse (substrakted from huge all in 1 diff)

https://pastebin.com/ZufX2pbP


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16009
You can select which files you want to include when creating the patch.


Offline altronrain

  • Heir
  • **
    • Posts: 18