Terraria - Tshock - Quest Plugin - Script your own story line!

Channel:
Subscribers:
3,300
Published on ● Video Link: https://www.youtube.com/watch?v=sgPUSvH-hUY



Terraria
Game:
Terraria (2011)
Duration: 17:33
1,617 views
13


One of the most exciting plugins for Terraria and Tshock is the Quest Plugin developed by Twitchy. The Quest plugin can run almost any LUA coding command if you know what you are doing. I will be showing you just a simple quest in this video. Depending on how well it is received I am willing to show you more advanced quests in the future.

Quest plugin download: https://www.dropbox.com/s/5f7taatna4o4bg1/QuestSystemLua.zip

Quest plugin Wiki: https://github.com/TheTwitch/TwitchysTShockPlugins/wiki

Mine.cfg
Name:Mine
MaxAttempts:0
MinQuestsNeeded:0
AmountOfPlayersAtATime:3

Mine.lua
Private("Collect 6 Iron Ore", Player, Color.Green);
repeat until AtXY(2118, 291, Player, 4);
GoCollectItem("Iron Ore", 6, Player);
Private("We have the Iron Ore, return home", Player, Color.Blue);
repeat until AtXY(2109, 253, Player, 4);
TakeItem("Mine", "Iron Ore", 6, Player);
Private("Quest complete", Player, Color.Purple);
Give("Mushroom", Player, 50);







Tags:
Terraria
Tshock
Role Playing
Quests
Tutorial
How-to



Other Statistics

Terraria Statistics For jec112203

At present, jec112203 has 663,198 views spread across 29 videos for Terraria, and close to 2 hours worth of content for Terraria published on his channel. This is 40.77% of the total watchable video on jec112203's YouTube channel.