EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   Steam RoF2 Development Tracking (https://www.eqemulator.org/forums/showthread.php?t=39092)

provocating 01-30-2015 12:29 PM

How is the number of players per account being handled? I noticed the struct had changed and is different in the RoF clients. I normally let the players have more characters per account.

trevius 01-30-2015 06:24 PM

Quote:

Originally Posted by provocating (Post 237290)
How is the number of players per account being handled? I noticed the struct had changed and is different in the RoF clients. I normally let the players have more characters per account.

Do you mean the maximum number of characters you can create on an account, or are you referring to IP limiting?

The maximum number of players that RoF2 supports is higher than EQEmu supports. So, it is hard set to 10 max limit for character select. This is because max characters is currently hard coded everywhere to 10 instead of being something that can be defined based on client version. At some point, this may change to allow more than 10, but since 10 is a fairly reasonable number and you can have unlimited free accounts on EQEmu, it is not a high priority.

As for IP Limiting, that has nothing to do with client. That is dealt with in the server code and works the same for all.

provocating 01-30-2015 07:36 PM

I meant character select, I have my SoF, SoD and UF clients all at 26 characters per account. I am just trying to figure out how to do RoF2

granier 02-04-2015 10:30 PM

Cross client guild invites involving RoF2 do not seem to be working properly. When I do a /guildinvite from a UF client to a RoF2 client or vice versa the invite accept dialog does not show up for the invited individual. The server recognizes the guild invite for if I do a /guildinvite a second time, I get the message that the toon is already contemplating a guild invite. RoF2 to RoF2 and UF to UF /guildinvites are working properly for me. All this was tried on the PEQ server.

demonstar55 02-04-2015 10:43 PM

I think normal RoF has that issue as well, I know they changed a bit of the guild stuff, so could be related to that.

Nibiuno 02-05-2015 11:08 PM

Has anyone run into an issue upgrading to RoF2 and having all characters show naked after the database is upgraded from the perl script when you start the server? Just upgraded my test server and everyones gear is missing.

Edit: nevermind, restarted it again and now the gear is back but getting a new error message for SQL errors Ill work on fixing:

"Unknown column c.timelaston in 'field list' SELECT c.id, c.name c.class, c.level, c.timelaston, c.zoneid, g.guild_id....FROM vwBotCharacterMobs

Bohbo 02-06-2015 01:40 AM

Quote:

Originally Posted by Nibiuno (Post 237482)
Has anyone run into an issue upgrading to RoF2 and having all characters show naked after the database is upgraded from the perl script when you start the server? Just upgraded my test server and everyones gear is missing.

Edit: nevermind, restarted it again and now the gear is back but getting a new error message for SQL errors Ill work on fixing:

"Unknown column c.timelaston in 'field list' SELECT c.id, c.name c.class, c.level, c.timelaston, c.zoneid, g.guild_id....FROM vwBotCharacterMobs

I started seeing some similar sql errors and really long #repop and zone times. At least first zone (i think its waiting on popping). I posted about it in Windows Server Support.

EDIT:: One of my logs was showing it couldn't find plugins.pl yet plugins seem to load fine.

trevius 02-06-2015 01:06 PM

Quote:

Originally Posted by Nibiuno (Post 237482)
Has anyone run into an issue upgrading to RoF2 and having all characters show naked after the database is upgraded from the perl script when you start the server? Just upgraded my test server and everyones gear is missing.

Edit: nevermind, restarted it again and now the gear is back but getting a new error message for SQL errors Ill work on fixing:

"Unknown column c.timelaston in 'field list' SELECT c.id, c.name c.class, c.level, c.timelaston, c.zoneid, g.guild_id....FROM vwBotCharacterMobs

That is a bots issue, not RoF2. Unrelated to this thread and there is already a post about this in another thread.

Quote:

Originally Posted by Bohbo (Post 237490)
I started seeing some similar sql errors and really long #repop and zone times. At least first zone (i think its waiting on popping). I posted about it in Windows Server Support.

EDIT:: One of my logs was showing it couldn't find plugins.pl yet plugins seem to load fine.

Unrelated to RoF2 Development as well unless you are only having this issue on the RoF2 client and you have tried other clients and the problem doesn't occur on them.

trevius 02-06-2015 01:09 PM

Quote:

Originally Posted by granier (Post 237456)
Cross client guild invites involving RoF2 do not seem to be working properly. When I do a /guildinvite from a UF client to a RoF2 client or vice versa the invite accept dialog does not show up for the invited individual. The server recognizes the guild invite for if I do a /guildinvite a second time, I get the message that the toon is already contemplating a guild invite. RoF2 to RoF2 and UF to UF /guildinvites are working properly for me. All this was tried on the PEQ server.

I will have to test this out and take a look at it. It is almost certainly related to the new guild role/permission stuff. In older clients, there were only 3 membership levels (member, officer, and leader). In the RoF+ clients, there are now 8 levels. The last changes I made for this did a case switch to convert the membership levels to use the old system for now. Eventually, we will want to flip that implementation so that the server uses the new 8 tier membership system with permissions, and then do conversions for the older clients to use the new system. That is probably a considerable task and may take a while to complete.

Toony 02-07-2015 10:15 AM

I upgraded my server to RoF2 last night and I'm testing the RoF2 client. Seems pretty solid except item shortcuts placed on the hotbar are all the 1st item slot and don't activate the effect, anyone else seen this?

Bohbo 02-07-2015 10:18 AM

Quote:

Originally Posted by Toony (Post 237555)
I upgraded my server to RoF2 last night and I'm testing the RoF2 client. Seems pretty solid except item shortcuts placed on the hotbar are all the 1st item slot and don't activate the effect, anyone else seen this?

Low Priority Work:
3. Item Hotkeys - Slot based hotkeys can still be created by holding ALT+Click on a slot. The new Item Hotkeys which are created by holding Click on an item do not function yet. This was moved to low priority due to it being a new feature even though it is accessed in the same way as the old feature was (but old feature is still available).

Toony 02-08-2015 12:59 PM

Quote:

Originally Posted by Bohbo (Post 237556)
Low Priority Work:
3. Item Hotkeys - Slot based hotkeys can still be created by holding ALT+Click on a slot. The new Item Hotkeys which are created by holding Click on an item do not function yet. This was moved to low priority due to it being a new feature even though it is accessed in the same way as the old feature was (but old feature is still available).

Thanks, that worked, appreciate it.

demonstar55 02-09-2015 04:04 AM

Well, the normal item hotkeys should work now ... Didn't do much testing, so I could of broken something ....

Nibiuno 02-10-2015 11:10 PM

Money is disappearing that is being put into the shared bank after upgrading to RoF2, code from 02/05. Testing items next. It's only disappearing with RoF2 clients.

dagulus2 02-10-2015 11:17 PM

Quote:

Originally Posted by Nibiuno (Post 237723)
Money is disappearing that is being put into the shared bank after upgrading to RoF2, code from 02/05. Testing items next. It's only disappearing with RoF2 clients.

From what I can see, it's still recorded on the server that the plat has been put in the shared bank. It's just not showing up in the client so you can't access it.


All times are GMT -4. The time now is 11:31 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.