Search results

  1. D

    RPG Question

    They should get higher experience rates for attacking someone higher level then them and maybe like half the experience for attacking lower level players.
  2. D

    RPG Question

    Two formulas would be fine I could use the one above for when they win but is there a formula that could give positive experience for losing just a lower amount? The only thing to factor in is the level as it becomes harder to level as you level up. The formula for calculating the experience...
  3. D

    RPG Question

    At first I wanted experience to vary a little that's why I used a random number but now I just want it based on level and/or damage. The formula you came up with is great as it gives perfect experience rates for the correct level but there is on problem and that is with negative experience. For...
  4. D

    RPG Question

    Ok so I have a text based game where players duel other players for experience and money. I need a new experience formula because mine is currently ($exp = (rand(5,7) * $user['Level'])) but it is too random. I want a formula to calculate experience each time i attack them. I want it so that you...
  5. D

    RPG Question

    Hey I created a rpg/text based game and I have been struggling on one concept. I need help getting together a formula for battle experience. I have a formula for experience needed to level up but my current battle exp forumla is randomized too much. I want it so you get more experience for...
Top