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

Yenkai

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by Yenkai

  1. Instead of adding: ``` Vital = Vital * (Player(Index).Level / 2) + GetPlayerStat(Index, Stats.Intelligence) / 4 ``` Add this: ``` Vital = Vital * (Player(Index).Level / 2) + GetPlayerStat(Index, Stats.Strength) / 4 ```
  2. > Next, search for "Sub DrawPlayerName" and after: > > ``` > ' If debug mode, handle error then exit out > If Options.Debug = 1 Then On Error GoTo errorhandler > > ``` > Add: > > ``` > If frmMain.optVOff.Value = True Then Exit Sub > > ``` Maybe reading the code would help ;)
×
×
  • Create New...