17-08-2008, 02:05 AM
Ok guys I have added a little bug fix to my engine we had the discussion about this awhile back when it was still owed by Shann
Now I have added another code to my system to make a backup of the character in the data files, under folder BUAccount.
Now all I did was add Call SaveBUPlayer to the AddAccout sub. And the created a new save and load sub, which are BUPlayer which calls the save in the folder, the thing is the above code actually deletes the account from the accounts folder, And no matter how much I try to add a code to move the BUPlayer.ini's to the account folder once the player clicks the recover account button, any idea's on how to fix this issue?
Any help would be appreciated Thanks
Code:
Private Sub picConnect_Click()
If Trim(txtName.Text) "" And Trim(txtPassword.Text) "" Then
Call MenuState(MENU_STATE_DELACCOUNT)
End If
End Sub
Now I have added another code to my system to make a backup of the character in the data files, under folder BUAccount.
Now all I did was add Call SaveBUPlayer to the AddAccout sub. And the created a new save and load sub, which are BUPlayer which calls the save in the folder, the thing is the above code actually deletes the account from the accounts folder, And no matter how much I try to add a code to move the BUPlayer.ini's to the account folder once the player clicks the recover account button, any idea's on how to fix this issue?
Any help would be appreciated Thanks