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

xxMartinxx

Members
  • Posts

    41
  • Joined

  • Last visited

    Never

Everything posted by xxMartinxx

  1. Some like that, on the bottom left corner ![](http://sourcecodes.pro/loader/image/0-xem-s3-xem-xemoteimage-xem-com/files/61182890/finance_icons_modern_flat_design_set_vector_illustration_pack_2_preview-xem-jpgxemc.jpg?itemid=5138615&dom=sourcecodes)
  2. Sorry about that but, OMG …. ![](http://zsggrotniki.edupage.org/photos/album/111/img356.jpg)
  3. No neve tried but for nogutek like u se it's working :)
  4. ``` https://github.com/jcsnider/Orion-Game-Engine ```
  5. It's true EO are outdated, but current version have a lot of bugs still. I mean u have to wait for 1.3.0 will be great. From disadvantages it's for example Lack of transparency and lack of GUI "Lack" I am not sure that opportunely word :)
  6. Simple tutorial in Polish language may it help u :) ``` https://www.youtube.com/watch?v=Mi68bDLNQjE ```
  7. Hey. I found an error in the logs Is repeated thousands of times ``` The following error occured at 'GetPlayerNextStep' in 'modGameLogic'. Run-time error '9': Subscript out of range. The error occured on line 0 ```
  8. I completely don't understand. So magical translator google ;P HAHA
  9. You now thant its not importent for example eclipee 4 not will be supported any more but eclipse world are still incomplet so I leave the conclusion for you ;) For me bad idea
  10. Anyone can buy a teddy bear **9859** ;P
  11. Well it's working thank you very much This is what I was looking for :) BTW I replace it to ((GetPlayerLevel(Index) * 2) then every single level i get more 30hp :)
  12. Exactly, I thought that this is it. I can not check it because I have a problem with the compile server, but okey I will try later put somewhere for example "+20" and we will see efect :) ``` ' ################################ ' ## Basic Calculations ## ' ################################ Function GetPlayerMaxVital(ByVal Index As Long, ByVal Vital As Vitals) As Long If Index > Player_HighIndex Or Index < 1 Then Exit Function Select Case Vital Case HP Select Case Class(GetPlayerClass(Index)).CombatTree Case 1 ' Melee GetPlayerMaxVital = ((GetPlayerLevel(Index) / 2) + (Account(Index).Chars(GetPlayerChar(Index)).Stat(Stats.Endurance) / 3)) * 15 + 135 Case 2 ' Range GetPlayerMaxVital = ((GetPlayerLevel(Index) / 2) + (Account(Index).Chars(GetPlayerChar(Index)).Stat(Stats.Endurance) / 3)) * 10 + 100 Case 3 ' Magic GetPlayerMaxVital = ((GetPlayerLevel(Index) / 2) + (Account(Index).Chars(GetPlayerChar(Index)).Stat(Stats.Endurance) / 3)) * 5 + 75 End Select Case MP Select Case Class(GetPlayerClass(Index)).CombatTree Case 1 ' Melee GetPlayerMaxVital = ((GetPlayerLevel(Index) / 2) + (Account(Index).Chars(GetPlayerChar(Index)).Stat(Stats.Intelligence) / 3)) * 5 + 75 Case 2 ' Range GetPlayerMaxVital = ((GetPlayerLevel(Index) / 2) + (Account(Index).Chars(GetPlayerChar(Index)).Stat(Stats.Intelligence) / 3)) * 10 + 100 Case 3 ' Magic GetPlayerMaxVital = ((GetPlayerLevel(Index) / 2) + (Account(Index).Chars(GetPlayerChar(Index)).Stat(Stats.Intelligence) / 3)) * 15 + 135 End Select End Select End Function ```
  13. This Tileset they look sweet ![](http://s3-ap-northeast-1.amazonaws.com/bc2prod/rpgmaker-20130522223546811/files/rural-farm-left.png) OR From there [http://www.rpgmakerweb.com/products/graphics](http://www.rpgmakerweb.com/products/graphics)
  14. **Hello everyone** * **I**would like to ask for help. Where can I edit amount of HP Player in the engine Eclipse Worlds 1.2.6 * **I **wanted to be when player 'level up' his gets +40hp more no 8 or 10 like it's now * **I** guesses it will be somewhere in server code modCombat, modPlayer or gameHandleData but I don't see this **Thx for solution Eclipsian**
  15. When i have a problem with MSCOMCTL.OCX do this: * Restart Windows * Delete MSCOMCTL.OCX from syswow64 or system32 then * MSCOMCTL.OCX put to main folder where u have a files project * Run project and manually add "CTRL + U" lib MSCOMCTL.OCX That help me every time when i restart PC i need do this but after 4 hours fight it's the best solution for me at now :)
  16. > Is that a rock you found in the 2nd picture @[member="xxMartinxx"]? Also are you Polish? Polish people seem fun to party with. Yeeeea polish :) Mate :) This is a mussel :)
  17. **Hey** I'm new here but I try to join your group of eclipse I'm 24 years old and I am a fan of RPG Here you go here all I
  18. Pls i nomination my self :)
  19. Hello Eclipse any one know how to make in eclipse worlds Transparent RichTextBox or TextBox I try do this in main menu -> Login form Thx
  20. I can't belive u do it great amazing job :) Thanks so much :)
×
×
  • Create New...