- 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- 2
-
-
-
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
Shahin 3
Hey devs,
I want to add a light saber in the game, and so i want to change the hit / weapon wave sound.Â
Â
A few days ago i found some files that were redirecting me to the weapon sound but i forgot the path
Â
Do you guys have any idea? or have you guys ever tried? If yes, can you help me out please.Â
Â
Thank you!
Link to post
2 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.