[Guide] QuestInfo.ini

04/07/2014 14:51 Wolfy.#1
For people who don't know how to edit the QuestInfo.ini in the client! -I won't show you how to code the quest board, the packets and etc.

Lets take an example:

Code:
[TaskType]
Num=1
TypeId1=1
TypeName1=Quest Group
TaskNameColor=0xFFCFC058
[ActionBase]
ActionBase=20000000
[Option]
RecommendInterval=300
[TotalMission]
TotalMission=1
[1]
TypeId=1
TaskNameColor=0xFFFFFFFF
CompleteFlag=2
MissionId=1
Name=Quest 1 Name
Lv_min=1
Lv_max=200
Auto=0
First=1
Prequest=0
Map=0
Profession=
Sex=0
FinishTime=0
ActivityBeginTime=0
ActivityEndTime=0
ActivityType=2
BeginNpcId=0,1002,305,146,SomeNPC,TwinCity
FinishNpcId=0,1002,305,146,SomeNPC,TwinCity
Prize=3 Magic Gates. [item 1088011,0,0,0,0,0,0] [item 1088011,0,0,0,0,0,0] [item 1088011,0,0,0,0,0,0]
IntentionDesp=Intention display.
IntentAmount=1
Intention1=Intention display.
Content=Content of the quest.
It's simple, let me explain you:


Lets go on the quest now:


I will try to update this thread if i find out new information for the file.
Cheers, Wolfy.
04/09/2014 15:24 Ahmed El5WaGa#2
that's nice

,, can you give me full system to do some edit and upload it here 100% like TQ
04/09/2014 15:42 Wolfy.#3
I can't give the full system because i it's not finished fully in my project, and if i do i don't think i will release it. Code your own system.
04/09/2014 17:30 abdoumatrix#4
Nice one.
will save some time :D
04/09/2014 20:20 Wolfy.#5
Quote:
Originally Posted by abdoumatrix View Post
Nice one.
will save some time :D
Glad i could help. :)
04/10/2014 15:02 abdoumatrix#6
ActionBase=20000000
will be used in giving up a quest
cuz client send the 2031/2032 packet with npcid = 2000000 + mission id
04/11/2014 19:59 hyperco#7
Quote:
Originally Posted by abdoumatrix View Post
ActionBase=20000000
will be used in giving up a quest
cuz client send the 2031/2032 packet with npcid = 2000000 + mission id
I didn't payed attention to this...
I will code this soon
Thank you!