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!

Job Master Script

Initiate Mage
Joined
Mar 18, 2006
Messages
2
Reaction score
0
their should be a folder named npc when you installed the server
npc\custom\jobs
 
Newbie Spellweaver
Joined
Aug 14, 2004
Messages
56
Reaction score
1
Check npc\scripts_custom.conf,
And find:
Code:
//npc: npc/custom/jobs/jobmaster.txt

Delete // from the beginning.
So it would look like this:
Code:
npc: npc/custom/jobs/jobmaster.txt

Start server.
 
Initiate Mage
Joined
Oct 29, 2006
Messages
3
Reaction score
0
is that the same way you put for warp npc and the others npc lordphoenix
 
Newbie Spellweaver
Joined
Aug 14, 2004
Messages
56
Reaction score
1
Yup, and If you want to add something (what is not already there) then you just open npc\scripts_custom.conf.
And add somewhere:
Code:
npc: npc/custom/textfilename.txt
 
Initiate Mage
Joined
Oct 29, 2006
Messages
3
Reaction score
0
thnx your a life savor i just wanna kiss you hehe just kiding man but yeah thnx alot now i finally got it running
 
Back
Top