More characters online available

Aeryna

Moderator
Staff member
Moderator
Joined
Oct 10, 2017
Messages
362
Where to find the characters online allowed?. I just can log 1 character per player.
I tried "src/server/zone/managers/player/PlayerManagerImplementation.cpp" but i can't find the error at login: "Login error: You have reached the max characters online".
 

jowwarr

New Member
Joined
Nov 7, 2015
Messages
13
Bit of a necro, but have you looked in bin/scripts/managers/player_manager.lua?
-----------------------------------
--GENERAL PLAYER SETTINGS
-----------------------------------

onlineCharactersPerAccount = 2 --How many characters are allowed online from a single account. allowSameAccountPvpRatingCredit = 0

--Blue frog / GM buff values
performanceBuff = 1000
medicalBuff = 1900
performanceDuration = 7200 -- in seconds
medicalDuration = 7200 -- in seconds

--Sets the experience multiplier while grouped
groupExpMultiplier = 1.2

--Sets a global experience multiplier
globalExpMultiplier = 1.0
 

Aeryna

Moderator
Staff member
Moderator
Joined
Oct 10, 2017
Messages
362
No problem. This issue was fixed time ago.
I didn't remember to remove this post.
Thank you anyways.
 

sunshineunits

New Member
Joined
Nov 3, 2021
Messages
16
hi guys, im new to all this, thanks for this thread actually its exactly what i was looking for- im doing a sortof solo-play challenge server idea, for personal use just for fun, and i'd like to adjust buffs like these from the evil blue frogs, due to the fact that theres only going to be one player...me lol. one thin i noticed from some other servers is buffs persisting through death, is that a modification from this same section of the files? or is that something elsewhere? its not a big deal yet, but its one of the things i'd like to customize as i go. thanks for any ideas you have! :D
(imagine an end result something like what you'd get if you combined Sunrunner 2, Swg Renegades, vehicles that FEEL like the movies speed, all the QoL enhancements and stuff, and ...hopefully nge items/houses etc, though thats for later. ^_^ bit of a long term project lol
 
Top Bottom