Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/14/21 in all areas

  1. This is basically not allowed. FYI. A message from @Functor himself, You have to know, that license is personal. You can't resell/share license or change the owner. You can use it for your personal server only. FYI all.
    1 point
  2. To add a custom monster summon branch, the steps are: Add MOBG_G_D_Branch_01 before MOBG_MAX in https://github.com/rathena/rathena/blob/2f311bd1ef6abf0de642f93690eb37bebbb34d14/src/map/mob.hpp#L116 Add MOBG_G_D_Branch_01 after export_constant(MOBG_TAEKWON_MISSION); in https://github.com/rathena/rathena/blob/2f311bd1ef6abf0de642f93690eb37bebbb34d14/src/map/script_constants.hpp#L4625 After compiling your server should have created a folder named "import". Add your custom branch data in import/mob_summon.yml Header: Type: MOB_SUMMONABLE_DB Version: 1 Body: - Group: G_D_Branch_01 Default: MAYA Summon: - Mob: MAYA Rate: 100000 - Mob: DEVILING Rate: 700000 - Mob: Drake Rate: 700000 4. In import/item_db.yml - Id: **** AegisName: name Name: name Type: Usable Buy: 10000 Weight: 200 Flags: BuyingStore: true DeadBranch: true Script: | monster "this",-1,-1,"--ja--",-1-MOBG_G_D_Branch_01,1,""; All other steps are unnecessary (I think you just forgot to compile according to the error in your first post).
    1 point
  3. Hello Guys, Im working in a Ragnarok server project, and I have a lot of problems with ACT/SPR/BMP itens. So I decided to create a Python script that compares items yml file and items lua file, and generate a .csv file showing what is missing, this way you can decided if you want to configure what is missing or delete from your server. I hope this help anybody. This script generate 3 .csv files: items that server has and client not items that client has and server not items that both has (this file tels you if some item have bmp/spr/act problem.) This is working progress, have some bugs and feature that I want to push. https://github.com/lucasarchangelo/items-verify-ragnarok Bye!
    1 point
×
×
  • Create New...