tModLoader

tModLoader

N Terraria Utilities
正在显示第 1 - 10 项,共 20 项条目
< 1  2 >
更新于:7 月 21 日 下午 3:02
作者:なかの31

Definitelly fixed the issue where the game would tell about quests started when entering the world.

更新于:7 月 21 日 下午 2:36
作者:なかの31

Fixed bug with the mod incorrectly telling that quests have started when entering the world.
The mod will now tell in the chat when quests are completed.

更新于:6 月 9 日 上午 5:34
作者:なかの31

The mod will now let you know when a quest has been started.
Added more Handy Values for Hornet ids and Dungeon Skeleton ids, including one containing all Hardmode Dungeon Skeleton ids.
Added a hook to the QuestBase for Modifying Spawn.
=> ModularQuestBase also got objective for modifying spawn.

更新于:6 月 9 日 上午 5:29
作者:なかの31

The mod will now let you know when a quest has been started.
Added more Handy Values for Hornet ids and Dungeon Skeleton ids, including one containing all Hardmode Dungeon Skeleton ids.
Added a hook to the QuestBase for Modifying Spawn.
=> ModularQuestBase also got objective for modifying spawn.

更新于:6 月 9 日 上午 4:52
作者:なかの31

The mod will now let you know when a quest has been started.
Added more Handy Values for Hornet ids and Dungeon Skeleton ids, including one containing all Hardmode Dungeon Skeleton ids.
Added a hook to the QuestBase for Modifying Spawn.
=> ModularQuestBase also got objective for modifying spawn.

更新于:2 月 14 日 下午 5:36
作者:なかの31

Added new objective type to Modular Quests: The Complete Quest Objective.
=> This objective will wait until the player completes the specific quest before marking the objective as completed.
Added IsOr flag to Modular Quest Objective.
=> Makes so when placed alongside other Or conditions, one of them must be true in order to complete the step.
Added Eater of Worlds support to Modular Quest Hunt Objective.
Modular quests now show all incomplete objectives that the same step has.
Modular quest steps will no longer proceed when the quest is not active.

更新于:2 月 5 日 下午 6:34
作者:なかの31

Fixed a bug where certain quest objective progress wasn't being correctly loaded.

更新于:2 月 4 日 下午 12:51
作者:なかの31

Fixed an issue where returned null quest string could prevent the player from reading npcs dialogues.

更新于:2 月 3 日 下午 5:02
作者:なかの31

Added a fail safe to avoid dialogues from being overriden by other mods.
You will no longer get exp from 0 exp giving quest steps.

更新于:2 月 3 日 下午 4:14
作者:なかの31

The Quest Interface no longer takes localization text from TerraGuardians mod.
Improved Modular Quest Base script, to make it a lot easier to work with.
Entering the world will now automatically try tracking first quest active, if there's none selected.
Added a hooks that allows modders to add methods delivering exp reward from quests to players.
=> There are two ways of adding hook.
=> => One is by making a mod call to this mod, with first argument as "addquestexpreward", and second argument, as a method that has the arguments "Player, int, float". Player argument is the player receiving exp, the int argument is the level of reference, the float is the exp percentage based on level (actual percentage, not decimal, like 40%).
=> => The other is by calling "AddQuestRewardHook" method from MainMod, and supplying a method that has the arguments "Player, int, float". Check the line above for infos about the arguments.