Jump to content
  • 0

TvT Participants


Question

Posted

I have interlude tvt, didnt change it but there is a problem with it. When i change max participants more than 20 it doesnt changes... any ideas? btw is there any interlude tvt event shared? cause that one from evil33t sucks

8 answers to this question

Recommended Posts

  • 0
Posted

I have interlude tvt, didnt change it but there is a problem with it. When i change max participants more than 20 it doesnt changes... any ideas? btw is there any interlude tvt event shared? cause that one from evil33t sucks

Maybe you cant change the participants to be more than 20 because 20 is max
  • 0
Posted

Maybe you cant change the participants to be more than 20 because 20 is max

hm maybe yes, you know what file is responsible for that? or any other tvt events?

pack,client?

interlude l2j

  • 0
Posted

net.sf.l2j.gameserver.model.entity

i search all tvt files there for number 20 and number 40 and nothing found

  • 0
Posted

i search all tvt files there for number 20 and number 40 and nothing found

u will not find 20 or 40  u will find something like this  "Config.TVT_EVENT_MIN_PLAYERS_IN_TEAMS"

  • 0
Posted

nvm found it. It was in config.java

TVT_EVENT_MAX_PLAYERS_IN_TEAMS              = Integer.parseInt(L2JModSettings.getProperty("TvTEventMaxPlayersInTeams", "20"));

you have to change 20 to smt else.

Request to lock

  • 0
Posted

nvm found it. It was in config.java

TVT_EVENT_MAX_PLAYERS_IN_TEAMS              = Integer.parseInt(L2JModSettings.getProperty("TvTEventMaxPlayersInTeams", "20"));

you have to change 20 to smt else.

Request to lock

k

Guest
This topic is now closed to further replies.


×
×
  • Create New...