Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/01/23 in Posts

  1. Hello and Good Day guys! It's nice to be back in the world of mapping! Here is a new look for Prontera! Check the in-game screenshot here, Hope you like it guys.
    1 point
  2. Repository: https://github.com/eleriaqueen/rag-highres-scrolling-dmg-sprites Description: For this project I make high-res sprites of popular/interesting/cool fonts I come across. I apply a faithful RO-like gradient to the digits and letters so that they don't look out of place in game. Future of the Project: More stuff is coming, stay tuned, I'm hunting for the next interesting/cool/fun fonts when I have some free time. Info: Latest Release: 2023/02/01 - Release 9 - Roboto About Me: I was born in the late eighties, I like tinkering with programming and vector graphics drawing software, my skills are limited but I tend to pour hours upon hours of work into projects to compensate.
    1 point
  3. 2023/02/01 - Release 9 is available for download !
    1 point
  4. Release 3 is up! It looks like a bunch of people checked out the repo but no-one commented neither positively nor negatively ? I'd love to get feedback to potentially improve future releases. Edit: I've simplified and clarified the short 'license' text in the readme, it was confusing as heck before... sorry
    1 point
  5. For Max JobLvl db/re/job_exp.db statpoint calculation. src/map/pc.c /// Renewal status point cost formula #define PC_STATUS_POINT_COST(low) (((low) < 100) ? (2 + ((low) - 1) / 10) : (16 + 4 * (((low) - 100) / 5))) for drop rate src/config/renewal.h comment out renewal_drop #define RENEWAL_DROP to //#define RENEWAL_DROP
    1 point
  6. Do you also do skill icons?
    1 point
×
×
  • Create New...