Jump to content

Vykimo

Members
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    21

Vykimo last won the day on November 23 2020

Vykimo had the most liked content!

About Vykimo

  • Birthday January 22

Profile Information

  • Gender
    Male
  • Discord: vykimo#3081
  • Interests
    Athena's Boyfriend

Contact Methods

Recent Profile Visitors

16274 profile views

Vykimo's Achievements

  1. Hi @gerrythecat, I had problems with the pandemic as you said... but now I'm back. I'll try to answer everyone who contacted me during my absence. Sorry for giving no news ?
  2. Looks awesome ! It reminds me the first ro web few years ago (when all RO sprites were reworked). See : https://youtu.be/O34dKfQuxVo A 4K rework of RO sprites is the future for me (Gravity gonna release it in next ~10 years). And what about upscaled head sprites? I'm curious to see an upscaled 60fps walking Riding Rune Knight. May someone make it for me ? ?
  3. And what about 1 login-server, 2 char-server, 1 map-server. Is this configuration possible? ?
  4. Hi good idea, but maybe it's better to base your software on npc warp scripts directly inside NPC folder... ?
  5. Nice idea ! I have some remarks : - First, you should look into autotrade in order to be able to close your client with autopilot still on. I think you just have to remove connection link with client (sd->fd = 0) or maybe just a bit more... - Currently it's only a matter of rules right? Like homunculus. No "real" AI is involved into your system (machine learning etc), isn't it? - Then you should better propose a .diff or a patch in your git (instead of a whole emulator)
  6. Here is my solution. In your function : if (pc_cant_act(sd)) break; if(sd->state.arealoot == 1 && map_foreachinallrange(skill_greed, &sd->bl, 5, BL_ITEM, &sd->bl) == 0) return; else if (!pc_takeitem(sd, fitem)) break; In pc.cpp Change this : if (!check_distance_bl(&fitem->bl, &sd->bl, 2) && sd->ud.skill_id!=BS_GREED) return false; // Distance is too far to this : if (sd->state.arealoot == 0 && (!check_distance_bl(&fitem->bl, &sd->bl, 2) && sd->ud.skill_id!=BS_GREED)) return false; // Distance is too far
  7. The converter is outdated... it doesnt fit anymore to lua
  8. Fuck nice !! Sell them to Gravity, they are way better than older
  9. Kind of customization that we love. 'Lookin forward to seeing more of your stuff!
×
×
  • Create New...