Jump to content

Server files Trinity V200


HelloBaby
 Share

Recommended Posts

  • 2 weeks later...
  • 2 weeks later...
  • 3 weeks later...
  • 3 weeks later...
On 1/12/2025 at 7:00 PM, HelloBaby said:

 

Download: 

Hidden Content

  • Reply to this topic to see the hidden content.

 

ty

 

On 11/8/2024 at 4:33 PM, Redit said:

Steps to Add a New Dungeon:

Hidden Content

  • Reply to this topic to see the hidden content.

In the New_Dungeons.h enum, add the dungeon name above DUNGEON_MAX_NUM. This name will serve as the dungeon’s ID and also as the variable name. (Example: [1.PNG])
Then, using the variable you entered, add a value to the array variable in New_Dungeons.cpp and configure the settings. (2.png)
Settings are in the following order: dungeon_ID > mapIndex > bossVnum > bossX > bossY > goX > goY > quitX > quitY > minLevel, needItem, needItemCount, cooldownMins

Example: { DUNGEON_NEW_1, 0, 1093, 120, 123, 115, 137, 9999, 9999, 119, 25040, 10, 40 }
If you set quitX and quitY to 9999, the player will be sent back to the village when time is up.
If you set needItemCount to 0, the player won’t be asked for a ticket upon entry.

After these steps, create a quest, copy the provided quest, and change the quest names.
Replace the [--to_be_changed] notes in the quest file with the ID of the new dungeon you added. (Example: [3.png - 4.png])
The setup is complete; you can now enter the new dungeon.

4.PNG.71f528e7f730dfcf13ee072757069a0c.png

3.png.29c05bd2b7c7effdb07ae26d5d97b7f0.png

2.thumb.png.7fed9462e18c84e63071712495337ca5.png

1.png.81f46cbe883eaa1b8023dfae675ddd87.png

 

Hidden Content

  • Reply to this topic to see the hidden content.

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

Terms of Service