No NPCS?

MainConfig:

Code:
Title = "painTonline by painTman"

NumberOfThreads = 2
ServerId = 1
Port=30001
AgeLimit = 15
System = "0 5 6 9 10 11 12 "
Event = "0 1 2 4 5 6"
Country = 2
;MailServer = "127.0.0.1"
;MailFrom = "KAL_MAIN18"
;MailTo = "[email protected], [email protected]"



;=======================================
;System
;0 ------- closed beta test
;1 ------- don't send an alive packet (only for a test server)
;2 ------- pay system
;3 ------- netmarble authsocket activate
;4 ------- party system
;5 ------- quest system
;=======================================
;Event
;=======================================

;Seed = 9052
;=======================================
;System
;0 ------- pk system
;1 ------- cosmo server (local test server)
;2 ------- pay system
;3 ------- netmarble authsocket activate
;4 ------- reserved ( not used )
;5 ------- reserved ( not used )
;6 ------- friend
;7 ------- billing system
;8 ------- test server
;9 ------- guild war system
;10 ------ mail
;11 ------ gamble
;12 ------- guild war system 2 (SiegeGun)
;13 ------- HACKSHIELD
;=======================================
;Event
;0 ------- double exp.
;1 ------- dice event
;2 -------
 
Upvote 0
Your server uses country 2:

Code:
Country = 2

Your NPC config all uses country 0:

Code:
(gennpc (index 16) (country [b]0[/b]) (kind 2) (shape 9) (html 27) (map 0) (xy 256749 259652 16274) (dir 255749 259652))

Make them match, so or change the country in your server config to 0, or change all country's in your npc list to 2. Changing country code in server config might cause other problems like missing items (because they might use country 2). Dunno if changing country in server config to 0 1 2 will work (never had this kind of problem)
 
Upvote 0
the most important part u need to link all with each other no some 0 and contury 2 if contury code 2 then npc items all have to be 2 also
 
Upvote 0
Back