prontera,160,183,4 script Dead Branch Room Warper 859,{
mes "[Dead Branch Room Warper]";
mes "Which dead branch room would you like to be warped to?";
next;
menu "Room 1",pvp1,"Room 2",pvp2,"Room 3",pvp3,"Room 4",pvp4,"Room 5",pvp5;
pvp1:
warp "new_1-3",0,0;
end;
pvp2:
warp "new_2-3",0,0;
end;
pvp3:
warp "new_3-3",0,0;
end;
pvp4:
warp "new_4-3",0,0;
end;
pvp5:
warp "new_5-3",0,0;
end;
}
A simple dead branch room that can use "Dead Branch and Bloody Branch"
The problem on this script was the map was official? It has mobs. And i cant use dead branch and bloody branch. And im requesting for optional fee when entering the room. Thanks!
***Edit
And also I want to see how many people are inside of each room.
Question
Gidz Cross
I need a script something like this.
A simple dead branch room that can use "Dead Branch and Bloody Branch"
The problem on this script was the map was official? It has mobs. And i cant use dead branch and bloody branch. And im requesting for optional fee when entering the room. Thanks!
***Edit
And also I want to see how many people are inside of each room.
Something like
Room 1 [5] = Means 5 people inside
Room 2 [0]
Room 3 [2]
And so on.
Edited by gidzdlcrz6 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.