Jump to content

Quests, Games: Endless Tower Instance with Difficulty


Recommended Posts

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  261
  • Topics Per Day:  0.08
  • Content Count:  758
  • Reputation:   20
  • Joined:  11/21/15
  • Last Seen:  

How can I make this instance 2x a week or 3x a week?

thank you!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  261
  • Topics Per Day:  0.08
  • Content Count:  758
  • Reputation:   20
  • Joined:  11/21/15
  • Last Seen:  

On 12/4/2024 at 7:31 AM, lipezpe said:

Hello Guys!

Help pls? 2023 version.

@Louis T Steinhil pls

image.png.b2548053ba7373f9c1ea806aa6379ca5.png

Check this line

.@level_mode = select(
							"[ Level 50+ ] Normal", 
							"[ Level 100+ ] Veteran", 
							"[ Level 150+ ] Nightmare",
							"[ Level 200+ ] Hell",
							"[ Level 240+ ] ^ff0000Torment^000000"
						);
						$ENDLESSMODE[getcharid(1)] = .@level_mode;
						set .@required_level, 0;

						if (.@level_mode == 1) { .@required_level = 50; }
						else if (.@level_mode == 2) { .@required_level = 100; }
						else if (.@level_mode == 3) { .@required_level = 150; }
						else if (.@level_mode == 4) { .@required_level = 200; }
						else if (.@level_mode == 5) { .@required_level = 255; } // Change this to your server max level

						if (!instance_check_party(getcharid(1), .@online_members_count, .@required_level, 255)) { // Change this to your server max level

 

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.

×
×
  • Create New...