- Joined
- Nov 30, 2007
- Messages
- 34
- Reaction score
- 1
Yea some people are asking for it,
If it isnt good enough for guide section: then I'm sorry
So adding Contrubition points, Skill points and exp into Starter npc or just
an npc
Its quest work
Go to Server/Config/Quest.txt and add this into your quest for example
Contribute = Contrubition Point supoint = Skill point
An example of a quest (knight starter package)
Greetz NexuZ
If it isnt good enough for guide section: then I'm sorry
So adding Contrubition points, Skill points and exp into Starter npc or just
an npc
Its quest work
Go to Server/Config/Quest.txt and add this into your quest for example
Code:
(contribute 10) (exp 40000) (supoint 10)
An example of a quest (knight starter package)
Code:
(quest (index 8750 1)
(case (if (item (1 1)))
(then (item (out 1 1)(in 102 0 1)(in 117 0 1)(in 118 0 1)(in 119 0 1)(in 120 0 1)(in 121 0 1)(in 30 0 1)(in 48 0 100)(in 469 0 1)(in 447 0 10)) (contribute 10) (exp 40000) (supoint 10) ))
(case (then (html 502)))
Greetz NexuZ