Jump to content

Recommended Posts

On 2016. 01. 15. at 3:10 PM, valdirk2 said:

Sell item npc bug

Yes, i now look. 

shop.cpp search this:

if (it->second)    // if other empire, price is triple

under change

        dwPrice *= 0;

 with:
        dwPrice *= 3;

Link to comment
https://metin2.dev/topic/9955-samurai-core-v13/page/2/#findComment-60924
Share on other sites

Hi I could help with this because when I try to enter the server I get this sysser and closed just as he will open to select the character


0201 22: 35: 09324 :: :: Python Skill RegisterSkillDesc (dwSkillIndex = 137) - Need Strange Skill Weapon (CLAW)
0201 22: 35: 09324 :: :: RegisterSkillDesc CPython Skill (dwSkillIndex = 139) - Need Strange Skill Weapon (CLAW)
0201 22: 35: 10958 ::
playerSettingModule.py (line 1398) LoadGameData
playerSettingModule.py (line 239) __initdata
LoadGameData - <type 'exceptions.AttributeError'>: 'module' object has no attribute 'EFFECT_SHINSOO'
0201 22: 35: 10959 ::============================================================================================================
0201 22: 35: 10959 :: Abort !!!!

Link to comment
https://metin2.dev/topic/9955-samurai-core-v13/page/2/#findComment-61663
Share on other sites

I have this problem during compilation in constants.cpp

constants.cpp:365: error: too many initializers for 'const DWORD [301]'
constants.cpp:671: error: too many initializers for 'const DWORD [301]'
constants.cpp:977: error: too many initializers for 'const DWORD [301]'

how to fix it?

I used freebsd 9.2 64bits for the compile

Link to comment
https://metin2.dev/topic/9955-samurai-core-v13/page/2/#findComment-62482
Share on other sites

On 2016. 02. 11. at 3:11 PM, scrabbyyy said:

hi again

 

solve skilll bugs please cannot use skills from all characters :(

Skill working.

 

19 hours ago, cherabomba said:

I have this problem during compilation in constants.cpp

constants.cpp:365: error: too many initializers for 'const DWORD [301]'
constants.cpp:671: error: too many initializers for 'const DWORD [301]'
constants.cpp:977: error: too many initializers for 'const DWORD [301]'

how to fix it?

I used freebsd 9.2 64bits for the compile

Constant.cpp:  http://data.hu/get/9406366/constants.cpp

replace length.h

    PLAYER_EXP_TABLE_MAX
    PLAYER_MAX_LEVEL_CONST

with:

    PLAYER_EXP_TABLE_MAX    = 120,
    PLAYER_MAX_LEVEL_CONST    = 120,

Link to comment
https://metin2.dev/topic/9955-samurai-core-v13/page/2/#findComment-62564
Share on other sites

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

v 1.3


#### Game ####

- reload q function fix.
- guild fix.
- fixed 4. inventory.
- Fixed constant.cpp


#### Binary ####

- reload q function fix.


link: 

This is the hidden content, please



Root modify:


Open interfacemodule.py and search this:

def RemoveQuestDialog(self, key):

 

 

Add this over:

def HideAllQuestWindow(self):
tempList = []
for i,v in self.wndQuestWindow.iteritems():
tempList.append(v)

for i in tempList:
i.OnCancel()

 

open game.py and search:

def OpenQuestWindow(self, skin, idx):
self.interface.OpenQuestWindow(skin, idx)


add under:

def HideAllQuestWindow(self):
self.interface.HideAllQuestWindow()


 

v 1.4: Coming soon. (2016.06.06)


- Offlineshop

- Costume weapon

  • Metin2 Dev 2
  • Good 1
  • Love 2
Link to comment
https://metin2.dev/topic/9955-samurai-core-v13/page/2/#findComment-66639
Share on other sites

1 hour ago, asterix2 said:

v 1.3


#### Game ####

- reload q function fix.
- guild fix.
- fixed 4. inventory.
- Fixed constant.cpp


#### Binary ####

- reload q function fix.


link: 

This is the hidden content, please



Root modify:


Open interfacemodule.py and search this:

def RemoveQuestDialog(self, key):

 

 

Add this over:

def HideAllQuestWindow(self):
tempList = []
for i,v in self.wndQuestWindow.iteritems():
tempList.append(v)

for i in tempList:
i.OnCancel()

 

open game.py and search:

def OpenQuestWindow(self, skin, idx):
self.interface.OpenQuestWindow(skin, idx)


add under:

def HideAllQuestWindow(self):
self.interface.HideAllQuestWindow()


 

v 1.4: Coming soon. (2016.06.06)


- Offlineshop

- Costume weapon

BUT HAVE BUG PROBLEMS SKİLLS FOR ALL CHARACTERS İN WİNDOWS FİLES PLEASE FİX İT THAT MORE İMPORTANT THANKSSS

 

SO CAN U SHARE MAKE SMALL PACK FOR JOİN GAME AND USABLE SKİLLS PLEASE

  • Good 1
Link to comment
https://metin2.dev/topic/9955-samurai-core-v13/page/2/#findComment-66644
Share on other sites

  • 2 weeks later...

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.