Jump to content

Belt bugg adding red stone


Go to solution Solved by SukH,

Recommended Posts

  • Premium

Hello guys ,

Anyone can help me solve this bugg 

 

Explanation; 

I open a slots   in Belt but the bugg is when i add the Red Stones into Belt slots then the stones are added succesfully but i can not see the stones is getting visual bugg i think.

 https://metin2.download/picture/WVtpTS3pBkSy399skuq6n81QwnV9Asw8/.gif

 

And this other errores of Client please please help me :) i try to solve  but i don`t find solution


0507 21:15:21148 :: FAILED        CPythonPlayer::GetItemTypeBySlot()        Cell(1, 31) item is null

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1

" Don`t pretend things change if you always do the same thing"

"Don`t give up on a dream for how long it will take, time will pass the same"

Link to comment
Share on other sites

  • Premium
  • Solution

#MrQuin helped me to solve it 

 

Open your > uiToolTip.py

Search  : 

def GetMetinSocketType(self, number):


after this function:  

elif "USE_PUT_INTO_ACCESSORY_SOCKET" == item.GetUseType(number):
				return player.METIN_SOCKET_TYPE_SILVER


Add Below: 

##Fix MrQuin
			elif "USE_PUT_INTO_BELT_SOCKET" == item.GetUseType(number):
				return player.METIN_SOCKET_TYPE_SILVER

 

All credit goes to : MrQuin  

Thanks  a lot  ? ❤️

 

 

  • Love 1

" Don`t pretend things change if you always do the same thing"

"Don`t give up on a dream for how long it will take, time will pass the same"

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.