Author Topic: EasyRPG v0.93 [Pics][Beta][DOWNLOAD]  (Read 1453 times)

0 Members and 1 Guest are viewing this topic.

Zeus

  • Community Leaders
  • Registered Forum Member
  • ******
  • Posts: 2067
  • Karma: +13/-2
    • View Profile
Re: EasyRPG v0.93 [Pics][Beta][DOWNLOAD]
« Reply #15 on: June 07, 2009, 18:59:08 PM »
Just a thought 'FakeTruth'

but could it be setup so the players levels are saved for each 'GameProfile' instead of globally?

FakeTruth

  • Registered Forum Member
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: EasyRPG v0.93 [Pics][Beta][DOWNLOAD]
« Reply #16 on: June 07, 2009, 19:19:56 PM »
Simply put.. no.. sorry! :cry:

Zeus

  • Community Leaders
  • Registered Forum Member
  • ******
  • Posts: 2067
  • Karma: +13/-2
    • View Profile
Re: EasyRPG v0.93 [Pics][Beta][DOWNLOAD]
« Reply #17 on: June 07, 2009, 20:00:40 PM »
np m8

Oh when I copied over the players levels I copied the whole lot off details but you seem to be using a different Experience reward scale so some have shot through the roof  :twisted:

Zeus

  • Community Leaders
  • Registered Forum Member
  • ******
  • Posts: 2067
  • Karma: +13/-2
    • View Profile
Re: EasyRPG v0.93 [Pics][Beta][DOWNLOAD]
« Reply #18 on: June 15, 2009, 20:08:27 PM »
feed back from another thread - start level set at 20

Quote from: "ekay"
There seems to be a problem with levelling up. Experience points keep resetting back to 0, so it impossible to level up more than level 20.

Also, pressing L in other gametypes without easyRPG still brings up the RPG menu. Dont know what going on there.

FakeTruth

  • Registered Forum Member
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: EasyRPG v0.93 [Pics][Beta][DOWNLOAD]
« Reply #19 on: June 15, 2009, 21:27:15 PM »
About the first thing: The new version allows for experience penalties when you die. By default you loose 25% of your experience, set the DeathExpPenaltyPct to 0 if you don't like it. You also loose the experience if you disconnect from a server, I think I already fixed this in the next release.

Second: I didn't know about this yet, thanks. I'll investigate...

Zeus

  • Community Leaders
  • Registered Forum Member
  • ******
  • Posts: 2067
  • Karma: +13/-2
    • View Profile
Re: EasyRPG v0.93 [Pics][Beta][DOWNLOAD]
« Reply #20 on: June 15, 2009, 22:14:21 PM »
in web admin had 'Whether losing experience can result in loosing a level = false

but we have jsust been playing VCTF easy RPG and the levels was stuck at 20 you got your experiance but it reached to next level is was still at level 20

heres the easyRPG ini

Code: [Select]
bStandaloneOnly=False
bRemoveOn360=False
bRemoveOnPC=False
bRemoveOnPS3=False

[EasyRPG.MutRPG]
SaveInterval=30
RPGMenu=EasyRPGContent.UI.RPGMenu
LevelUpMessage=`name reached level `level!
LevelDownMessage=`name went down to level `level...
StartingLevel=20
StatPointsPerLevel=1
BonusExpMultiKill=2
BonusExpKillingSpree=5
BonusExpKillFlagCarrier=5
BonusExpLastSecondSave=3
MaxStrength=0
MaxVitality=0
MaxAgility=20
MaxConstitution=0
MaxDexterity=40
HealthPerVitality=5.000000
StrengthDamageEffect=0.050000
LevelDamageEffect=0.050000
ConstitutionDefenceEffect=0.050000
LevelDefenceEffect=0.050000
AmmoPercentPerStrength=0.050000
DodgeSpeedPerAgility=10.000000
DodgeSpeedZPerAgility=10.000000
GroundSpeedPerAgility=10.000000
JumpZPerAgility=10.000000
WeaponSpeedPctPerDexterity=0.050000
DeathExpPenaltyPct=0.250000
bAllowLevelDown=False
bAllowReset=False
MonsterAdjustmentFactor=0.500000
ExpIncrementMethod=INCREMENT_ADD
ExpIncrementNumber=5.000000
OpenMenuCommand=EasyRPG OpenMenu
SetMenuKeyCommand=EasyRPG SetMenuKey
ExpTable=5
ExpTable=10
ExpTable=15

maybe I have missed somthing

will set 'Whether losing experience can result in loosing a level = true
but set
DeathExpPenaltyPct=0.0

that might fix it

Also if we set bAllowReset=True does the player lose his levels (back to starting level or does it just allow you to respend the levels you have gained

FakeTruth

  • Registered Forum Member
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: EasyRPG v0.93 [Pics][Beta][DOWNLOAD]
« Reply #21 on: June 15, 2009, 22:38:14 PM »
if bAllowReset=False there will be no Reset button in the top-right corner of the menu

Also, you should try setting
DeathExpPenaltyPct=0.0
AND
bAllowLevelDown=False

If you did that, there should be no reason you can't reach any level higher than 20... try it! :D