-
Recently Browsing
No registered users viewing this page.
-
Activity
-
1
-
1
LeftRightReverse
Hello everyone. Yesterday @Doonqa asked me if I could reverse this function of the game from the official binary. Known fact these functions are necessary and obligatory for the multilanguage systems and I have them since years ago, here they are. Download Any problem appears, comment box is down below ⬇ Cheers!- 5
-
-
0
Client crashed and DebugBinary deletes itself
hi since yesterday I have a problem that when I use metin2distribute.exe my client crash and the .exe file deletes itself. Now I use metin2release.exe and it works fine again. But I have an issue with an system and I wanted to debug it with the metin2debug.exe but this also deletes itself after crashing. No syserr. Seems like some other people got that problem too. I dont have an anti-virus programm also windows defender isnt activated. Any idea to fix it? Video: https://streamable.com/che0nt -
13
-
4
[Site] Publication news
Wrong names in input values, in the php cehck you have: $_POST ['title'] ; $_POST ['content'] But in the html part you have: <input type="text" size="40" maxlength="200" name="titel" /> <textarea style="resize: none;" rows="5" cols="40" name="inhalt"> The names must match. -
4
[Site] Publication news
I forgot to put the whole source, I don't know much about php and I wanted some help to solve this problem, if there is an error in the code. <? PHP if ($ _ SESSION ['user_admin']> = $ adminRights ['web_news']) { ?> <h2> Add News </h2> <p> From here you can edit or insert or delete a news about your server. </p> <h3> Recent news </h3> <? PHP if (isset ($ _ POST ['submit']) && $ _POST ['submit'] == "Submit") { if (! empty ($ _ POST ['title']) &&! empty ($ _ POST ['content']) && checkInt ($ _ POST -
2
Help - Server Start
You're so clever. The problem was how I cannot get it by pkg install openssl. But already solved. Close it please. -
3
Cannot attack mob if my level is too hight
I didn't said that you've to insert something, I mean that structure of your condition, it's non-sense, if (condition) retun false else return true; Because there're other checks which has to be checked, before you return that true, was enough just to return false if the condition was fulfilled, that's all. Difference means (x-y). Your code is bugged, please try to run it. // Example program #include <iostream> #include <string> int main() { int playerLevel = 50; int victimLevel = 66; int difference = playerLevel - victimLevel; if (d -
3
Cannot attack mob if my level is too hight
Umh I thank you for the answer, but what interested me was just the case where a player's level was higher than that of a monster. In fact, when you do a boss event, several bosses of different levels are spawned. That way I just wanted to prevent larger levels from take bosses to the smallest levels. About the opposite, who care. If you want attack op boss your problem. Btw it's a code that I wrote fast, I don't know if you need to Insert the trigg for ATTR_BANPK. Tomorrow I'll watch it better.
-
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.