- #SCARLET BLADE VENDETTA DISCONNECTS UPDATE#
- #SCARLET BLADE VENDETTA DISCONNECTS MODS#
- #SCARLET BLADE VENDETTA DISCONNECTS FREE#
This is also why the item poofs upon logout, as the item registered in weapon slot is no longer "temporarily" stored in memory - the location slotted upon reward acceptance. So the next item auto-equipped gets forced into weapon slot without a means to validate InvenType and SlotIndex (since the SlotIndex returns "null"). Problem with other gear types, they cannot validate their InvenType/SlotIndex from the db vs character. I opted for the Punisher, my wife MrsStix went Medic, Wiggy went Shadow Walker and Wiggy’s boyfriend went Cyberblade. Each class differs quite a bit from one another having very distinct playstyles. In this instance the client can only return a null value for SlotIndex (for character sheet) and the auto-equipped items get stored into the "weapon slot" since the weapon slot would have SlotIndex = 0 (queens_gui_charinfo.layouts) and SlotType (queens_gui_inventory.layouts).Īuto-equipped items are done so at time of accepting reward, so show automatically in character sheet. Scarlet Blade offers various classes to choose between The Defender, Shadow Walker, Whipper, Punisher, Sentinel, Medic, and the Cyberblade. The server knows the character is correct and thus populates the data to the database, but retrieval is failing since the client cannot authenticate the character during the retrieval of information via database queries. Indeed, the title has been changed from LEGEND OF THE SCARLET CLOUDS to LEGEND OF THE SCARLET BLADES for the American edition in an apparent attempt to get the attention of BotI fans.4. Since the character authentication in game versus the database retrieval of information is not maintained the items cannot be read from the current character stored data in the database.
#SCARLET BLADE VENDETTA DISCONNECTS MODS#
I will be appointing admins and mods as we grow.
#SCARLET BLADE VENDETTA DISCONNECTS FREE#
Feel free to use our chat & check out our discussions section and subforums for more.
#SCARLET BLADE VENDETTA DISCONNECTS UPDATE#
This can be validated by attempting to use in-game GUI's that reference character authentication (2 examples are the Broker or Guild Storage - which require character authentication and query from the database, but fails due to lack of character authentication via client). This is the Unofficial steam group for Aeria games new addition 'Scarlet Blade' The group is open to all guilds,factions & fans I will regularly update the group with new announcements concerning SB as well with events & giveaways of our own. As long as bash is smart with the Donation/Vote shop, People will love it. There are people who will FLOCK to that as they would wish to stay away from aeria games as much as possible. Once the client attempts to use character authentication (in game) to retrieve character data from the database, it fails due to not having maintained authentication of the "character inside the client". Vendetta was the only server to my knowledge that has a Scarlet Blade source file. As the web api is merely forcing an account name/password to be validated for account login / char creation only (at the moment). Once in game, the client does not have the proper authentication to retrieve data from the database. Welcome to Scarlet Blade Vendetta Maintenance COMPLETE Maintenance. The authenticated account can log out and generate a new character based on that authentication, but it is not carried over inside the game. The web-api authenticates account login and character creation.
Currently, we're using the (custom made) web api to authenticate the client.