Promise Posted March 28, 2014 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 386 Reputation: 38 Joined: 04/28/13 Last Seen: March 22, 2024 Share Posted March 28, 2014 Hello everyone, my question is the next. I just made this script; prontera,164,172,4 script MvP Room 813,{ mes "[MvP Warper]"; mes "Te gustaria ir a la sala MvP?"; next; menu "Si!",continue,"No, gracias",L_No; continue: mes "[MvP Warper]"; mes "A que sala te gustaria ir?"; mes "Sala 1:" + getmapusers("pvp_n_1-1") + "/1"; mes "Sala 2:" + getmapusers("pvp_n_2-1") + "/1"; mes "Sala 3:" + getmapusers("pvp_n_3-1") + "/1"; mes "Sala 4:" + getmapusers("pvp_n_4-1") + "/1"; mes "Sala 5:" + getmapusers("pvp_n_5-1") + "/1"; mes "Sala 6:" + getmapusers("pvp_n_6-1") + "/1"; mes "Sala 7:" + getmapusers("pvp_n_7-1") + "/1"; mes "Sala 8:" + getmapusers("pvp_n_8-1") + "/1"; menu "Sala 1",sala1,"Sala 2",sala2,"Sala 3",sala3,"Sala 4",sala4,"Sala 5",sala5,"Sala 6",sala6,"Sala 7",sala7,"Sala 8",sala8; next; sala1: if(getmapusers("pvp_n_1-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala2: if(getmapusers("pvp_n_2-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala3: if(getmapusers("pvp_n_3-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala4: if(getmapusers("pvp_n_4-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala5: if(getmapusers("pvp_n_5-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala6: if(getmapusers("pvp_n_6-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala7: if(getmapusers("pvp_n_7-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala8: if(getmapusers("pvp_n_8-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; L_No: mes "[MvP Warper]"; mes "Vuelve pronto!"; close; L_lleno: mes "[MvP Warper]"; mes "Lo siento, pero esta sala se encuentra llena."; close; } pvp_n_1-1,107,107,4 shop Branch 818,12103:5000000 And I need to do that you can enter by 1 person And then his party can enter too. And the other question, I have to add that when you die, resurrect in the same room with a healer to keep killing MVPs without remove your room. Thank you! Quote Link to comment Share on other sites More sharing options...
tinko Posted March 28, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 30 Reputation: 3 Joined: 03/15/13 Last Seen: September 9, 2024 Share Posted March 28, 2014 hi, did u see https://github.com/rathena/rathena/blob/master/npc/custom/etc/mvp_room.txt ? Quote Link to comment Share on other sites More sharing options...
Promise Posted March 29, 2014 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 386 Reputation: 38 Joined: 04/28/13 Last Seen: March 22, 2024 Author Share Posted March 29, 2014 I will test it in my server. Quote Link to comment Share on other sites More sharing options...
Question
Promise
Hello everyone, my question is the next.
I just made this script;
And I need to do that you can enter by 1 person
And then his party can enter too.
And the other question, I have to add that when you die, resurrect in the same room with a healer to keep killing MVPs without remove your room.
Thank you!
Link to comment
Share on other sites
2 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.