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
https://metin2.dev/topic/21898-client-78th-skill-poof/
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
https://metin2.dev/topic/21898-client-78th-skill-poof/#findComment-119069
Share on other sites

2 minutes ago, VegaS™ said:
  • PythonNetworkStreamPhaseGame.cpp

You've to remove these lines.


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

 

"The hero we need, but don't deserve"

THANKS ?
 

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

.png

Link to comment
https://metin2.dev/topic/21898-client-78th-skill-poof/#findComment-119070
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.