Member
Aug
Threads
1
79
12
8
HubMoney
535
Kırmızı Yazı ve Link

AD: MetinTwo - Feel the Real Metin Experience! - 18 April! CLICK FOR PRESENTATION!

Hello everyone

My Discord is: caanmasu

I bring you my second quest tutorial where you can improve your quest/lua skills (a bit of SQL too) until you become a real expert.

Note: in the link is the first and second tutorial (Spanish and English language)

This tutorial is about an infinity Dungeon.

The dynamic of my tutorials is to make a quest where I show point by point how I would do it, and I explain it in detail.

If you want to skip the tutorial and just use the quest, you are free to do so, I left a folder with the files to install.

I must warn that I only provide code, not models. I use already existing models from the game, specifically, demon tower map, Reaper as boss, dogs as monsters to destroy, etc. You can use the dungeon with the models you want, this way you improve the user experience. The dungeon is customizable, you only have to change numbers.

I must also warn that the dungeon has not been tested with several players, although I did good tests with several of my characters, the best tests are done with real players. In case you find bugs, report them to my Discord.

Another important note, if you don't read the tutorial, there are additional data that you can't miss, they are really mandatory. You must go to the tutorial and at the end you will find a section called 'Additional data:'. Really, you can't miss it.

The content of this tutorial is as follows:

1. Show a button on the NPC
2. Show the NPC button only when we are in the map outside the dungeon.
3. Create the first dungeon jump
4. Create group mode
5. Add some restrictions for entry
6. Create two room mechanics and run them so that they are chosen randomly.
7. Take the character out of the dungeon when player die.
8. Create the ranking log
9. Add dungeon rejoin
10. Display the ranking
11. Add an announcement when someone breaks a floor record.
12. Create spectator mode
13. Increase the difficulty for each floor
14. Add logs
15. Create rewards
16. Create 5 dungeon mechanics
17. Dynamize the base coordinates
18. Add remaining time on each floor
19. Facilitate entry into GMs characters
20. Convert texts to variables

Some gifs:




















Number of lines of code:

translate.lua: 48
questlib.lua: 76
quest_infinity_dungeon.sql: 9
infinity_dungeon.quest: 167
infinity_dungeon_lib.lua: 408
infinity_dungeon_mission_lib.lua: 287
infinity_dungeon_rewards.lua: 26

Total: 1021 lines


If you liked the intention of this post you can help me with a reaction, so you can give more popularity to this post and make it more visited so that more people can access to the knowledge of free quest/lua of the highest quality ever seen.

Once an acquaintance told me that there was not enough quest documentation for Metin2 and I agreed with him. At that time I knew a little about quest/lua but I said to myself 'knowledge should be free but someone should provide it, not for profit' and I didn't expect that I was going to do it. I didn't want to be left alone with what I knew, I had the need to share it for everyone.

About my knowledge of quest/lua:
When I first learned quest/lua, I already had base experience of programming in general. I learned quest/lua empirically by watching other people's quest, the LUA source code in C++ about functions and the binary source code related to RAW TEXT tokens, in that order. I could say that I have seen and reviewed thousands of quests written by German, Spanish, English, Romanian, Turkish and other nationalities. I have also seen all levels of quests written by others. I have created many quests for clients, of all kinds of nationalities for all kinds of servers.
In total I have accumulated more than 10 thousand hours of quest/lua programming. I have dedicated a lot of time of my life to this. I am a person who does not stay with what he knows, but wants to extend himself more, so I researched for a long time how to improve the quality of my code and to this day I put it into practice and it is the most important pillar of all my programming: code quality.
I learned many code structures from many quest until I created my own structure and also my own libraries. When quest/lua is limited to what I need, I have no difficulty in modifying or creating LUA functions in C++ as this is also part of quest.

There is much more about this but I think it is enough in this post.

The day I leave, there will be forever (or until Metin2 dies completely) this knowledge that will be useful to improve the experience of players in Metin2 private servers. If they are shit server or not, I don't care.

If you need any help you can contact me. My Discord is 'caanmasu'.

Greetings to all.

Download:
Hidden content
You need to reply to this thread in order to see this content.
 
