• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] 3vs3 solo

Status
Not open for further replies.

Intouch

Respected Member
Greetings!

I was trying to make 3v3 solo que system, but i have little problem:

I replaced 5vs5 with 3v3 solo que, so I changed maxplayercount to 3 (from 5).
But when players try to join 3v3 it is like 1vs1, it start arena with 2 players (1vs1).
Here is code: http://pastebin.com/FD0WMWgP

Second question: is possible to implement some feature into script so it wont allow to add more than 1 healer per team, and faction check (so players can play arenas with another faction in group too)
 

Tommy

Founder
I see allot of "ARENA_TEAM_5v5" being used in the script. You need to change those to 3v3 since you're wanting to do this for 3v3 and not 5v5. Changing the max count probably confused everything since "ARENA_TEAM_5v5" is still the actual arena type, but I'm not entirely sure about that.

Second question: is possible to implement some feature into script so it wont allow to add more than 1 healer per team, and faction check (so players can play arenas with another faction in group too)

You could possibly check for the most talent points in the classes healing spec. That's what I would do.
 

Intouch

Respected Member
Okay, lemme explain you :) 3v3 solo queue allow players to make 3v3 team (not default 3v3 team) so you don't need arena partners to play arenas, then you join arena que and get random 3v3 random partners.
 

Tommy

Founder
If you're asking me to do it, I can't and this isn't a request section. Hamar could possibly help you since it is his script.
 

Intouch

Respected Member
No, I am asking you how can I change that "maxcount" of his 1v1 script to 3v3.... Need one example from his script
 

Tommy

Founder
As I said, it is probably best to have Hamar help you. I haven't looked at the script, but he would be quicker in answering that for you instead of me. I'll get his attention on this and have him help you.
 
Status
Not open for further replies.
Top