Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tutorial] Adding giving of Exp/CP/SP Into A Npc

Newbie Spellweaver
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

Code:
(contribute 10) (exp 40000) (supoint 10)
Contribute = Contrubition Point supoint = Skill point

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
 
This Time = Dead Time!
Joined
Oct 5, 2006
Messages
364
Reaction score
1
Re: [Guide]Adding giving of Exp/CP/SP Into A Npc

yeah nice guide thnx
 
Junior Spellweaver
Joined
Sep 24, 2006
Messages
186
Reaction score
19
Re: [Guide]Adding giving of Exp/CP/SP Into A Npc

aint there a way to make a marchant that sells constribution/ skillpoints or is it rather hard :D
 
Your omega
Loyal Member
Joined
Aug 22, 2006
Messages
1,495
Reaction score
24
Re: [Guide]Adding giving of Exp/CP/SP Into A Npc

aint there a way to make a marchant that sells constribution/ skillpoints or is it rather hard :D

no its easy just make his dialog link to the quest.txt
 
Experienced Elementalist
Joined
Aug 25, 2008
Messages
239
Reaction score
1
Re: [Guide]Adding giving of Exp/CP/SP Into A Npc

nice guide mate
 
Back
Top