Jump to content

HaureN

Members
  • Posts

    35
  • Joined

  • Last visited

  • Days Won

    2

HaureN last won the day on June 13 2020

HaureN had the most liked content!

1 Follower

Profile Information

Recent Profile Visitors

2238 profile views

HaureN's Achievements

Poring

Poring (1/15)

  • Collaborator
  • First Post
  • Dedicated
  • Week One Done
  • One Month Later

Recent Badges

24

Reputation

3

Community Answers

  1. about your file, just change the MaxBaseLevel on line 137, then add the lines bellow to match the new levels, from 100~255 with the Level and the exp necessary steps: 1. on 'src/map/map.hpp' #define MAX_LEVEL 255 2. recompile 3. on 'db/pre-re/job_exp.yml' change MaxBaseLevel from all classes that are on your server, also add the new lines to match level 255 just copy the syntax 4. on 'db/pre-re/statpoint.yml' add new lines like the already on the file, copy the syntax
  2. thats not a real thing, i mean its not a unknown item but its a "placeholder" in other words once it get the packet cap it start over, in the end of the day its not working yet you are the best @nitrous
  3. i rewrite cuz i didnt like the way u did, but its working https://github.com/haurenburu/ragnarok-content/blob/master/rathena/requests/OneClickRefine.txt
  4. View File Glast Heim Challenge Mode[ Items Only ] the content of this files are ONLY the ITEMS not the instance not the mobs just the ITEMS and ENCHANTS, i already made a PR but i'll also post here while it isn't merge https://github.com/haurenburu/ragnarok-content/blob/master/rathena/Old_Glast_Heim_Challenge_Mode.txt Submitter HaureN Submitted 06/08/2020 Category Games, Events, Quests Video Content Author HaureN - Gravity  
  5. Not ready yet but i'm working on it: https://github.com/haurenburu/ragnarok-content/tree/master/rathena/illusions/frozen
  6. Version 1.0.0

    323 downloads

    the content of this files are ONLY the ITEMS not the instance not the mobs just the ITEMS and ENCHANTS, i already made a PR but i'll also post here while it isn't merge https://github.com/haurenburu/ragnarok-content/blob/master/rathena/Old_Glast_Heim_Challenge_Mode.txt
    Free
  7. View File Nogg Road F3 (Mag_dun03) All instructions are on the txt things missing: * mobs slaves * official drop chances * enchant system (lapineUI) * exp may not be right Feels free to dm me on HaureN#3690 or [email protected] repo: https://github.com/haurenburu/ragnarok-content/tree/master/rathena/mag_dun03 Submitter HaureN Submitted 06/04/2020 Category Games, Events, Quests Video Content Author HaureN - Gravity  
  8. Version 1.0.0

    370 downloads

    All instructions are on the txt things missing: * mobs slaves * official drop chances * enchant system (lapineUI) * exp may not be right Feels free to dm me on HaureN#3690 or [email protected] repo: https://github.com/haurenburu/ragnarok-content/tree/master/rathena/mag_dun03
    Free
  9. edit rAthena\conf\sql-files.txt execute rAthena\mapcache.bat
  10. maybe |BCT_ALL| instead of BCT_ALLY
  11. so i tried to mimic the vituperatum behavior commented the lines 7159~7165 and add case HP_ASSUMPTIO in line 11568 (before VITUPERATUM it self) and it works (with pvp on cuz vituperatum was made to target enemies ) so... i change the flag "BCT_ENEMY" map_foreachinrange(skill_area_sub, bl, skill_get_splash(skill_id, skill_lv), BL_CHAR, src, skill_id, skill_lv, tick, flag|BCT_ENEMY|1, skill_castend_nodamage_id); to "BCT_ALLY" map_foreachinrange(skill_area_sub, bl, skill_get_splash(skill_id, skill_lv), BL_CHAR, src, skill_id, skill_lv, tick, flag|BCT_ALLY|1, skill_castend_nodamage_id); and its working for party xD final code: LINE 7158 /* case HP_ASSUMPTIO: if( sd && dstmd ) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); else clif_skill_nodamage(src,bl,skill_id,skill_lv, sc_start(src,bl,type,100,skill_lv,skill_get_time(skill_id,skill_lv))); break; */ LINE 11568 case HP_ASSUMPTIO: if (flag&1) clif_skill_nodamage(src, bl, skill_id, skill_lv, sc_start(src, bl, type, 100, skill_lv, skill_get_time(skill_id, skill_lv))); else { map_foreachinrange(skill_area_sub, bl, skill_get_splash(skill_id, skill_lv), BL_CHAR, src, skill_id, skill_lv, tick, flag|BCT_ALLY|1, skill_castend_nodamage_id); clif_skill_nodamage(src, bl, skill_id, skill_lv, 1); } break; case AB_VITUPERATUM: if (flag&1) clif_skill_nodamage(src, bl, skill_id, skill_lv, sc_start(src, bl, type, 100, skill_lv, skill_get_time(skill_id, skill_lv))); else { map_foreachinrange(skill_area_sub, bl, skill_get_splash(skill_id, skill_lv), BL_CHAR, src, skill_id, skill_lv, tick, flag|BCT_ENEMY|1, skill_castend_nodamage_id); clif_skill_nodamage(src, bl, skill_id, skill_lv, 1); } break; hope you understands skill.cpp
  12. config/battle/client.conf /data/luafiles514/lua files/service_korea/ExternalSettings_kr.lub /data/luafiles514/lua files/service_korea/ExternalSettings_kr_sak.lub Also i think your clientinfo has to be <servicetype>korea</servicetype>
  13. i think if u use that aura never will be show
  14. Da uma olhada, depois eu vou ver como faz por script e te passo
  15. let me know if this is what u want, just delete some parts to allow all cards for example https://pastebin.com/raw/AC0CquTa
×
×
  • Create New...