Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/31/24 in all areas

  1. Cash Shop (item_cash.yml) generator added. This generator reads from rathena db folder from latest rathena git, which is db/re/item_db_usable.yml, item_db_etc.yml and item_db_equip.yml. Max 30 items at once. Maybe later I will add option to read from external URL (for custom item, maybe ?) Easy, insert number of items needed, choose menu, insert itemID and price (ya, I know its a bit hassle for some people to get the aegis name, so this will help, probably). Let me know if you have any ideas/improvements/issues while using all the generator. Thanks and hope it helps !
    1 point
  2. You should organize your equation with fractions in mind. You can write formula 'supporting' decimals but doing something along these lines X = 123456 Mes X/100 +"."+ (X%100); This will show "123.456"
    1 point
×
×
  • Create New...