Jump to content

Mael

Forum Moderator
  • Posts

    832
  • Joined

  • Last visited

  • Days Won

    20

Community Answers

  1. Mael's post in 'c'lose4; error was marked as the answer   
    It is a custom function of @crazyarashi it was even reported: https://github.com/crazy-arashi/Rathena-Script-Collection/issues/5
  2. Mael's post in Costume YML for Pre-Renewal was marked as the answer   
    Some examples:
    - Id: 5909 AegisName: C_Valkyrie_Circlet Name: C Valkyrie Circlet Type: Armor Locations: Costume_Head_Top: true EquipLevelMin: 1 View: 940 - Id: 5914 AegisName: Earmuff_Flowerform Name: C Flutter Butterfly Type: Armor Locations: Costume_Head_Low: true EquipLevelMin: 1 - Id: 18744 AegisName: C_World_Star Name: Costume Twilight Type: Armor Buy: 20 Locations: Costume_Head_Mid: true  
  3. Mael's post in Hotkey Skill Error was marked as the answer   
    https://github.com/rathena/rathena/issues/5382
  4. Mael's post in H>whosell was marked as the answer   
    That is not a script, it is an atcommand src.
    Test this: https://github.com/coookie1010/Server-Patches/blob/main/rA-whosell.diff
  5. Mael's post in How to resolve this kind of error. was marked as the answer   
    1. Deactivate the roulette or add items to it: 
    https://github.com/rathena/rathena/blob/master/conf/battle/feature.conf#L68
    https://rathena.org/board/topic/111706-how-to-enable-roullete/#comment-328097
    2. Increase your event_queue to 10:
    https://github.com/rathena/rathena/blob/master/src/map/map.hpp#L49
    3. I think we can't help you without knowing the script.
  6. Mael's post in Add a Link/Button/Command on Iten Descripton was marked as the answer   
  7. Mael's post in Battle Field entrace setting was marked as the answer   
    https://github.com/llchrisll/ROenglishRE/blob/master/Renewal/data/luafiles514/lua files/entryqueue/entryqueuelist.lub
  8. Mael's post in VIP SYSTEM was marked as the answer   
    Check msgstringtable.txt
  9. Mael's post in A simple chain quest npc was marked as the answer   
  10. Mael's post in Error 2018-06-20eRagexeRE_patched was marked as the answer   
    https://github.com/llchrisll/ROenglishRE/tree/master/Client Support/Renewal/2018-06-20/data/luafiles514/lua files/skillinfoz
  11. Mael's post in How to use DropEffect item_db.yml was marked as the answer   
    - Id: 4001 AegisName: Poring_Card Name: Poring Card Type: Card Buy: 20 Weight: 10 Locations: Armor: true Flags: BuyingStore: true DropEffect: PURPLE_PILLAR Script: | bonus bLuk,2; bonus bFlee2,1; for complement:
    WHITE_PILLAR BLUE_PILLAR YELLOW_PILLAR PURPLE_PILLAR ORANGE_PILLAR  
  12. Mael's post in how to disable/enable doram character creation was marked as the answer   
    edit: ExternalSettings_kr.lub & ExternalSettings_kr_sak.lub
    True for false
  13. Mael's post in BG and WoE Rankings on "check characters informations" was marked as the answer   
    That's a feature of @Easycore's Extended Bg.
  14. Mael's post in How to disable warp to BLACK MAPS?map_addblock: out-of-bounds coordinates was marked as the answer   
    Replace them.
    https://herc.ws/board/files/file/269-collection-fixed-dungeon-maps/
  15. Mael's post in Request Client 2020-04-01bRagexe was marked as the answer   
    2020-04-01bRagexe.zip
    2020-06-03aRagexe.zip
  16. Mael's post in Custom HeadGear Converter Script was marked as the answer   
    yes.
  17. Mael's post in Question after recompiling was marked as the answer   
    There is no problem with that, you can ignore it.
  18. Mael's post in Reset skill SOMETIMES remove platinum skills was marked as the answer   
    Just add callfunc "F_GetPlatinumSkills"; after each ResetStatus.
  19. Mael's post in Problem with sprites was marked as the answer   
    https://drive.google.com/file/d/1QKmhT9jrJfA_p5zLxSaXXdW_F1alO7Ry/view?usp=drive_open
  20. Mael's post in R> Renewal Prontera Files (Town and inside) was marked as the answer   
    http://www.mediafire.com/file/7hcz6u9vl4vjhb4/newprontera.grf/file
  21. Mael's post in R> Valkyrie Colored Spirites was marked as the answer   
    Are you looking for recolors?
     
  22. Mael's post in R> Texture Folder for 2018-06-21 Client was marked as the answer   
    https://github.com/llchrisll/ROenglishRE
    https://drive.google.com/file/d/1QKmhT9jrJfA_p5zLxSaXXdW_F1alO7Ry/view
  23. Mael's post in Adding Custom Mob on Latest Client was marked as the answer   
    Instructions for adding custom monsters remain the same. You can use these monster ID: 21000...
  24. Mael's post in Missing Headgear Sprites was marked as the answer   
    Get what you need from here.
    https://drive.google.com/file/d/1QKmhT9jrJfA_p5zLxSaXXdW_F1alO7Ry/view
  25. Mael's post in Renewal Refine System was marked as the answer   
    Still in development.
    https://github.com/rathena/rathena/pull/2494
×
×
  • Create New...