Jump to content
  • 0

Question

Posted

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

2 answers to this question

Recommended Posts

  • 0
Posted
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;
}

 

  • 0
Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...