Metin2Hub Bot
M2Hub Bot
Feb
Threads
65
2,241
2
1,109
113
HubMoney
1,486
Hello everyone

My Discord is: caanmasu

I bring you my second quest tutorial where you can improve your quest/lua skills (a bit of SQL too) until you become a real expert.

Note: in the link is the first and second tutorial (Spanish and English language)

This tutorial is about an infinity Dungeon.

The dynamic of my tutorials is to make a quest where I show point by point how I would do it, and I explain it in detail.

If you want to skip the tutorial and just use the quest, you are free to do so, I left a folder with the files to install.

I must warn that I only provide code, not models. I use already existing models from the game, specifically, demon tower map, Reaper as boss, dogs as monsters to destroy, etc. You can use the dungeon with the models you want, this way you improve the user experience. The dungeon is customizable, you only have to change numbers.

I must also warn that the dungeon has not been tested with several players, although I did good tests with several of my characters, the best tests are done with real players. In case you find bugs, report them to my Discord.

Another important note, if you don't read the tutorial, there are additional data that you can't miss, they are really mandatory. You must go to the tutorial and at the end you will find a section called 'Additional data:'. Really, you can't miss it.

The content of this tutorial is as follows:

1. Show a button on the NPC
2. Show the NPC button only when we are in the map outside the dungeon.
3. Create the first dungeon jump
4. Create group mode
5. Add some restrictions for entry
6. Create two room mechanics and run them so that they are chosen randomly.
7. Take the character out of the dungeon when player die.
8. Create the ranking log
9. Add dungeon rejoin
10. Display the ranking
11. Add an announcement when someone breaks a floor record.
12. Create spectator mode
13. Increase the difficulty for each floor
14. Add logs
15. Create rewards
16. Create 5 dungeon mechanics
17. Dynamize the base coordinates
18. Add remaining time on each floor
19. Facilitate entry into GMs characters
20. Convert texts to variables

Some gifs:




















Number of lines of code:

translate.lua: 48
questlib.lua: 76
quest_infinity_dungeon.sql: 9
infinity_dungeon.quest: 167
infinity_dungeon_lib.lua: 408
infinity_dungeon_mission_lib.lua: 287
infinity_dungeon_rewards.lua: 26

Total: 1021 lines


If you liked the intention of this post you can help me with a reaction, so you can give more popularity to this post and make it more visited so that more people can access to the knowledge of free quest/lua of the highest quality ever seen.

Once an acquaintance told me that there was not enough quest documentation for Metin2 and I agreed with him. At that time I knew a little about quest/lua but I said to myself 'knowledge should be free but someone should provide it, not for profit' and I didn't expect that I was going to do it. I didn't want to be left alone with what I knew, I had the need to share it for everyone.

About my knowledge of quest/lua:
When I first learned quest/lua, I already had base experience of programming in general. I learned quest/lua empirically by watching other people's quest, the LUA source code in C++ about functions and the binary source code related to RAW TEXT tokens, in that order. I could say that I have seen and reviewed thousands of quests written by German, Spanish, English, Romanian, Turkish and other nationalities. I have also seen all levels of quests written by others. I have created many quests for clients, of all kinds of nationalities for all kinds of servers.
In total I have accumulated more than 10 thousand hours of quest/lua programming. I have dedicated a lot of time of my life to this. I am a person who does not stay with what he knows, but wants to extend himself more, so I researched for a long time how to improve the quality of my code and to this day I put it into practice and it is the most important pillar of all my programming: code quality.
I learned many code structures from many quest until I created my own structure and also my own libraries. When quest/lua is limited to what I need, I have no difficulty in modifying or creating LUA functions in C++ as this is also part of quest.

There is much more about this but I think it is enough in this post.

The day I leave, there will be forever (or until Metin2 dies completely) this knowledge that will be useful to improve the experience of players in Metin2 private servers. If they are shit server or not, I don't care.

If you need any help you can contact me. My Discord is 'caanmasu'.

Greetings to all.

Download:

Hello dear user,

Your post will be under surveillance by bots for the next few hours.

