Jump to content

[Client] 7/8th skill *poof*


Go to solution Solved by VegaS™,

Recommended Posts

Hi, I'm trying to add 7/8 skill (not passive).
I've done the server source (game + lua, mysql) part.
Now I'm fighting with clientside.
7/8th skills just disappear from skill page (they are working if not /skillup ~ only dissapearing).

Problem with chat "debug":

https://metin2.download/picture/378iJF9XjR04d845roAr1Xk1GAbDNp51/.gif
chat.AppendChat(7, str(skillIndex) + " : " + str(slotNumber))

uicharacter.py:

ACTIVE_PAGE_SLOT_COUNT = 8
0906 16:02:37356 ::   File "game.py", line 602, in RefreshSkill

0906 16:02:37356 ::   File "interfaceModule.py", line 558, in RefreshSkill

0906 16:02:37356 ::   File "uiCharacter.py", line 888, in RefreshSkill

0906 16:02:37356 ::   File "uiCharacter.py", line 814, in __RefreshSkillPage

0906 16:02:37356 ::   File "uiCharacter.py", line 1274, in __GetRealSkillSlot

0906 16:02:37357 :: RuntimeError
0906 16:02:37357 :: : 
0906 16:02:37357 :: skill.GetSkillType - Failed to find skill by 0
0906 16:02:37357 :: 

Thanks for help ?


 

 

Edited by Metin2 Dev
Core X - External 2 Internal

I completely abandoned working on the files for this game. I do not respond to private messages.

.png

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

  • Forum Moderator
  • Solution
  • PythonNetworkStreamPhaseGame.cpp

You've to remove these lines.

	rkPlayer.SetSkill(7, 0);
	rkPlayer.SetSkill(8, 0);

 

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.