integral Posted February 13, 2012 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 167 Reputation: 4 Joined: 02/01/12 Last Seen: August 20, 2017 Share Posted February 13, 2012 (edited) Is it possible to have a requirement in order to enter a chat room? For example: When a chat room was created, You need to have at least 1m zeny to enter? Though it will only check it but not take it. Edited February 17, 2012 by integral Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 13, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted February 13, 2012 *waitingroom "<chatroom name>",<limit>{,<event label>,<trigger>,<required zeny>,<min lvl>,<max lvl>}; // The NPC will have a box above its head, it will say "Party - Waiting Room" // and will have 8 waiting slots. Clicking this will allow a player who has // 5000 zeny and lvl 50~99 to enter the chat room, where the player will be // able to wait until 8 people accumulate. Once this happens, it will cause // the NPC "Bouncer" run the label "OnStart" waitingroom "Party - Waiting Room",5,"Bouncer::OnStart",8,5000,50,99; Quote Link to comment Share on other sites More sharing options...
integral Posted February 13, 2012 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 167 Reputation: 4 Joined: 02/01/12 Last Seen: August 20, 2017 Author Share Posted February 13, 2012 (edited) *waitingroom "<chatroom name>",<limit>{,<event label>,<trigger>,<required zeny>,<min lvl>,<max lvl>}; // The NPC will have a box above its head, it will say "Party - Waiting Room" // and will have 8 waiting slots. Clicking this will allow a player who has // 5000 zeny and lvl 50~99 to enter the chat room, where the player will be // able to wait until 8 people accumulate. Once this happens, it will cause // the NPC "Bouncer" run the label "OnStart" waitingroom "Party - Waiting Room",5,"Bouncer::OnStart",8,5000,50,99; Thank you. Problem Solved. Btw, is it possible to have a zeny range? maybe from 50m to 100m? Edited February 13, 2012 by integral Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 13, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted February 13, 2012 nope Quote Link to comment Share on other sites More sharing options...
integral Posted February 13, 2012 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 167 Reputation: 4 Joined: 02/01/12 Last Seen: August 20, 2017 Author Share Posted February 13, 2012 (edited) Alright, Problem solved. Thank you. Is there any way for it to just check the zeny? not take it. Edited February 13, 2012 by integral Quote Link to comment Share on other sites More sharing options...
Matheus Posted February 13, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 63 Reputation: 6 Joined: 11/15/11 Last Seen: December 13, 2013 Share Posted February 13, 2012 Maybe changing the source .. Quote Link to comment Share on other sites More sharing options...
Question
integral
Is it possible to have a requirement in order to enter a chat room?
For example: When a chat room was created,
You need to have at least 1m zeny to enter? Though it will only check it but not take it.
Edited by integralLink to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.