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!

Juver source+database+cfg (soon latest GS source)

Computers are fast; programmers keep it slow.
[VIP] Member
Joined
Feb 15, 2016
Messages
495
Reaction score
348
Anyone how know how to fix this?
I've forgotten what file to modify regarding this, but it has something to do with the levels of the Killed and Killer. Which if its not Level 300 the names won't show.
 
Junior Spellweaver
Joined
Apr 30, 2015
Messages
152
Reaction score
2
I've forgotten what file to modify regarding this, but it has something to do with the levels of the Killed and Killer. Which if its not Level 300 the names won't show.
On source code or client side file?
 
Junior Spellweaver
Joined
Apr 30, 2015
Messages
152
Reaction score
2
Source Code.
SPLAYERKILL sPK_STATE[EMPK_STATE_LEVEL] = { SPLAYERKILL(5,0xFFFF00,-20,"일반학생",120.0f,1,10.0f,130.0f,90.0f), SPLAYERKILL(4,0xFFE400,-80,"불량학생",140.0f,2,10.0f,0.0f,0.0f), SPLAYERKILL(3,0xFFBC00,-160,"살인자",180.0f,3,30.0f,0.0f,0.0f), SPLAYERKILL(2,0xFF9700,-300,"살인마",240.0f,4,60.0f,0.0f,0.0f), SPLAYERKILL(1,0xFF0000,-INT_MAX,"살인귀",350.0f,5,90.0f,0.0f,0.0f), };

can you check if this the code?

Do you know how to fix this? thanks in advance

ERROR:m_PCNameMap failedERROR:Initialize character instance failed



how to fix extreme resu?
 
Last edited:
Joined
Oct 29, 2013
Messages
414
Reaction score
5
how to adjust the character view? bcoz it too far



https://ibb.co/km5GjfJ how to adjust the character view? bcoz it too far
 
Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
wait what you ask for cpp files and keyword and you ask agian for whare that cpp ? haha hope work bro
 
Joined
Feb 4, 2014
Messages
962
Reaction score
36
@All who know and test.

wSkillRangeCheckAdd is represent to if character skill is over on the said value skill will be miss or will cancel right? in other word it will be called anti-long range?

Thanks :)
 
Skilled Illusionist
Joined
Jan 27, 2009
Messages
368
Reaction score
23
I figure it out how encryption works.(.isf, .ssf, ,.mst, .ims, etc...) But in some case you can't use GMC Tool because it doesn't read new encryption. If GMC Tools (source) also shared here it can be useful to change encryption. :)
 
Back
Top