Jump to content

Question

Posted

Hello, Can i request a npc that when you whispered "Hey" it will summon/spawn barricade in "guild_vs4,17,51" "guild_vs4,17,50" "guild_vs4,17,49" "guild_vs4,17,48" and it will say "The wall has been rebuild". After 10 seconds the wall will be gone. TIA!

2 answers to this question

Recommended Posts

Posted

i can't do it but, just asking, what purppose has that? i mean, even if in 10 seconds the barricade disappears, they can just spam "Hey" again lol

 

wouldn't be better a delay or something? just asking lol

Posted

Try this

-	script	sample	-1,{

OnInit:
	defpattern 1,"Hey","Lspawn";
	activatepset 1;
	end;

Lspawn:
	for(.@i = 47; .@i < 52; .@i++) {
		monster "guild_vs4",17,.@i,"Barricade",1905,1,"::OnSpawn";
		dispbottom "The wall has been rebuild.";
	}
	sleep 10000;
		killmonster "guild_vs4","OnSpawn";
	end;

}

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