Update Rev.12501

Deazer

Head Developer
Staff member
  • Revised bow attack mechanics - previously, when clicking once in a direction, the character would start running only after fully charging the attack meter (Gauge) above their head, requiring multiple clicks to make the character start running at 50% of the Gauge.
  • Reworked part of the quests, now it is possible to rate the drop for all quests that have it.
  • The restricted zone for using items has been fixed. Previously, it was possible to summon a Strider, sit, dismount and equip prohibited items without restrictions in that zone
  • Rewritten the enchant condition with an increment - now it rounds up to the maximum when the level will be higher than the maximum value. For example, if the maximum enchant is +20 and the scroll adds +3, and your weapon is at +19, upon success the item will become +20 and will not be further enchanted.
  • Implemented functionality to add enchanted items to the drop. Example: <reward item_id="7575" min="1" max="1" chance="100.0" enchant_min="1" enchant_max="10"/> also you can set static like enchant_min="10" enchant_max="10"
  • Added the ability to set skill for armor sets at any level of enhancement. If you want to assign a skill at an enhancement level higher than 128, you need to add a line to the armor_sets.dtd file Example: <set id="1" chest="23" legs="2386" head="43" skills="3500-1" enchant1skills"3620-1" enchant6skills="3625-1"/>
  • Now summons and pets correctly save the cooldown of their skills. Cooldown messages have been added, similar to the ones in newer chronicles. The time is displayed in seconds and can go up to hours
  • Config for Private Store Buy item price divider
  • Rewritten part of the code for TeleportToRaid.
  • Correction for the Yoke Of The Past quest
  • Correction of the bypass for the Grim Collector quest
  • Add config for drop Curesd Weapon on logout
  • The quest selling service is no longer tied to NPCs and can be used through the Community Board
  • Hero selling service has been fixed - it now checks for the amount of items before taking them if there are enough
  • Cosmetic for CharacterDeleteFail
  • It's important to update. One more rework for Items Delayed! items_delayed.sql updates on its own, no need to run it
  • Bonus premium account is given only once if the StartingPremiumAccountGlobal = True
  • Rewritten and improved part of the code for CharacterDao
  • Correction for onEnter/onExitZone if Z changed
  • Correction mob assist on party leader for AutoFarm
  • Correction buffs for Summon AutoFarm
  • Little reformat for AutoFarm HTM and add Mob Assist
  • A part of the hardcode has been moved to strings
  • One more rework for zoneProhibitedItemIds
  • Correction for strings_ru.properties
  • Add cond target npc. Example <target npc="true"/>
  • A new command //charhwid char_name has been added to view HWID, and rules for admins to view a players IP/HWID have been added
  • The correction of actions of enchanted summons now allows for the correct use of skills through actions
  • In scripts_Util:QuestGatekeeper, the ability to set the cost of an item to 0 has been added. Under these conditions, only a check for the presence of the item in the inventory will occur
  • One more rule for //charip
  • Hardcoded price for additional buffer options and expand functionality
  • Corrected skill selection assuming the owner has a cursed weapon
  • Added the ability to disable auto-farming with cursed weapons
  • Unhardcoded delay parameters for teleportation from the antechamber of the castle teleport.
  • Move from PTS quest An Elder Sows Seeds
  • Correction for Tutorial Quest
  • The quest Trial of Seeker has been moved from PTS
  • Removed unnecessary enchant configurations
  • Remove hardcoded references to heroic weapons
  • cosmetic for PrivateSell
  • Add UTF-16 to UTF-8 util
  • Correction for AltShowSkillNewReuseMessage
  • The quest Recover The Farmland has been transferred from PTS
  • Correction HTML clear cache from admin panel
  • Message corrected when using an item that does not consume items like a Soul Crystal.
  • Fixed NPE in the quest Run away Youth
  • Added player status to the player list at the Admin panel.
  • Added information output about Buy and Wear lists to the admin chat.
 
Back
Top