Jump to content

Samurai Core V1.3


asterix2

Recommended Posts

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
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
Share on other sites

  • Bronze
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
Share on other sites

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

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 1
  • Good 1
  • Love 1
Link to comment
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
Share on other sites

  • 2 weeks 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.