tModLoader

tModLoader

N Terraria Utilities
Menampilkan1-10 dari 20 kiriman
< 1  2 >
Pembaruan: 21 Jul @ 3:02pm
berdasarkan なかの31

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

Pembaruan: 21 Jul @ 2:36pm
berdasarkan なかの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.

Pembaruan: 9 Jun @ 5:34am
berdasarkan なかの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.

Pembaruan: 9 Jun @ 5:29am
berdasarkan なかの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.

Pembaruan: 9 Jun @ 4:52am
berdasarkan なかの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.

Pembaruan: 14 Feb @ 5:36pm
berdasarkan なかの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.

Pembaruan: 5 Feb @ 6:34pm
berdasarkan なかの31

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

Pembaruan: 4 Feb @ 12:51pm
berdasarkan なかの31

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

Pembaruan: 3 Feb @ 5:02pm
berdasarkan なかの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.

Pembaruan: 3 Feb @ 4:14pm
berdasarkan なかの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.