- 0
-
Activity
-
6
Public Consultation - Trusted Third Party / Middleman
It remains free. When I say win-win, I'm not talking about myself. I want to prevent a member from using metin2dev to make money without sharing things for the community.- 1
-
-
6
Public Consultation - Trusted Third Party / Middleman
OFF: This explain everything "There are no new sellers because in general they are on the forum only to sell and I'm not interested. It has to be win-win." That forum had to be FREE only if they want to buy VIP or ADS u don't have the right to charge them for their sells content. Seems no one of u read carefully what i say. didn't say anything ab a "middleman " i'm not agree with that...basically the "middleman " will have everything for FREE. What i means is a transaction between seller-buyers through a app forums where only the seller and buyer have access bcoz of "Trade r- 1
-
-
0
Party role icon position
Heya, when a party member is assigned a role, it's tiny icon will be displayed in the beginning instead of predefined position. Inside party.py replace SetAffect function with the following: def SetAffect(self, affectSlotIndex, affectValue): if affectSlotIndex >= len(self.partyAffectImageList): return if affectValue > 0: self.partyAffectImageList[affectSlotIndex].Show() else: self.partyAffectImageList[affectSlotIndex].Hide() self.affectValueDict[affectSlotIndex] = affectValue self.__ArrangeAffectPosition() Add this function to the- 1
-
-
0
Multiple point updates on do_stat command
Heya, sometimes when updating status points, a tiny delay appears and that is due updating certain points multiple times. Inside cmg_general.cpp replace the following part: ch->SetRealPoint(idx, ch->GetRealPoint(idx) + 1); ch->SetPoint(idx, ch->GetPoint(idx) + 1); ch->ComputePoints(); ch->PointChange(idx, 0); if (idx == POINT_IQ) { ch->PointChange(POINT_MAX_HP, 0); } else if (idx == POINT_HT) { ch->PointChange(POINT_MAX_SP, 0); } ch->PointChange(POINT_STAT, -1); ch->ComputePoints(); With this: ch->SetRealPoi- 1
-
-
2
-
-
2
Offline Shop (Premium Private Shop)
Looks great, thank you very much! I will definitely try it: D -
3
Max Bonus in Description
Hi! Thank you for release, how can I just change skill's text color instead of add "Max" after it? -
0
CLIENT SOURCE ERRO
I compiled my client source without any error on visual studio, but when i try to use the new metin2client.exe/binary i get these error: Error: https://ibb.co/M1F4H1k And this prompt ways opens when a run the client using the new .exe compiled: https://ibb.co/0Fmx6MJ
-
-
Recently Browsing
No registered users viewing this page.
Question
tristano98 4
Hello guys, i'm add Minigame Jigsaw but not work.
i have 2 problem
1) the puzzle not work and the grid doesn't appears
2) switch the page of the guide and text moves down
Can you help me?
This is video
Syserr
0124 18:55:34409 :: Traceback (most recent call last):
0124 18:55:34409 :: File "ui.py", line 3548, in OnOverInItem
0124 18:55:34409 :: File "ui.py", line 174, in __call__
0124 18:55:34409 :: File "ui.py", line 165, in __call__
0124 18:55:34409 :: TypeError
0124 18:55:34409 :: :
0124 18:55:34409 :: OverInItem() takes exactly 3 arguments (2 given)
0124 18:55:34409 ::
0124 18:55:35335 :: Traceback (most recent call last):
0124 18:55:35335 :: File "game.py", line 5219, in MiniGameFishUse
0124 18:55:35335 :: File "interfaceModule.py", line 2686, in MiniGameFishUse
0124 18:55:35335 :: AttributeError
0124 18:55:35335 :: :
0124 18:55:35335 :: 'Interface' object has no attribute 'wndEvent'
0124 18:55:35335 ::
interfece.py
ui.py
Link to post
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.