Jump to content

Hyllok

Members
  • Posts

    29
  • Joined

  • Last visited

  • Days Won

    1

Hyllok last won the day on February 16

Hyllok had the most liked content!

About Hyllok

  • Birthday 07/30/1992

Profile Information

  • Gender
    Male
  • Location
    Brazil
  • Server
    Argonarok
  • Github: Hyllokz
  • Discord: hyllok

Contact Methods

Recent Profile Visitors

2003 profile views

Hyllok's Achievements

Poporing

Poporing (4/15)

  • Conversation Starter
  • Collaborator
  • Reacting Well
  • First Post
  • Dedicated

Recent Badges

5

Reputation

2

Community Answers

  1. Worked like charm! Thank you so much for your support
  2. Hey guys, I was wondering if anyone managed to apply (or hex edit) these patches: Disable GM sprite Restore model culling Allow spam skills by hotkey
  3. Salve mano! I recommend you to check out @Sapito Sucio's awesome content!
  4. Hey everyone! I’m trying to modify the NV_FIRSTAID skill to turn it into a Heal Over Time (HoT) skill, healing 2% of Max HP per second for 4 seconds. I attempted to use add_timer and skill_addtimerskill, but unfortunately, I wasn't able to get it working. Could someone please help me understand how to make this work? Any guidance would be greatly appreciated! case NV_FIRSTAID: { int healAmount = (sd->status.max_hp * 2) / 100; status_heal(bl, healAmount, 0, 2); clif_skill_nodamage(src, *bl, NV_FIRSTAID, healAmount, true); clif_updatestatus(*sd, SP_HP); // Scheduling ticks for (int i = 1; i <= 3; i++) { skill_addtimerskill(src, tick + (i * 1000), bl->id, 0, 0, NV_FIRSTAID, skill_lv, 0, 2); } break; }
  5. You can change the requirements in the /re/db/skill_db.yml file. Either remove or change the `IsEnsemble` flag to false. - Id: 311 Name: BD_ROKISWEIL Description: Classical Pluck MaxLevel: 1 Type: Misc TargetType: Self DamageFlags: NoDamage: true Flags: IsEnsemble: true //Remove or change this flag Hit: Single HitCount: 1 SplashArea: 4 CastTime: 1000 Duration1: 30000 Duration2: 60000 Cooldown: 180000 Requires: SpCost: 180 Weapon: Musical: true Whip: true Status: RokisWeil CastCancel: false
  6. What errors are being displayed? Can you provide more details about which client you are using, if you set up the Setup.exe/opensetup.exe correctly, and similar things? Without information, it's really hard to help.
  7. I recommend you to check out @Sapito Sucio's awesome content!
  8. Nice job, man! Your maps could be part of original RO content, they really look good. Keep it up, I hope someday to achieve custom maps creation as you do.
  9. Amazing work, you nailed it! It must be a really fun event game to play.
  10. Try deleting the dbghelp.dll (create a backup copy before doing it) — sometimes it happens to bug. You can also check if your GPU drivers/DirectX are properly installed and check updates on your OpenSetup.
  11. Hey, have you tried changing the Graphics Device? Usually you should set your GPU as main device. I'm asking because the GPU is not set up properly in your screenshot. Also, try to run OpenSetup as administrator.
  12. Hello there! I was wondering how to create (or clone & modify) a custom window within the client. For example, I have a random skill system in which the player gains a random skill every x levels. Instead of calling an NPC menu dialog with three random skill options, I'd like to call a custom window like the Auto Spell skill list. This is just an example, but I want to know how to do it generally. Also, I'm not sure if it is a source modification, hexing modification, or anything else. Thanks in advance!
  13. I'm not sure if I understood your request, but maybe this helps you out. prontera,150,150,4 script Test 491,{ mes "[NPC]"; mes "Watch me spiiiiiiiiiin~!"; specialeffect EF_CASTSPIN2; close; }
  14. I love it! It is such a cutie items and the art style fits really great in RO. Keep up the good work
×
×
  • Create New...