Jump to content
  • 0

Thanatos warp npc


Xemnas969696

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  08/28/20
  • Last Seen:  

Hi everyone,

I would need a script from a npc which teleports the player to the map of the boss thanatos and then he can give the fragments to the 4 monster and summon the boss.

Condition:
Only 1 player can enter (outside players will see a message indicating that someone is summoning the boss).
If the player dies, then the warp will be available and another player can enter in the map for kill the boss.
if the boss is killed, when a player talks to the npc they will see a message => Thanatos was killed by "Player name" at "Time of death".
when the boss is killed, he will have a 2 hour cooldown to be summoned.

thank you all in advance for your help

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

prontera,155,181,5	script	Sample	757,{
	if (select("Enter", "Cancel") == 1) {
		if (getmapusers("thana_boss")) {
			mes "Someone's already inside.";
		}
		else {
			for (.@i = 7436; .@i <= 7439; .@i++)
				if (!countitem(.@i))
					getitem .@i;
			warp thana_boss, 0, 0;
			end;
		}
	}
	close;
}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  08/28/20
  • Last Seen:  

UP !
it's about creating an npc in Thanatos 12.
This npc allows players to access the Boss Zone to summon the monster, only one player or group members can enter. everyone outside they have a message that says "someone is in the map".
when the boss is killed, the npc will say "Thanatos was killed by "player name" at "time of death" and no one can enter until the 2 hour cooldown ends

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
Answer this question...

×   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...