Jump to content
Noil

Logging in same Account multiple times

Recommended Posts

Hey,

 

Do you know the situation of playing Ragnarok professional, that you end up having like at least 10 accounts?

 

My idea is to log in the same account multiple times, but not multiple times in the same charackter like shifting the double login check just one step deeper.

 

I think this will become something source moddy?

 

Possible problems I see:

Item duplication due to parallel storage use, but this would be like gstorage?

 

Yours

Noil

Share this post


Link to post
Share on other sites

Hey,

 

Do you know the situation of playing Ragnarok professional, that you end up having like at least 10 accounts?

 

My idea is to log in the same account multiple times, but not multiple times in the same charackter like shifting the double login check just one step deeper.

 

I think this will become something source moddy?

 

Possible problems I see:

Item duplication due to parallel storage use, but this would be like gstorage?

 

Yours

Noil

Same account, multiple times?

Currently not possible, since the source DB uses account_Id to store player data...

Share this post


Link to post
Share on other sites

Sorry if I am nooby, but could you explain this any further to me?

Why is this a problem you can still use the id because it's the same account  :o

Share this post


Link to post
Share on other sites

Just imagine an array. What you currently want is for array to provide different elements(character info) under one and the same index (account_id) at the same time.

Share this post


Link to post
Share on other sites

Yeah an array can do this different elements same array. Still don't get the core problem  :huh:

 

---- Edit ----

 

Client A --> AccountID[Char 1] = Charackter Info for Char 1

Client B --> AccountID[Char 2] = Charackter Info for Char 2

 

whereas the account id is equal

Edited by Noil

Share this post


Link to post
Share on other sites

@@Noil

 

That depends on what the client sends to identify a session. If he gives you the char id it could work. If he only gives you the account id, it wont work.

But using your approach would force the server to loop trough the array everytime a character operation is performed and you would need to change it in many places i guess.

 

So it is a lot of work for sure.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.