

Alerin
Banned-
Content Count
33 -
Joined
-
Last visited
-
Days Won
1
Alerin last won the day on June 12 2020
Alerin had the most liked content!
Community Reputation
38 NeutralAbout Alerin

-
Rank
Neutral
Metin2 Dev
-
Status
Restricted
Informations
-
Gender
Something else
Metin2
-
Kingdom
Jinno
Recent Profile Visitors
544 profile views
-
@martysama0134 Nice. But I'm still waiting for evidence. As I said before, I have never sold or posted your files. If you think otherwise, please show the evidence publicly. I have been your client for 2 years. You have never had problems with me, I became your partner. You recommended my services so I also recommended yours. I sent you many clients. Also for FREE I helped them with the problems and incompatibility of various systems ... This is how you treat someone who helped you for FREE?
- 467 replies
-
- 7
-
-
- martysama0134
- 2nd anniversary
-
(and 3 more)
Tagged with:
-
Please show me. I'm curious. I have nothing to hide because there has never been anything like this. Only two of your clients wrote to me, one was served and even received a bonus. I did not serve the second one due to lack of time. I don't understand where those people who complain about me. I bought the system from your friend who cheated me. I think now he is taking revenge on me by writing you stupid things. I am a respected Polish Developer, I am known for my principles. I don't like people who are "resells". You can ask Owsap where I was defend
- 467 replies
-
- 4
-
-
- martysama0134
- 2nd anniversary
-
(and 3 more)
Tagged with:
-
Alerin started following Automatic Event, [DaemonService] Advanced Fixed&Clean Source selling - 3rd Anniversary Promotion - 30% Discount, Maintenance 08/17/2020 and 6 others
-
I do not recommend it, I was the partner of this person. Someone slandered me and I lost my support. Reason for "resale" ... It's nice that I got you a client more than once, recommended your files. People who asked me to sell them, I gave them skype and told them to write to you. Ps. I do not recommend trading with Italy ... I bought from them twice and I regret... Ps2. Knowing life, I will get banned soon and the matter will be covered up ... Ps3. I am waiting for version v10 with "license"
- 467 replies
-
- 2
-
-
- martysama0134
- 2nd anniversary
-
(and 3 more)
Tagged with:
-
I haven't done any research, but sometimes after entering the forum, the tab has a lot of RAM and CPU usage. Was it malicious code?
-
@VegaS™ if (!stricmp(command, "WIDTH")) { if(atoi(value) < 800) m_Config.width = 800; else m_Config.width = atoi(value); } else if (!stricmp(command, "HEIGHT")) { if (atoi(value) < 600) m_Config.height = 600; else m_Config.height = atoi(value); } This is a lock so that the client cannot run at a resolution lower than 800x600. (Lots of people run m2bob in 10x10 so it takes me resources) Function void CPythonSystem::SetDefaultConfig() is responsible for creating the first config when starting the game for the first time. I believe that
-
Fix for changing default settings during the first run of the game and blocking settings lower than 800x600. https://github.com/Alerinos/M2-Fix-Config
-
Cheaper CDN maintenance and faster player can play. Also quick update. You can convert the customer so that no one will notice the difference. The files are loaded when you log in.
-
My client weighs a little, he is working on its optimization. I thought you could change tga and dds to png. It was a bad idea. The result of my tests Test PC .png decompression: 351 MB Test PC .png comression lz4: 336 MB Test PC .png comression lmza2: 321 MB Test PC .tga and .dds decompression: 305 MB Test PC .tga and .dds comression lz4: 240 MB Test PC .tga and .dds comression lmza2: 155 MB Folder Pack decompression: 2400 MB lz4: 1700 MB lmza2: 1190 MB What compression do you use and what do you do to make the client weigh less?
-
His attacks are based on "client less". He sends normal player packages but in large numbers. For me, "ch3hp" is funny. A hacker who can't do anything ? (I've seen youtube videos). Write to me, I will help Discord: Alerin#5559
-
Unfortunately, this class is for bonuses. I never wondered how soul stones work. I need to look at the source code.
-
Alerin#5559 https://github.com/Alerinos I invite you to work in IT for 10 years. Full stack technology. Write what you need and I'll do it for you.
-
item_attr are bonuses that can be earned in the game. There are more bonuses in the source code, the ID is important. TValueName c_aApplyTypeNames[] = { { "STR", APPLY_STR }, { "DEX", APPLY_DEX }, { "CON", APPLY_CON }, { "INT", APPLY_INT }, { "MAX_HP", APPLY_MAX_HP }, { "MAX_SP", APPLY_MAX_SP }, { "MAX_STAMINA", APPLY_MAX_STAMINA }, { "POISON_REDUCE", APPLY_POISON_REDUCE }, { "EXP_DOUBLE_BONUS", APPLY_EXP_DOUBLE_BONUS }, { "GOLD_DOUBLE_BONUS", APPLY_GOLD_DOUBLE_BONUS }, { "ITEM_DROP_
-
Yes, socket - soul stone etc attrtype and attrvalue - bonus Here you have a class to read bonuses https://github.com/Alerinos/M2-WWW-Bonus
-
System for drawing items for points The look is exemplary, if you want prettier and more functional, write to me. https://github.com/Alerinos/M2-System-Carousel For the system to work, you need to connect to your base (class, function, etc.). They are marked as TODO Setting: $c->price = 100; // Number of points needed for the draw $c->items([ // List of items to be won. [ID, Promil] (percentage * 10) [100100, 500], [100200, 500], [100000, 500], [100300, 200], [100400, 200], [100500, 100], [30270, 10
-
M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Automatic event system, start the event and set the end time. (You will never forget to finish the event again.)