Jump to content

GF-Like Inventory Slot Marking System


Recommended Posts

  • Honorable Member

M2 Download Center

This is the hidden content, please
( Internal )

Hello everyone.

It's a good day to share an old code with you.
First of all you need to know:

  1. I don't help to install it. Don't even take the contact with me about it.
  2. The whole code is written by me, and reversed from official binaries.
  3. At the beginning do a backup for your files(srcs+pys) and READ CAREFULLY the readme.
  4. W/o brain.exe please close this tab, or your browser, thank you for your understanding.

Preview:
 

Spoiler

 

 

Download.exe

Enjoy & #h4v3fun,
pngr

  • Metin2 Dev 281
  • kekw 4
  • Eyes 4
  • Dislove 4
  • Angry 2
  • Not Good 1
  • Sad 2
  • Cry 1
  • Smile Tear 1
  • Think 5
  • Confused 2
  • Scream 2
  • Good 95
  • Love 26
  • Love 190
Link to comment
Share on other sites

  • Honorable Member

These should be your fault, because I never experienced those problems, still under developing neither.
 

Uploading(available in next 30 mins):
https://www.youtube.com/watch?v=-bgwDhcbpS0&feature=youtu.be

 

Btw: Shiro2/3 is using this a long time ago.

  • Metin2 Dev 12
  • Good 1
  • Love 9
Link to comment
Share on other sites

  • Premium
3 minutes ago, xP3NG3Rx said:

These should be your fault, because I never experienced those problems, still under developing neither.
 

Uploading(available in next 30 mins):
https://www.youtube.com/watch?v=-bgwDhcbpS0&feature=youtu.be

 

Btw: Shiro2/3 is using this a long time ago.

Thanks for the huge contribution, penger!

  • Metin2 Dev 1

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

0314 13:12:18875 :: Traceback (most recent call last):

0314 13:12:18875 ::   File "networkModule.py", line 239, in SetGamePhase

0314 13:12:18876 ::   File "game.py", line 149, in __init__

0314 13:12:18876 ::   File "interfaceModule.py", line 409, in MakeInterface

0314 13:12:18876 ::   File "interfaceModule.py", line 315, in __MakeDialogs

0314 13:12:18876 :: AttributeError
0314 13:12:18876 :: : 
0314 13:12:18876 :: 'RefineDialogNew' object has no attribute 'SetInven'
0314 13:12:18876 :: 

 

Link to comment
Share on other sites

  • Gold

Can someone help me with this? I have checked all the code and I'm still getting syntax error.

Spoiler

0316 18:46:08588 :: 
networkModule.py(line:208) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:30) ?
system.py(line:130) __pack_import
system.py(line:110) _process_result
interfaceModule.py(line:12) ?
system.py(line:130) __pack_import
system.py(line:110) _process_result
uiInventory.py(line:13) ?
system.py(line:130) __pack_import

networkModule.SetSelectCharacterPhase - exceptions.SyntaxError:invalid syntax (line 20)

0316 18:46:08588 :: ============================================================================================================
0316 18:46:08588 :: Abort!!!!

 

Thanks for answers!

Sincerely,

ReFresh

I'll be always helpful! 👊 

Link to comment
Share on other sites

  • 4 weeks later...

Hello,
I have a problem with client part... I start metin, login and metin shutdown. 

My syserr.txt

Quote

 

0416 02:37:01171 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/login_window.mp3
0416 02:37:07505 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=107) - Strange Skill Need Weapon(byeorak)
0416 02:37:07505 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=137) - Strange Skill Need Weapon(CLAW)
0416 02:37:07505 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=139) - Strange Skill Need Weapon(CLAW)
0416 02:37:07694 :: 
networkModule.py(line:208) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:30) <module>
system.py(line:130) __pack_import
system.py(line:110) _process_result
interfaceModule.py(line:23) <module>
system.py(line:130) __pack_import
system.py(line:110) _process_result
uiExchange.py(line:15) <module>
uiExchange.py(line:241) ExchangeDialog