Forum description : Metin2 private server, Metin2 download, Metin2 support, Metin2 Forum, Metin2 Pvp Servers, Errors, Bugs, Requests, Metin2 Pvp Forum, Everything About Metin2.
 
Member
Apr
Threads
0
99
0
6
HubMoney
517
Hello everyone

My Discord is: caanmasu

I bring you my second quest tutorial where you can improve your quest/lua skills (a bit of SQL too) until you become a real expert.

Note: in the link is the first and second tutorial (Spanish and English language)

This tutorial is about an infinity Dungeon.

The dynamic of my tutorials is to make a quest where I show point by point how I would do it, and I explain it in detail.

If you want to skip the tutorial and just use the quest, you are free to do so, I left a folder with the files to install.

I must warn that I only provide code, not models. I use already existing models from the game, specifically, demon tower map, Reaper as boss, dogs as monsters to destroy, etc. You can use the dungeon with the models you want, this way you improve the user experience. The dungeon is customizable, you only have to change numbers.

I must also warn that the dungeon has not been tested with several players, although I did good tests with several of my characters, the best tests are done with real players. In case you find bugs, report them to my Discord.

Another important note, if you don't read the tutorial, there are additional data that you can't miss, they are really mandatory. You must go to the tutorial and at the end you will find a section called 'Additional data:'. Really, you can't miss it.

The content of this tutorial is as follows:

1. Show a button on the NPC
2. Show the NPC button only when we are in the map outside the dungeon.
3. Create the first dungeon jump
4. Create group mode
5. Add some restrictions for entry
6. Create two room mechanics and run them so that they are chosen randomly.
7. Take the character out of the dungeon when player die.
8. Create the ranking log
9. Add dungeon rejoin
10. Display the ranking
11. Add an announcement when someone breaks a floor record.
12. Create spectator mode
13. Increase the difficulty for each floor
14. Add logs
15. Create rewards
16. Create 5 dungeon mechanics
17. Dynamize the base coordinates
18. Add remaining time on each floor
19. Facilitate entry into GMs characters
20. Convert texts to variables

Some gifs:




















Number of lines of code:

translate.lua: 48
questlib.lua: 76
quest_infinity_dungeon.sql: 9
infinity_dungeon.quest: 167
infinity_dungeon_lib.lua: 408
infinity_dungeon_mission_lib.lua: 287
infinity_dungeon_rewards.lua: 26

Total: 1021 lines


If you liked the intention of this post you can help me with a reaction, so you can give more popularity to this post and make it more visited so that more people can access to the knowledge of free quest/lua of the highest quality ever seen.

Once an acquaintance told me that there was not enough quest documentation for Metin2 and I agreed with him. At that time I knew a little about quest/lua but I said to myself 'knowledge should be free but someone should provide it, not for profit' and I didn't expect that I was going to do it. I didn't want to be left alone with what I knew, I had the need to share it for everyone.

About my knowledge of quest/lua:
When I first learned quest/lua, I already had base experience of programming in general. I learned quest/lua empirically by watching other people's quest, the LUA source code in C++ about functions and the binary source code related to RAW TEXT tokens, in that order. I could say that I have seen and reviewed thousands of quests written by German, Spanish, English, Romanian, Turkish and other nationalities. I have also seen all levels of quests written by others. I have created many quests for clients, of all kinds of nationalities for all kinds of servers.
In total I have accumulated more than 10 thousand hours of quest/lua programming. I have dedicated a lot of time of my life to this. I am a person who does not stay with what he knows, but wants to extend himself more, so I researched for a long time how to improve the quality of my code and to this day I put it into practice and it is the most important pillar of all my programming: code quality.
I learned many code structures from many quest until I created my own structure and also my own libraries. When quest/lua is limited to what I need, I have no difficulty in modifying or creating LUA functions in C++ as this is also part of quest.

There is much more about this but I think it is enough in this post.

The day I leave, there will be forever (or until Metin2 dies completely) this knowledge that will be useful to improve the experience of players in Metin2 private servers. If they are shit server or not, I don't care.

If you need any help you can contact me. My Discord is 'caanmasu'.

Greetings to all.

Download: [Hidden content]
love you<3