Quest Tab variables

Syph

New member
Messages
1
Points
0
Hi guys,

At first have a look at this screen, it will sums up all my questions : http://img11.hostingpics.net/pics/425226rquest.png

Where do all these variables are set, can't find them in : queste_db / quest2display / npc

I'm missing a file, but dont know which... .

Thanks.

Well, I found it I guess : Client dataluafiles514lua filesquestlocalquestquestinfo     .lub files

Looking like that :

[7366] = {  NPCFromName = [[Imelda]], NPCFromMap = [[malaya]], NPCFromSpr = [[4_M_BRZ_JACI]], NPCFromX = 169, NPCFromY = 350, NPCToName = [[Imelda]], NPCToMap = [[malaya]], NPCToSpr = [[4_M_BRZ_JACI]], NPCToX = 169, NPCToY = 350, Item = [[ < image = "6500">Sharpened Bamboo<end> (6) < image = "6501">Salt Bag<end> (6) < image = "6502">Silver Cross<end> (6)]], PrizeItem = [[]], Title = [[Traditional Spiritual Protection and Impudent Girl-1]], Info = [[Mumbaki Phong's granddaughter, Imelda creates Traditional Spiritual Protections. Received a request to get materials to make these protections. Salt from the northwest shores, Bamboo from Baryo, and Silver Crosses from Pandoi. 6 Salt Bags, 6 Sharpened Bamboos, 6 Silver Crosses]], Hunt = [[]], Time = [[0]], LV = [[0]], },

OK I figure how it work : 

  • 1st  Edit : dataluafiles514lua filesquestquest_function.lub  to add your libraries  l.183 / l.189
  • 2nd Create your questlist file in dataluafiles514lua filesquestlocalquest
  • 3rd Then the questinfo file in dataluafiles514lua filesquestlocalquestquestinfo

Also have a look here, can help : http://herc.ws/board/topic/3366-custom-quests-lists-bad-argument-1-to-ipairs/

rquest.png

 
Last edited by a moderator:
Back
Top