Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
resync button
#2
Explain to me what you mean by resynching?

If you mean simply reloading the surfaces you can do it like so:

in modCommands:
Code:
If Mid(MyText, 1, 8) = "/refresh" Then
            If MsgBox("You are about to refresh all the graphics surfaces. This could take some time, and may also 'mess the graphics up'. If anything looks distroted after reshing, you may try to do it again, but it is better to restart the game client." & vbNewLine & "Do you wish to refresh?", vbYesNo, "Warning") = vbYes Then
                Call DestroyDirectX
                Call InitDirectX
                Call AddText("Surfaces recallibrated.", white)
            End If

            MyText = ""
            Exit Sub
        End If
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)