Hy,
I got clean server files and clean client files,but i dont see any npcs o_O anyone knows how to fix that?
Printable View
Hy,
I got clean server files and clean client files,but i dont see any npcs o_O anyone knows how to fix that?
look at the country code or something just got the wrong name ;P
Where? in the InitNPC serverfile?
Country code is fully 0 there,should i change it to (0 , 2) ?
Hm... no one knows? :/
check the country in mainconfig and initnpc and post it here..
and we may help u
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 = "eversky@inixsoft.co.kr, sjpark@inixsoft.co.kr"
;=======================================
;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 -------
Your server uses country 2:
Your NPC config all uses country 0:Code:Country = 2
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)Code:(gennpc (index 16) (country 0) (kind 2) (shape 9) (html 27) (map 0) (xy 256749 259652 16274) (dir 255749 259652))
Ah lol... then i change country in Npc to 2 becouse the 2 in MainConfig is needed for some fixes ;)
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
Changed all to country 2,now it works fine :) thx