prontera,160,182,3 script Right 721,{
end;
OnInit:
waitingroom "Waiting room",2,"Left::OnRoomFull",1; //Create a waitingroom
enablewaitingroomevent "Left"; //Enable the event trigger for the waiting room
end;
OnRoomFull:
if(getwaitingroomstate(32,"Left")) end; //Check if the other waiting room is full, if not end the script.
donpcevent "Right::OnRoomWarp"; //Warp the second room
callsub OnRoomWarp; //Warp this room.
end;
OnRoomWarp:
warpwaitingpc "guild_vs2",91,49;
end;
}
prontera,160,184,3 script Left 721,{
end;
OnInit:
waitingroom "Waiting room",2,"Right::OnRoomFull",1; //Create a waitingroom
enablewaitingroomevent "Right"; //Enable the event trigger for the waiting room
end;
OnRoomFull:
if(getwaitingroomstate(32,"Right")) end; //Check if the other waiting room is full, if not end the script.
donpcevent "Left::OnRoomWarp"; //Warp the second room
callsub OnRoomWarp; //Warp this room.
end;
OnRoomWarp:
warpwaitingpc "guild_vs2",8,49;
end;
}
when the 1 player enter in the pub will warp to map but the other 1 player didn't warp... what i need to do please help me thanks...
i wan't to make 5/5 in pub and the 5players all can enter the pub but they need a party... thanks so 2 partys and 2 npc w/ waiting room 5/5
Question
rhay18
when the 1 player enter in the pub will warp to map but the other 1 player didn't warp... what i need to do please help me thanks...
i wan't to make 5/5 in pub and the 5players all can enter the pub but they need a party...
thanks so 2 partys and 2 npc w/ waiting room 5/5
Link to comment
Share on other sites
3 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.