Jump to content

Visual bug , shop offline # 0 yang. (at no limit)


Recommended Posts

Hei you all , today i try to remove the yang limit , and almost is done ...

If i put max yang 2.000.000.000 it`s working  , but if i put more than... it show "0 visual yang" ,but in game and db is working , if i have the yang and i try to buy is working :D

What i forgetten ? # pss: Sorry for my English :))

Untitled.jpg

 

#EDIT

10 Minutes later,i find the solve :D

in pythonshop.cpp

find:

Spoiler

return Py_BuildValue("i", c_pItemData->price);

replace with:

Spoiler

return Py_BuildValue("L", c_pItemData->price);

Edited by Metin2 Dev
Core X - External 2 Internal
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.