- 0
-
Activity
-
11
-
870
-
0
GameCompile Error
Have a nice day! What could be the problem with translating the game? Sorry for the bad English. linking ../game.... ld: error: unable to find library -lIL ld: error: unable to find library -lpng ld: error: unable to find library -ltiff ld: error: unable to find library -lmng ld: error: unable to find library -llcms ld: error: unable to find library -ljpeg clang-15: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:127: ../game] Error 1 -
0
-
1
-
0
-
0
Auto hunt System
Hey there! Im looking for autohunt system I know there are some already public, but im looking for a good Version, which is nearly bugfree and (if possible maybe reversed - that means with offical Python, but it can be also some small changes here too) It should be have nearly the same functions like the offical system I dont like custom stuff. Thank you! Best regards! -
0
Problem with userinterface
Hi, in last few days i'm tesing something on my pserver for testing, and i tried to implement some systems through source files, but in winscp, in the folder src, i don't find the folder "userinterface" and i can't modify my source files. Thank you for the answer. -
2
Problem freebsd
OK NO PROBLEM I FIX IT IF COMPANY HAVE FREEBSD 11 freebsd-update fetch freebsd-update install shutdown -r now shutdown -p now freebsd-update upgrade -r 12.0-RELEASE freebsd-update install shutdown -r now freebsd-update install freebsd-update install shutdown -r now REBOOT shutdown -p now pkg bootstrap -f pkg update -f pkg upgrade pkg-static install -f pkg /usr/sbin/pwd_mkdb -p /etc/master.passwd REBOOT shutdown -p now pkg install mysql55-server pwd_mkdb -p /etc/master.passwd chown -R mysql /var/db/mysql/ chgrp -R mysql /var/db/mysql/ sysrc mysql_enable=yes service mysql-server start REBOOT
-
-
Recently Browsing
- No registered users viewing this page.
Question
metin2-factory 432
Hey,
so the only problem left is reseting sash stats, whenever i put the reset stat item on it,nothing happens.
i looked in python and it should open a message box with "would you like to reset sash stats,yes/no" and it doesnt appear
http://i68.tinypic.com/2j6a7lx.jpg
i believe the issue might be with python/client bin. any ideas?
Link to comment
Share on other sites
Top Posters For This Question
2
6
1
1
Popular Days
Nov 11
6
Nov 6
3
Nov 12
2
Nov 7
1
Top Posters For This Question
Galet 2 posts
metin2-factory 6 posts
Deliris 1 post
Veneno 1 post
Popular Days
Nov 11 2015
6 posts
Nov 6 2015
3 posts
Nov 12 2015
2 posts
Nov 7 2015
1 post
Popular Posts
Galet
I just created a fix for you and every other people in needs ! However, I don't know why Wahmon are bulying you xD Follow my post or click on this link (the link is updated whereas this post are not) : https://metin2dev.org/board/index.php?/topic/9251-sash-resetting-scroll-fix/ Open uiinventory.py and search : def DetachMetinFromItem(self, scrollSlotPos, targetSlotPos): Then replace the whole function by : def DetachMetinFromItem(self, scrollSlotPos, targetSlotPos): ## Resetting Sash Sta
metin2-factory
Hey, so the only problem left is reseting sash stats, whenever i put the reset stat item on it,nothing happens. i looked in python and it should open a message box with "would you like to reset sash stats,yes/no" and it doesnt appear http://i68.tinypic.com/2j6a7lx.jpg if constInfo.IS_ACCE_ITEM_DETACH(scrollIndex) == TRUE: item.SelectItem(targetIndex) if item.GetItemSubType() == item.COSTUME_TYPE_ACCE: if self.GetAcceAttribute(targetSlotPos) == 0: return self.questionDia
metin2-factory
Great job,works perfect! many thanks
12 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now