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

TheCrasH

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

TheCrasH's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am sorry :sad: I have lack of patience.
  2. I am waiting answer for 1 day.
  3. Son mesaj 7 Haziran 2008; ???????????
  4. @Lightning: > @TheCrasH: > > > Hi Everyone. > > I need little but serious problem. > > This stat thing screw my brain. > > > > **Call SetPlayerPOINTS(Index, GetPlayerPOINTS(Index) + 10)** > > I make this value +10 but it isnt giving +10stat points when a player levels up. > > > > Sorry for my bad English. > > Thanks. > > Did you include it in Sub LevelUp / LevelUp.ess? (or whatever it's called) Yeah I included it. >! Sub PlayerLevelUp(Index) Dim PlayerExp >! If GetPlayerExp(Index) < GetPlayerNextLevel(Index) Then Exit Sub End If >! Do While GetPlayerExp(Index) >= GetPlayerNextLevel(Index) PlayerExp = GetPlayerNextLevel(Index) >! Call SetPlayerLevel(Index, GetPlayerLevel(Index) + 1) Call SetPlayerPOINTS(Index, GetPlayerPOINTS(Index) + 10) Call SetPlayerExp(Index, GetPlayerExp(Index) - PlayerExp) Call SetPlayerHP(Index, GetPlayerMaxHP(Index)) Call SetPlayerMP(Index, GetPlayerMaxMP(Index)) Call SetPlayerSP(Index, GetPlayerMaxSP(Index)) Call SendPlayerData(Index) Call SendStats(Index) Call SendHP(Index) Call SendMP(Index) Call SendSP(Index) Call SendPTS(Index) Loop >! Call BattleMsg(Index, "You have " & GetPlayerPOINTS(Index) & " stat points.", BRIGHTBLUE, LEFT) End Sub
  5. Hi Everyone. I need little but serious problem. This stat thing screw my brain. **Call SetPlayerPOINTS(Index, GetPlayerPOINTS(Index) + 10)** I make this value +10 but it isnt giving +10stat points when a player levels up. Sorry for my bad English. Thanks.
  6. Very very and very thanks. ;D You rock.
  7. I tried reinstall Library Files.But no difference.Still same problem. That's the error: **Error intializing DirectDraw!Make Sure you have Direct X7 or higher installed and a compatible graphics device.Err: -2147024770.Desc: Automotion Error. The specifed module could not be found.**
  8. I have installed it already
  9. I keep getting a pop-up saying: Run-time error '-2147024770 (8007007e)': Automation error The specific module could not be found. I have ELI installed. no clue whats wrong.
×
×
  • Create New...