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

Game4US

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Game4US's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Game4US

    STATS

    is there a way with EE i change the stats and do i have to remake the GUI?
  2. '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ' This sub runs when a players experience exceeds the next level requirement. Sub PlayerLevelUp(index) '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dim I Dim D Dim C ' Calculating the number of points to give to players and setting exp to appropriate amounts. C = 0 Do While GetPlayerExp(index) => GetPlayerNextLevel(index) D = GetPlayerExp(index) - GetPlayerNextLevel(index) Call SetPlayerLevel(index, GetPlayerLevel(index) + 5) I = Int(GetPlayerSpeed(index) / 10) If I < 1 Then I = 1 If I > 3 Then I = 3 Call SetPlayerPoints(index, GetPlayerPoints(index) + I) Call SetPlayerExp(index, D) C = C + 1 Loop ' Optional section currently disabled for broadcasting when players level up. ' If C > 1 Then ' Call GlobalMsg(GetPlayerName(index) & " has gained " & C & " levels!", 6) ' Else ' Call GlobalMsg(GetPlayerName(index) & " has gained a level!", 6) ' End If ' Tells the player how many points they have to distribute Call BattleMsg(index, "You have " & GetPlayerPoints(index) & " stat points.", 9, 0) End Sub ok so i wnant them to gain 5 points a level but its not working …
  3. figure out what i write then whe nwe finsish with my you make your own :) Eclispe(Space)–--
  4. Game4US

    Need some help

    ok how do i disable time in the game because when it turns blue for night its annoying. i know you can disable it with server but not forever.
  5. Game4US

    2 questions

    ok is their somewherei can change it to instead of 1 stat point each level to 5 stats points each levels. and can someone give me the simple updater download because it didnt works for me came with up a error. Thanks for your help.
  6. Game4US

    Updater

    hmm how do i make a updater so it updates everything that i implant.because my friend said i needed one and i was wondering IF someone can help me out thanks
×
×
  • Create New...