Hello,
I added some custom quests and they were ok, but the sprites and the count(how many monster or item left) didnt work.
I added by following some topics here but they were very old so Im not sure if its rigth.
I did it by modifying these files:
- quest_db.conf:
{
Id: 20017
Name: "Treinamento Inicial"
},
- questid2display.txt:
20017#Treinamento Inicial#SG_FEEL#QUE_NOIMAGE#
Prove que voce e capaz de ser treinado por mim, mate 10 Esporos e volte para falar comigo!#
Mate 10 Esporos.#
- ep_141quest_list.lub (data\luafiles514\lua files\quest):
{
name =[[Treinamento Inicial]],
scrfilename = [[epsoid141Quest]],
questID = 20017,
},
- epsoid141_list.lub (data\luafiles514\lua files\quest\questinfo):
[20017] = {
NPCToName = "Tayen",
NPCToMap = "payon",
NPCToSpr = "F_ORIENT_03",
NPCToX = 166,
NPCToY = 101,
NPCFromName = "Tayen",
NPCFromMap = "payon",
NPCFromSpr = "F_ORIENT_03",
NPCFromX = 166,
NPCFromY = 101,
Item = "",
PrizeItem = "",
Title = "Treinamento Inicial",
Info = "Prove que voc??capaz de ser treinado por mim, mate 10 Esporos e volte para falar comigo!",
Hunt1 = "< link = \"ESPORO\">Esporo<\\end> x 10 ",
Hunt2 = "",
Hunt3 = "",
Time = "0",
LV = "0",
},
Here is the result: (missing sprite and the count of how many esporos I need to kill)
https://1.bp.blogspot.com/-qvZjAaEsSQA/W25wj6qtcQI/AAAAAAAAlAU/Aniv9kZUvPoo94JXoi8R2c6kjQRynwG8QCLcBGAs/s1600/sprite.png
Did I do it rigth? Is it missing any file?
How can I add the sprites?
Thanks