Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/21/20 in all areas

  1. Hello, as some know I am leaving the community to grow professionally. I recently closed freelancers with great monetary returns and learning that will help me open my business. It's been 11 years in this community and thanks to the Ragnarok emulators I became a programmer. So that's goodbye, but I don't leave without leaving a new era for those who continue. I'm leaving two of my projects in which I use fake hooks to create new screens, interactions, walk with WASD and other systems. The code is not very clean because I had no idea I was distributing it. I'm back to RO sceneario cause now I have a good job and more free time :c I will not teach how to use (but for experiend user's I can support, just ask in this post your doubts), but I appreciate it if someday someone more experienced guides on how to hook. Emulator: https://bitbucket.org/lukasrmattos/ragnaghostz/src/master/ Launcher & Hook Logic https://bitbucket.org/lukasrmattos/rgzlauncher/src/master/ Sample of system in those projects: https://streamable.com/m8291
    1 point
  2. View File WoW Cursor A WoW cursor adaption for Ragnarok Online. Uses partly custom sprites that i've made and is fully functional. Something that i've created back in 2014 but never actualy used. WoW didn't change their cursor till today, so it's basically still up to date. All rights belong to BLIZZARD ENTERTAINMENT, INC. Submitter Everade Submitted 01/20/2020 Category Cursors Video Content Author Everade, Blizzard Entertainment  
    1 point
  3. // Map set .duel_map$,"map"; // Coordinates set .duel_xy$, "x,y,"+ // x,y first player "x,y"; // x,y second player map mapflag pvp map mapflag pvp_nocalcrank map mapflag noreturn map mapflag nowarp map mapflag nocommand 99 map mapflag nowarpto map mapflag nosave SavePoint map malflag nomemo map mapflag notrade map mapflag nodrop map mapflag nobranch map mapflag nochat map mapflag novending You need to define this.
    1 point
  4. I didnt say anything was wrong its the way your writing a very specific skill sounds to me like your using skilleffectinfo.lub well why not try vampire or spear boomerang? They will all produce the same effect, non directional you probably added the new skill and stuck it with these guys case LG_RAYOFGENESIS: case LG_HESPERUSLIT: case LG_OVERBRAND: case LG_OVERBRAND_BRANDISH: case SR_FALLENEMPIRE: case SR_CRESCENTELBOW_AUTOSPELL: case SR_GATEOFHELL: case SR_GENTLETOUCH_QUIET: case WM_SEVERE_RAINSTORM_MELEE: case WM_GREAT_ECHO: case GN_SLINGITEM_RANGEMELEEATK: case KO_SETSUDAN: case RL_MASS_SPIRAL: case RL_BANISHING_BUSTER: case RL_SLUGSHOT: case NN_DRENCH: case NN_SWIFT: case RL_AM_BLAST: skill_attack(BF_WEAPON,src,src,bl,skill_id,skill_lv,tick,flag); break; what i recommened for sonic wave is this: add a new part under it and try this : case RL_BANISHING_BUSTER: case RL_SLUGSHOT: case NN_DRENCH: case NN_SWIFT: case RL_AM_BLAST: skill_attack(BF_WEAPON,src,src,bl,skill_id,skill_lv,tick,flag); break; case MY_SKILL: skill_attack(RK_SONICWAVE,src,src,bl,skill_id,skill_lv,tick,flag); break; Its the only way you can fix that afaik, all damage and stuff is based of MY_SKILL, its just you gotta use the RK_SONICWAVE as ammo so to speak... its really dumb and as for question 1, i never tested it much but you could just have the skill recasted on you when you switch map using a function that potential grabs your remaining duration
    1 point
  5. You may try this https://www.cloudways.com/blog/install-lamp-on-debian/
    1 point
  6. If you use vps apche thats your public_html in your screenshot
    1 point
  7. Open your folder option, uncheck the, Click the Show hidden files, folders. and drive then login your webhost using winscp or any ftp software, and follow the let's ecrypt instruction if you dont see any hidden folder/files in your webhost, just make one as the lets ecrypt instruction
    1 point
  8. Its better to use Lets Ecrypt follow this instruction on Youtube
    1 point
  9. to fix this issue you must contact godaddy support they will fix it for you.
    1 point
  10. try enable patch Always load Korea ExternalSettings lua file
    1 point
  11. Version 1.0.0

    521 downloads

    A WoW cursor adaption for Ragnarok Online. Uses partly custom sprites that i've made and is fully functional. Something that i've created back in 2014 but never actualy used. WoW didn't change their cursor till today, so it's basically still up to date. All rights belong to BLIZZARD ENTERTAINMENT, INC.
    Free
    1 point
  12. 1. go to your grf. extract the izlude.gat. 2. download Weepmapcache. 3. open WeepMapCache 4. open db/import/map_cache.dat 5. drag and drop izlude.gat on weepmapcache. 6. save and done. restart server
    1 point
  13. For Download https://gitlab.com/4144/Nemo
    1 point
  14. hay una opción en Nemo que elimina el límite de daño visual, desafortunadamente no puedo verlo para mostrarte, pero si lo buscas cuando diff tu parche, encontrarás
    1 point
  15. Please check my guide .
    1 point
  16. You need to redo map cache. It's complicated, try https://github.com/rathena/rathena/blob/master/doc/map_cache.txt
    1 point
  17. what do you mean is just like this one? https://rathena.org/board/topic/99535-rolauncher-ragnarök-launcher/
    1 point
×
×
  • Create New...