Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Zzbrandon

Members
  • Posts

    662
  • Joined

  • Last visited

    Never

Everything posted by Zzbrandon

  1. A simple away around the price is a emulator.
  2. FOOL! Do not speak back to Excalibur.
  3. FOOLS! This is old and I bought a laptop back in the 12th Century on a fine morning with coffee no wait it was tea.
  4. Is there anyway to make it so Fmod.dll doesnt have to be in same folder as client like in another folder?
  5. I am using Joyce's updater and getting error 334 Solved I forogot unrar.dll
  6. My two favorite's were Majora's Mask and Wind Waker, Wind Waker you were actually able to explore and it was huge.
  7. Zzbrandon

    Updater

    I think he already knew that.
  8. Zzbrandon

    Updater

    Look at end of code FrmMenu.show maximized it.
  9. Zzbrandon

    Updater

    It basically hide's the screen and they can not maximize it.
  10. Zzbrandon

    Updater

    ``` Private Sub Form_Load() ' If debug mode, handle error then exit out If Options.Debug = 1 Then On Error GoTo errorhandler FrmMenu.hide Shell("UPDATER", vbNormalFocus ' Error handler Exit Sub errorhandler: HandleError "Form_Load", "frmLoad", Err.Number, Err.Description, Err.Source, Err.HelpContext Err.Clear Exit Sub End Sub FrmMenu.show ``` That might work you will have to try it.
  11. Zzbrandon

    Updater

    > How can i make sure that players will wait to update? What do you mean how long it take's to update?
  12. First of all you have to know what you are talking about. > **- Maybe cleaning the dx8 code or upgrading it to dx9 ? (actually i don't know what would do if we use dx9 so …)** Visual Basic's 6 you see has a limit to what it can handle. Upgrading to DirectX9 is impossible since Visual Basic's 6 is old and can only go up to Direct X8\. The only way we would achieve Direct X9 is moving to another platform.
  13. The thing that amaze's me is how easy you can exploit this via a resource hacker. Basically you can take an old client and edit it's version enabling it to connect to the server. This make's it harder atleast since it has to be exact the version number's so higher version's cannot connect.
  14. Zzbrandon

    Updater

    FOOLS! The answer is so simple your mind's cannot wrap around it. Simply put this into FrmLoad. ``` Private Sub Form_Load() ' If debug mode, handle error then exit out If Options.Debug = 1 Then On Error GoTo errorhandler Shell("UPDATER", vbNormalFocus ' Error handler Exit Sub errorhandler: HandleError "Form_Load", "frmLoad", Err.Number, Err.Description, Err.Source, Err.HelpContext Err.Clear Exit Sub End Sub ``` Change UPDATER into your updater's directory basically where it is located. Example: Shell("C:\Program Files\Game\Updater.exe", vbNormalFocus This will load your updater before your game updating your game before you have a chance to get to frmMenu to login.
  15. I want first thing seamless map's that would be the most useful then these features to be implanted.
  16. Yep. I solved it had to system restore some program messed up the .dll
  17. OlePro32.dll is corrupted
  18. FOOL! Excalibur demand's you stop botting instantly. It is against my 1000 clauses.
  19. FOOL! Your opinion does not count if it is negative.
  20. What have you got Master Excalibur for christmas.
×
×
  • Create New...