Jump to content
  • 0

Group Warp Request


Bisuke

Question


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   10
  • Joined:  04/02/12
  • Last Seen:  

Hello there, I am making a simple storyline quest for a group of Players. However I don't know how to code it. So I am requesting an NPC that has  chat room and will warp the characters inside the Chat Room in a certain map. Let say 5 Players are required to start the event, after 5 players enter the Chat Room, they will be all teleported in a certain map.

 

OR

 

You can help me change the code of Goddameit's script, I just want to make the prize the same for all the players. After the Party leader talks to the NPC, the party will be warped outside the dungeon and receive a same prize. Attached in the Post is the code.

 

Thanks in advance.

script.txt

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.03
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

I'm not good in scripting, and I think this will make a NPC with waitingroom, slot 10 (-1), when 5th player joined, it will triggers the label to warp 5 players that joined.

prontera,155,165,5	script	W4iT1n9 R0oM	123,{
	end;
	OnHmm:
		warpwaitingpc "niflheim",0,0,5;
		end;
	OnInit:
		waitingroom "W4iT1n9 R0oM",10,strnpcinfo(3)+"::OnHmm",5;
		end;
}
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...