networkModule.SetSelectCharacterPhase - <type 'exceptions.NameError'>:name 'app' is not defined

0416 02:37:07694 :: ============================================================================================================
0416 02:37:07694 :: Abort!!!!

 

 

Link to comment
Share on other sites

  • Bronze
2 hours ago, Balgram said:

Hello,
I have a problem with client part... I start metin, login and metin shutdown. 

My syserr.txt

Quote

 

0416 02:37:01171 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/login_window.mp3
0416 02:37:07505 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=107) - Strange Skill Need Weapon(byeorak)
0416 02:37:07505 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=137) - Strange Skill Need Weapon(CLAW)
0416 02:37:07505 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=139) - Strange Skill Need Weapon(CLAW)
0416 02:37:07694 :: 
networkModule.py(line:208) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:30) <module>
system.py(line:130) __pack_import
system.py(line:110) _process_result
interfaceModule.py(line:23) <module>
system.py(line:130) __pack_import
system.py(line:110) _process_result
uiExchange.py(line:15) <module>
uiExchange.py(line:241) ExchangeDialog

networkModule.SetSelectCharacterPhase - <type 'exceptions.NameError'>:name 'app' is not defined

0416 02:37:07694 :: ============================================================================================================
0416 02:37:07694 :: Abort!!!!

 

 

import app

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 weeks later...
  • 1 month later...

I'M add this system and work  but in my offline shop not work and have this bug: 

 

Spoiler

Traceback (most recent call last):
  File "ui.py", line 1034, in CallEvent
  File "ui.py", line 88, in __call__
  File "ui.py", line 70, in __call__
  File "interfaceModule.py", line 1468, in OpenOfflineShopBuilder
  File "uiOfflineShopBuilder.py", line 181, in Open
AttributeError: 'NoneType' object has no attribute 'SetOnTopWindow'
Traceback (most recent call last):
  File "ui.py", line 1523, in OnSelectEmptySlot
  File "ui.py", line 88, in __call__
  File "ui.py", line 79, in __call__
  File "uiOfflineShopBuilder.py", line 248, in OnSelectEmptySlot
  File "uiOfflineShopBuilder.py", line 374, in CantTradableItem
AttributeError: 'NoneType' object has no attribute 'GetInventoryPageIndex'
Traceback (most recent call last):
  File "ui.py", line 1034, in CallEvent
  File "ui.py", line 88, in __call__
  File "ui.py", line 70, in __call__
  File "uiOfflineShopBuilder.py", line 354, in OnClose
  File "uiOfflineShopBuilder.py", line 201, in Close
AttributeError: 'NoneType' object has no attribute 'GetInventoryPageIndex'
Traceback (most recent call last):
  File "ui.py", line 1034, in CallEvent
  File "ui.py", line 88, in __call__
  File "ui.py", line 70, in __call__
  File "interfaceModule.py", line 1468, in OpenOfflineShopBuilder
  File "uiOfflineShopBuilder.py", line 181, in Open
AttributeError: 'NoneType' object has no attribute 'SetOnTopWindow'
Traceback (most recent call last):
  File "ui.py", line 1034, in CallEvent
  File "ui.py", line 88, in __call__
  File "ui.py", line 70, in __call__
  File "uiOfflineShopBuilder.py", line 354, in OnClose
  File "uiOfflineShopBuilder.py", line 201, in Close
AttributeError: 'NoneType' object has no attribute 'GetInventoryPageIndex'

Can you Help me pls? 

Link to comment
Share on other sites

  • Premium
On 2017. 03. 13. at 10:20 AM, xP3NG3Rx said:

First of all you need to know:

  1. I don't help to install it. Don't even take the contact with me about it.
  2. The whole code is written by me, and reversed from official binaries.
  3. At the beginning do a backup for your files(srcs+pys) and READ CAREFULLY the readme.
  4. W/o brain.exe please close this tab, or your browser, thank you for your understanding.

 

  • Love 6

The one and only UI programming guideline

Link to comment
Share on other sites

  • 1 month later...

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.